Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c197787ced5b42bde224d9ee70473d87a824119a
/
drivers
/
gpio
/
gpio-samsung.c
9afd23b
gpio: samsung: Remove remaining check for CONFIG_S5P_GPIO_DRVSTR
by Paul Bolle
· 10 years ago
dffd7e3
Merge branch 'cleanup/gpio-header-removal' into next/soc
by Arnd Bergmann
· 10 years ago
09ee2da
gpio: samsung: Remove legacy support of S5PV210
by Tomasz Figa
· 10 years ago
0d551c3
gpio: samsung: remov s5pc100 related gpio codes
by Kukjin Kim
· 10 years ago
a07a6a3
gpio: samsung: remove s5p64x0 related gpio codes
by Kukjin Kim
· 10 years ago
2fd48f9
ARM: mach-s5p: get rid of all <mach/gpio.h> headers
by Linus Walleij
· 10 years ago
24016ab
gpio: samsung: Add missing "break" statement
by Alexander Shiyan
· 11 years ago
785acec
ARM: S5P[v210|c100|64x0]: Fix build error
by Sachin Kamat
· 11 years ago
b0161ca
ARM: S3C[24|64]xx: move includes back under <mach/> scope
by Linus Walleij
· 11 years ago
527d164
gpio: samsung: Remove hardware.h inclusion
by Sachin Kamat
· 11 years ago
035b2f7
ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.
by José Miguel Gonçalves
· 11 years ago
41c3548
ARM: s3c64xx: get rid of custom <mach/gpio.h>
by Linus Walleij
· 11 years ago
c67d0f2
ARM: s3c24xx: get rid of custom <mach/gpio.h>
by Linus Walleij
· 11 years ago
f9efbce
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
54362e1
gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support
by Tomasz Figa
· 11 years ago
608f973
gpio: samsung: Skip initialization if device tree is present
by Tomasz Figa
· 11 years ago
6c56c6c
gpio: samsung: Drop support for Exynos SoCs
by Tomasz Figa
· 11 years ago
0e81a35
Merge branch 'v3.11-next/driver-pinctrl' into v3.11-next/s3c24xx-driver
by Kukjin Kim
· 11 years ago
9fdb27d
gpio: samsung: Remove OF support for s3c24xx
by Sylwester Nawrocki
· 11 years ago
af99a75
pinctrl: Add pinctrl-s3c24xx driver
by Heiko Stuebner
· 12 years ago
30c67e9
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
4315844
gpio: samsung: Add terminating entry for exynos_pinctrl_ids
by Axel Lin
· 12 years ago
b7442b6
Merge branch 'next/pinctrl-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers
by Arnd Bergmann
· 12 years ago
70850ad
gpio: samsung: skip gpiolib registration if pinctrl support is enabled for exynos5250
by Thomas Abraham
· 12 years ago
d97fede
gpio: samsung: fixes build warning with s3c2410_defconfig
by Kukjin Kim
· 12 years ago
1c8408e
ARM: S3C24XX: handle s3c2412 eints using new infrastructure
by Heiko Stuebner
· 12 years ago
b274776
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
5b399db
Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup
by Olof Johansson
· 12 years ago
b533c86
ARM: dts: fix compatible value for exynos pinctrl
by Kukjin Kim
· 12 years ago
f692543
ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440
by Thomas Abraham
· 12 years ago
6948ce5
gpio: samsung: skip gpio lib registration for EXYNOS5440
by Kukjin Kim
· 12 years ago
dcb9c34
gpio: samsung: silent build warning for EXYNOS5 SoCs
by Kukjin Kim
· 12 years ago
e4a5da5
gpio: samsung: fix pinctrl condition for exynos and exynos5440
by Kukjin Kim
· 12 years ago
0a2691d
ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.h
by Kukjin Kim
· 12 years ago
9b89cb8
gpio: samsung: remove inclusion <mach/regs-clock.h>
by Kukjin Kim
· 12 years ago
698d601
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
343db4b
gpio: samsung: use pr_* instead of printk
by Jingoo Han
· 12 years ago
ba51bdd
gpio: samsung: Skip registration if pinctrl driver is present on EXYNOS4X12
by Tomasz Figa
· 12 years ago
2b88ff4
gpio: samsung: Fix input mode setting function for GPIO int
by Eunki Kim
· 12 years ago
8f446a7
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
2a2bf85
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
172c6a1
gpio: samsung: add devicetree init for s3c24xx arches
by Heiko Stuebner
· 12 years ago
d058662
gpio: exynos4: skip gpiolib registration if pinctrl driver is used
by Thomas Abraham
· 12 years ago
4e321a3
gpio-samsung: Remove now unused s3c2410_gpio* API
by Sylwester Nawrocki
· 12 years ago
f7093f3
gpio: samsung: Fix off-by-one bug in gpio addresses
by Sean Paul
· 12 years ago
f447ed8
gpio: samsung: add flags specifier to device-tree binding
by Olof Johansson
· 12 years ago
5041caa
gpio/samsung: fix the typo 'exynos5_xxx' instead of 'exonys5_xxx'
by Kukjin Kim
· 12 years ago
30b8428
Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
b1bf7d4
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
f10590c
ARM: EXYNOS: add GPC4 bank instance
by Sangsu Park
· 13 years ago
2760f7a
gpio/exynos: Fix compiler warnings when non-exynos machines are selected
by Sachin Kamat
· 13 years ago
fd45499
gpio: samsung: refactor gpiolib init for exynos4/5
by Olof Johansson
· 13 years ago
9a5c7d6
gpio/exynos: Fix compiler warning in gpio-samsung.c file
by Sachin Kamat
· 13 years ago
d39c815
gpio/samsung: use ioremap() for EXYNOS4 GPIOlib
by Sangsu Park
· 13 years ago
a9696d8
gpio/samsung: add support GPIOlib for EXYNOS5250
by Sangsu Park
· 13 years ago
876cf5e
gpio: samsung: adapt to changes in gpio specifier translator function declaration
by Thomas Abraham
· 13 years ago
dfc1ebe
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
fbce1c2
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
f134759
gpio: Fix typo in comment in Samsung driver
by Mark Brown
· 13 years ago
2985479
gpio: Explicitly index samsung_gpio_cfgs
by Mark Brown
· 13 years ago
659d73a
gpio/samsung: Add device tree support for EXYNOS4
by Thomas Abraham
· 13 years ago
edbaa60
driver-core: remove sysdev.h usage.
by Kay Sievers
· 13 years ago
fbe92fc
gpio/samsung: Complain loudly if we don't know the SoC
by Mark Brown
· 13 years ago
c034b18
gpio/samsung: Move SoC specific codes within macro
by Tushar Behera
· 13 years ago
b82cee2
gpio/samsung: Fix incorrect gpio pull up/down callback for EXYNOS4
by Thomas Abraham
· 13 years ago
8a8ab2e
gpio/samsung: only register available gpio banks
by Peter Korsgaard
· 13 years ago
b391f8c
gpio/samsung: correct pin configuration for S5PC100/S5PC110/EXYNOS4
by Marek Szyprowski
· 13 years ago
3538d5f
gpio/samsung: fix GPIO interrupt registration for EXYNOS4 SoCs
by Marek Szyprowski
· 13 years ago
f79e40e
gpio/samsung: fix broken configuration for EXYNOS4 GPIO banks
by Marek Szyprowski
· 13 years ago
1b39d5f
gpio/samsung: gpio-samsung.c to support Samsung GPIOs
by Kukjin Kim
· 13 years ago