summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-161-1/+4
| * io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
| * io_uring: internally retry short readsJens Axboe2020-08-141-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-131-10/+87
| * io_uring: fail poll arm on queue proc failureJens Axboe2020-08-121-1/+1
| * io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe2020-08-111-0/+15
| * fs: RWF_NOWAIT should imply IOCB_NOIOJens Axboe2020-08-111-1/+1
| * io_uring: defer file table grabbing request cleanup for locked requestsJens Axboe2020-08-101-10/+52
| * io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe2020-08-101-0/+3
| * io_uring: fix recursive completion locking on oveflow flushJens Axboe2020-08-101-10/+26
| * io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe2020-08-101-8/+8
| * io_uring: account locked memory before potential error caseJens Axboe2020-08-061-8/+10
| * io_uring: set ctx sq/cq entry count earlierJens Axboe2020-08-061-2/+4
| * io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang2020-08-051-2/+7