Age | Commit message (Expand) | Author | Files | Lines |
2020-08-19 | ARM: samsung: make pm-debug platform independent | Arnd Bergmann | 7 | -67/+74 |
2020-08-19 | ARM: samsung: remove s3c_pm_debug_init() | Arnd Bergmann | 6 | -22/+6 |
2020-08-19 | ARM: samsung: don't build plat/pm-common for Exynos | Arnd Bergmann | 1 | -1/+0 |
2020-08-19 | usb: gadget: s3c-hsudc: remove platform header dependency | Arnd Bergmann | 2 | -0/+55 |
2020-08-19 | usb: gadget: s3c: use platform resources | Arnd Bergmann | 1 | -146/+0 |
2020-08-19 | ARM: s3c24xx: simplify mach/io.h | Arnd Bergmann | 2 | -193/+26 |
2020-08-19 | ARM: s3c24xx: pass pointer to clk driver via platform data | Krzysztof Kozlowski | 1 | -1/+6 |
2020-08-19 | ARM: s3c24xx: make S3C24XX_MISCCR access indirect | Arnd Bergmann | 1 | -0/+3 |
2020-08-19 | ARM: s3c24xx: iotiming: make functions static | Arnd Bergmann | 1 | -3/+3 |
2020-08-19 | ARM: s3c24xx: fix mmc gpio lookup tables | Arnd Bergmann | 5 | -9/+9 |
2020-08-19 | ARM: s3c24xx: fix missing system reset | Krzysztof Kozlowski | 1 | -0/+2 |
2020-08-19 | ARM: s3c64xx: switch to generic watchdog driver reset | Krzysztof Kozlowski | 18 | -162/+2 |
2020-08-19 | ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependencies | Krzysztof Kozlowski | 5 | -6/+0 |
2020-08-19 | ARM: s3c24xx: drop s3c-camif setup platform code | Krzysztof Kozlowski | 3 | -74/+0 |
2020-08-17 | ARM: samsung: fix kerneldoc of s3c_pm_do_restore_core() | Krzysztof Kozlowski | 1 | -0/+2 |
2020-08-17 | ARM: s3c: remove unneeded machine header includes | Krzysztof Kozlowski | 31 | -32/+0 |
2020-08-17 | ARM: s3c24xx: ts: document function argument | Krzysztof Kozlowski | 1 | -0/+1 |
2020-08-17 | ARM: s3c24xx: ts: include platform data header | Krzysztof Kozlowski | 1 | -0/+2 |
2020-08-17 | ARM: s3c24xx: sdhci: include plat/sdhci.h header | Krzysztof Kozlowski | 1 | -0/+1 |
2020-08-17 | ARM: s3c24xx: include common.h header in s3c2443.c | Krzysztof Kozlowski | 1 | -0/+1 |
2020-08-17 | ARM: s3c: remove plat-samsung/.../samsung-time.h | Krzysztof Kozlowski | 37 | -61/+25 |
2020-08-17 | clk: samsung: s3c24xx: declare s3c24xx_common_clk_init() in shared header | Krzysztof Kozlowski | 2 | -15/+1 |
2020-08-17 | clk: samsung: s3c64xx: declare s3c64xx_clk_init() in shared header | Krzysztof Kozlowski | 2 | -2/+1 |
2020-08-17 | ARM: samsung: fix language typo | Krzysztof Kozlowski | 1 | -2/+2 |
2020-08-17 | ARM: s3c24xx: demote kerneldoc comment | Krzysztof Kozlowski | 1 | -2/+2 |
2020-08-17 | ARM: s3c64xx: include header to fix -Wmissing-prototypes | Krzysztof Kozlowski | 1 | -0/+1 |
2020-08-17 | ARM: s3c64xx: use simple i2c probe function | Stephen Kitt | 1 | -3/+2 |
2020-08-17 | ARM: s3c64xx: fix return value check in s3c_usb_otgphy_init() | Qinglang Miao | 1 | -1/+1 |
2020-08-16 | parisc: fix PMD pages allocation by restoring pmd_alloc_one() | Mike Rapoport | 1 | -0/+6 |
2020-08-16 | Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -8/+17 |
2020-08-16 | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh | Linus Torvalds | 66 | -995/+360 |
2020-08-15 | Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -17/+58 |
2020-08-15 | Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -10/+36 |
2020-08-15 | iomap: constify ioreadX() iomem argument (as in generic implementation) | Krzysztof Kozlowski | 16 | -103/+103 |
2020-08-15 | sh: use generic strncpy() | Kuninori Morimoto | 1 | -26/+0 |
2020-08-15 | all arch: remove system call sys_sysctl | Xiaoming Ni | 43 | -44/+18 |
2020-08-15 | sh: landisk: Add missing initialization of sh_io_port_base | Geert Uytterhoeven | 1 | -0/+3 |
2020-08-15 | sh: bring syscall_set_return_value in line with other architectures | Michael Karcher | 1 | -4/+1 |
2020-08-15 | sh: Add SECCOMP_FILTER | Michael Karcher | 3 | -2/+6 |
2020-08-15 | sh: Rearrange blocks in entry-common.S | Michael Karcher | 1 | -28/+29 |
2020-08-15 | sh: switch to copy_thread_tls() | Christian Brauner | 2 | -3/+4 |
2020-08-15 | sh: use the generic dma coherent remap allocator | Christoph Hellwig | 2 | -49/+4 |
2020-08-15 | sh: don't allow non-coherent DMA for NOMMU | Christoph Hellwig | 1 | -1/+2 |
2020-08-15 | dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig | Christoph Hellwig | 3 | -6/+3 |
2020-08-15 | sh: unexport register_trapped_io and match_trapped_io_handler | Christoph Hellwig | 1 | -2/+0 |
2020-08-15 | sh: don't include <asm/io_trapped.h> in <asm/io.h> | Christoph Hellwig | 3 | -1/+2 |
2020-08-15 | sh: move the ioremap implementation out of line | Christoph Hellwig | 2 | -86/+68 |
2020-08-15 | sh: move ioremap_fixed details out of <asm/io.h> | Christoph Hellwig | 5 | -16/+26 |
2020-08-15 | sh: remove __KERNEL__ ifdefs from non-UAPI headers | Christoph Hellwig | 19 | -54/+0 |
2020-08-15 | sh: sort the selects for SUPERH alphabetically | Christoph Hellwig | 1 | -48/+47 |