index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
plat-samsung
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-20
ARM: s3c: move into a common directory
Arnd Bergmann
33
-5720
/
+0
2020-08-20
ARM: s3c: remove cpufreq header dependencies
Arnd Bergmann
3
-437
/
+0
2020-08-20
fbdev: s3c2410fb: remove mach header dependency
Arnd Bergmann
2
-69
/
+1
2020-08-20
ARM: s3c24xx: move s3cmci pinctrl handling into board files
Arnd Bergmann
1
-0
/
+29
2020-08-19
ARM: s3c: adc: move header to linux/soc/samsung
Arnd Bergmann
3
-34
/
+2
2020-08-19
ARM: s3c24xx: move regs-spi.h into spi driver
Arnd Bergmann
2
-45
/
+0
2020-08-19
ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNG
Arnd Bergmann
1
-1
/
+1
2020-08-19
ARM: s5pv210: use private pm save/restore
Arnd Bergmann
1
-2
/
+1
2020-08-19
ARM: samsung: move pm check code to drivers/soc
Arnd Bergmann
5
-432
/
+2
2020-08-19
ARM: exynos: stop selecting PLAT_SAMSUNG
Arnd Bergmann
1
-2
/
+2
2020-08-19
ARM: exynos: use private samsung_cpu_id copy
Arnd Bergmann
3
-22
/
+0
2020-08-19
ARM: samsung: move CONFIG_DEBUG_S3C_UART to Kconfig.debug
Arnd Bergmann
1
-8
/
+0
2020-08-19
ARM: samsung: make pm-debug platform independent
Arnd Bergmann
3
-18
/
+22
2020-08-19
ARM: samsung: remove s3c_pm_debug_init()
Arnd Bergmann
3
-20
/
+2
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
1
-0
/
+6
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
1
-8
/
+2
2020-08-19
ARM: s3c64xx: switch to generic watchdog driver reset
Krzysztof Kozlowski
3
-100
/
+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
1
-1
/
+0
2020-08-17
ARM: s3c: remove plat-samsung/.../samsung-time.h
Krzysztof Kozlowski
1
-26
/
+0
2020-08-17
ARM: samsung: fix language typo
Krzysztof Kozlowski
1
-2
/
+2
2020-04-21
ARM: samsung: Use devm_platform_ioremap_resource() to simplify code
Tang Bin
1
-3
/
+1
2020-04-21
ARM: samsung: Omit superfluous error message in s3c_adc_probe()
Tang Bin
1
-3
/
+1
2020-01-07
ARM: samsung: Rename Samsung and Exynos to lowercase
Krzysztof Kozlowski
4
-4
/
+4
2019-10-28
ARM: s3c: Rename s5p_usb_phy functions
Krzysztof Kozlowski
2
-4
/
+4
2019-09-09
ARM: samsung: Fix system restart on S3C6410
Lihua Yao
1
-0
/
+1
2019-08-21
ARM: s3c64xx: squash samsung_usb_phy.h into setup-usb-phy.c
Masahiro Yamada
1
-2
/
+0
2019-08-15
ARM: samsung: Include GPIO driver header
Linus Walleij
1
-0
/
+1
2019-07-15
docs: arm: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-3
/
+3
2018-11-18
ARM: samsung: Limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2018-10-01
ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2018-07-08
headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devic...
Randy Dunlap
1
-0
/
+1
2018-05-13
ARM: exynos: Remove static mapping of SCU SFR
Pankaj Dubey
1
-4
/
+0
2018-04-21
ARM: samsung: simplify getting .drvdata
Wolfram Sang
1
-2
/
+1
2018-01-03
ARM: SAMSUNG: Add SPDX license identifiers
Krzysztof Kozlowski
43
-361
/
+182
2017-11-17
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
3
-33
/
+16
2017-10-12
treewide: Fix typos in Kconfig
Masanari Iida
1
-1
/
+1
2017-10-04
ARM: SAMSUNG: Simplify size used for kzalloc
Markus Elfring
2
-24
/
+13
2017-10-04
ARM: SAMSUNG: Remove printk for failed memory allocation
Markus Elfring
2
-9
/
+3
2017-07-20
ARM: s3c24xx: Remove non-existing CONFIG_CPU_S3C2413
Krzysztof Kozlowski
1
-1
/
+1
2017-03-28
dmaengine: pl330: remove pdata based initialization
Marek Szyprowski
1
-1
/
+0
2016-12-29
ARM: SAMSUNG: Constify array of wake irqs passed to samsung_sync_wakemask
Krzysztof Kozlowski
2
-2
/
+2
2016-12-29
ARM: s3c24xx: Drop unused struct s3c_audio_pdata entries
Sylwester Nawrocki
1
-19
/
+0
2016-12-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2016-12-16
linux: drop __bitwise__ everywhere
Michael S. Tsirkin
1
-1
/
+1
2016-11-17
ARM: s3c64xx: Drop unused DMA fields from struct s3c64xx_spi_csinfo
Sylwester Nawrocki
1
-24
/
+0
2016-08-24
ARM: EXYNOS: Remove unused DMC and CMU offsets and their mappings
Pankaj Dubey
1
-4
/
+0
2016-08-02
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
3
-9
/
+10
[next]