summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-08-19ARM: samsung: make pm-debug platform independentArnd Bergmann7-67/+74
2020-08-19ARM: samsung: remove s3c_pm_debug_init()Arnd Bergmann6-22/+6
2020-08-19ARM: samsung: don't build plat/pm-common for ExynosArnd Bergmann1-1/+0
2020-08-19usb: gadget: s3c-hsudc: remove platform header dependencyArnd Bergmann2-0/+55
2020-08-19usb: gadget: s3c: use platform resourcesArnd Bergmann1-146/+0
2020-08-19ARM: s3c24xx: simplify mach/io.hArnd Bergmann2-193/+26
2020-08-19ARM: s3c24xx: pass pointer to clk driver via platform dataKrzysztof Kozlowski1-1/+6
2020-08-19ARM: s3c24xx: make S3C24XX_MISCCR access indirectArnd Bergmann1-0/+3
2020-08-19ARM: s3c24xx: iotiming: make functions staticArnd Bergmann1-3/+3
2020-08-19ARM: s3c24xx: fix mmc gpio lookup tablesArnd Bergmann5-9/+9
2020-08-19ARM: s3c24xx: fix missing system resetKrzysztof Kozlowski1-0/+2
2020-08-19ARM: s3c64xx: switch to generic watchdog driver resetKrzysztof Kozlowski18-162/+2
2020-08-19ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependenciesKrzysztof Kozlowski5-6/+0
2020-08-19ARM: s3c24xx: drop s3c-camif setup platform codeKrzysztof Kozlowski3-74/+0
2020-08-17ARM: samsung: fix kerneldoc of s3c_pm_do_restore_core()Krzysztof Kozlowski1-0/+2
2020-08-17ARM: s3c: remove unneeded machine header includesKrzysztof Kozlowski31-32/+0
2020-08-17ARM: s3c24xx: ts: document function argumentKrzysztof Kozlowski1-0/+1
2020-08-17ARM: s3c24xx: ts: include platform data headerKrzysztof Kozlowski1-0/+2
2020-08-17ARM: s3c24xx: sdhci: include plat/sdhci.h headerKrzysztof Kozlowski1-0/+1
2020-08-17ARM: s3c24xx: include common.h header in s3c2443.cKrzysztof Kozlowski1-0/+1
2020-08-17ARM: s3c: remove plat-samsung/.../samsung-time.hKrzysztof Kozlowski37-61/+25
2020-08-17clk: samsung: s3c24xx: declare s3c24xx_common_clk_init() in shared headerKrzysztof Kozlowski2-15/+1
2020-08-17clk: samsung: s3c64xx: declare s3c64xx_clk_init() in shared headerKrzysztof Kozlowski2-2/+1
2020-08-17ARM: samsung: fix language typoKrzysztof Kozlowski1-2/+2
2020-08-17ARM: s3c24xx: demote kerneldoc commentKrzysztof Kozlowski1-2/+2
2020-08-17ARM: s3c64xx: include header to fix -Wmissing-prototypesKrzysztof Kozlowski1-0/+1
2020-08-17ARM: s3c64xx: use simple i2c probe functionStephen Kitt1-3/+2
2020-08-17ARM: s3c64xx: fix return value check in s3c_usb_otgphy_init()Qinglang Miao1-1/+1
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-16Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+17
2020-08-16Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds66-995/+360
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+58
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+36
2020-08-15iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski16-103/+103
2020-08-15sh: use generic strncpy()Kuninori Morimoto1-26/+0
2020-08-15all arch: remove system call sys_sysctlXiaoming Ni43-44/+18
2020-08-15sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven1-0/+3
2020-08-15sh: bring syscall_set_return_value in line with other architecturesMichael Karcher1-4/+1
2020-08-15sh: Add SECCOMP_FILTERMichael Karcher3-2/+6
2020-08-15sh: Rearrange blocks in entry-common.SMichael Karcher1-28/+29
2020-08-15sh: switch to copy_thread_tls()Christian Brauner2-3/+4
2020-08-15sh: use the generic dma coherent remap allocatorChristoph Hellwig2-49/+4
2020-08-15sh: don't allow non-coherent DMA for NOMMUChristoph Hellwig1-1/+2
2020-08-15dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig3-6/+3
2020-08-15sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig1-2/+0
2020-08-15sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig3-1/+2
2020-08-15sh: move the ioremap implementation out of lineChristoph Hellwig2-86/+68
2020-08-15sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig5-16/+26
2020-08-15sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig19-54/+0
2020-08-15sh: sort the selects for SUPERH alphabeticallyChristoph Hellwig1-48/+47