summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: s3c24xx: move irqchip driver back into platformArnd Bergmann2020-08-193-1/+1
* ARM: s3c24xx: move regs-spi.h into spi driverArnd Bergmann2020-08-196-11/+9
* ARM: s3c64xx: remove mach/hardware.hArnd Bergmann2020-08-1911-27/+0
* ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann2020-08-198-10/+9
* ARM: s5pv210: use private pm save/restoreArnd Bergmann2020-08-195-14/+47
* ARM: samsung: move pm check code to drivers/socArnd Bergmann2020-08-199-123/+139
* ARM: exynos: stop selecting PLAT_SAMSUNGArnd Bergmann2020-08-195-12/+7
* ARM: exynos: use private samsung_cpu_id copyArnd Bergmann2020-08-198-54/+25
* ARM: samsung: move CONFIG_DEBUG_S3C_UART to Kconfig.debugArnd Bergmann2020-08-192-8/+10
* ARM: samsung: make pm-debug platform independentArnd Bergmann2020-08-197-67/+74
* ARM: samsung: remove s3c_pm_debug_init()Arnd Bergmann2020-08-196-22/+6
* ARM: samsung: don't build plat/pm-common for ExynosArnd Bergmann2020-08-191-1/+0
* usb: gadget: s3c: remove unused 'udc' variableKrzysztof Kozlowski2020-08-191-3/+0
* usb: gadget: s3c-hsudc: remove platform header dependencyArnd Bergmann2020-08-194-51/+61
* usb: gadget: s3c: use platform resourcesArnd Bergmann2020-08-193-20/+12
* ARM: s3c24xx: simplify mach/io.hArnd Bergmann2020-08-192-193/+26
* ARM: s3c24xx: pass pointer to clk driver via platform dataKrzysztof Kozlowski2020-08-194-2/+32
* ARM: s3c24xx: make S3C24XX_MISCCR access indirectArnd Bergmann2020-08-192-6/+7
* ARM: s3c24xx: iotiming: make functions staticArnd Bergmann2020-08-191-3/+3
* ARM: s3c24xx: fix mmc gpio lookup tablesArnd Bergmann2020-08-195-9/+9
* ARM: s3c24xx: fix missing system resetKrzysztof Kozlowski2020-08-191-0/+2
* ARM: s3c64xx: switch to generic watchdog driver resetKrzysztof Kozlowski2020-08-1918-162/+2
* ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependenciesKrzysztof Kozlowski2020-08-196-14/+2
* ARM: s3c24xx: drop s3c-camif setup platform codeKrzysztof Kozlowski2020-08-194-78/+0
* ARM: samsung: fix kerneldoc of s3c_pm_do_restore_core()Krzysztof Kozlowski2020-08-171-0/+2
* mmc: s3cmci: remove unneeded machine header includeKrzysztof Kozlowski2020-08-171-1/+0
* ARM: s3c: remove unneeded machine header includesKrzysztof Kozlowski2020-08-1731-32/+0
* ARM: s3c24xx: ts: document function argumentKrzysztof Kozlowski2020-08-171-0/+1
* ARM: s3c24xx: ts: include platform data headerKrzysztof Kozlowski2020-08-171-0/+2
* ARM: s3c24xx: sdhci: include plat/sdhci.h headerKrzysztof Kozlowski2020-08-171-0/+1
* ARM: s3c24xx: include common.h header in s3c2443.cKrzysztof Kozlowski2020-08-171-0/+1
* ARM: s3c: remove plat-samsung/.../samsung-time.hKrzysztof Kozlowski2020-08-1737-61/+25
* clk: samsung: s3c24xx: declare s3c24xx_common_clk_init() in shared headerKrzysztof Kozlowski2020-08-176-15/+36
* clk: samsung: s3c64xx: declare s3c64xx_clk_init() in shared headerKrzysztof Kozlowski2020-08-175-2/+27
* ARM: samsung: fix language typoKrzysztof Kozlowski2020-08-171-2/+2
* ARM: s3c24xx: demote kerneldoc commentKrzysztof Kozlowski2020-08-171-2/+2
* ARM: s3c64xx: include header to fix -Wmissing-prototypesKrzysztof Kozlowski2020-08-171-0/+1
* ARM: s3c64xx: use simple i2c probe functionStephen Kitt2020-08-171-3/+2
* MAINTAINERS: add more name matches for Samsung SoC entriesKrzysztof Kozlowski2020-08-171-0/+3
* MAINTAINERS: drop Vincent Sanders from Simtec S3C boardsKrzysztof Kozlowski2020-08-171-2/+0
* ARM: s3c64xx: fix return value check in s3c_usb_otgphy_init()Qinglang Miao2020-08-171-1/+1
* Linux 5.9-rc1v5.9-rc1Linus Torvalds2020-08-161-2/+2
* Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-164-156/+409
|\
| * io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe2020-08-151-1/+4
| * io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
| * io_uring: internally retry short readsJens Axboe2020-08-131-39/+70
| * io_uring: retain iov_iter state over io_read/io_write callsJens Axboe2020-08-131-66/+70
| * task_work: only grab task signal lock when neededJens Axboe2020-08-132-2/+22
| * io_uring: enable lookup of links holding inflight filesJens Axboe2020-08-121-10/+87
| * io_uring: fail poll arm on queue proc failureJens Axboe2020-08-121-1/+1