summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann2020-08-193-5/+4
* ARM: s5pv210: use private pm save/restoreArnd Bergmann2020-08-195-14/+47
* ARM: samsung: move pm check code to drivers/socArnd Bergmann2020-08-196-432/+3
* ARM: exynos: stop selecting PLAT_SAMSUNGArnd Bergmann2020-08-194-11/+6
* 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-hsudc: remove platform header dependencyArnd Bergmann2020-08-192-0/+55
* usb: gadget: s3c: use platform resourcesArnd Bergmann2020-08-191-146/+0
* ARM: s3c24xx: simplify mach/io.hArnd Bergmann2020-08-192-193/+26
* ARM: s3c24xx: pass pointer to clk driver via platform dataKrzysztof Kozlowski2020-08-191-1/+6
* ARM: s3c24xx: make S3C24XX_MISCCR access indirectArnd Bergmann2020-08-191-0/+3
* 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-195-6/+0
* ARM: s3c24xx: drop s3c-camif setup platform codeKrzysztof Kozlowski2020-08-193-74/+0
* ARM: samsung: fix kerneldoc of s3c_pm_do_restore_core()Krzysztof Kozlowski2020-08-171-0/+2
* 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-172-15/+1
* clk: samsung: s3c64xx: declare s3c64xx_clk_init() in shared headerKrzysztof Kozlowski2020-08-172-2/+1
* 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
* ARM: s3c64xx: fix return value check in s3c_usb_otgphy_init()Qinglang Miao2020-08-171-1/+1
* parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport2020-08-161-0/+6
* Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-151-8/+17
|\
| * riscv: Setup exception vector for nommu platformQiu Wenbo2020-08-141-8/+17
* | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-1566-995/+360
|\ \
| * | sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven2020-08-141-0/+3
| * | sh: bring syscall_set_return_value in line with other architecturesMichael Karcher2020-08-141-4/+1
| * | sh: Add SECCOMP_FILTERMichael Karcher2020-08-143-2/+6
| * | sh: Rearrange blocks in entry-common.SMichael Karcher2020-08-141-28/+29
| * | sh: switch to copy_thread_tls()Christian Brauner2020-08-142-3/+4
| * | sh: use the generic dma coherent remap allocatorChristoph Hellwig2020-08-142-49/+4
| * | sh: don't allow non-coherent DMA for NOMMUChristoph Hellwig2020-08-141-1/+2
| * | dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig2020-08-143-6/+3
| * | sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig2020-08-141-2/+0
| * | sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig2020-08-143-1/+2
| * | sh: move the ioremap implementation out of lineChristoph Hellwig2020-08-142-86/+68
| * | sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig2020-08-145-16/+26