aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-samsung.c
AgeCommit message (Expand)Author
2014-09-23gpio: samsung: Remove remaining check for CONFIG_S5P_GPIO_DRVSTRPaul Bolle
2014-07-26Merge branch 'cleanup/gpio-header-removal' into next/socArnd Bergmann
2014-07-19gpio: samsung: Remove legacy support of S5PV210Tomasz Figa
2014-07-13gpio: samsung: remov s5pc100 related gpio codesKukjin Kim
2014-07-08gpio: samsung: remove s5p64x0 related gpio codesKukjin Kim
2014-06-30ARM: mach-s5p: get rid of all <mach/gpio.h> headersLinus Walleij
2014-03-27gpio: samsung: Add missing "break" statementAlexander Shiyan
2014-01-15ARM: S5P[v210|c100|64x0]: Fix build errorSachin Kamat
2014-01-14ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij
2014-01-07gpio: samsung: Remove hardware.h inclusionSachin Kamat
2014-01-02ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.José Miguel Gonçalves
2013-12-20ARM: s3c64xx: get rid of custom <mach/gpio.h>Linus Walleij
2013-12-20ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij
2013-11-11Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2013-10-06gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX supportTomasz Figa
2013-09-17gpio: samsung: Skip initialization if device tree is presentTomasz Figa
2013-08-29gpio: samsung: Drop support for Exynos SoCsTomasz Figa
2013-06-12Merge branch 'v3.11-next/driver-pinctrl' into v3.11-next/s3c24xx-driverKukjin Kim
2013-06-12gpio: samsung: Remove OF support for s3c24xxSylwester Nawrocki
2013-05-21pinctrl: Add pinctrl-s3c24xx driverHeiko Stuebner
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-03-27gpio: samsung: Add terminating entry for exynos_pinctrl_idsAxel Lin
2013-03-15Merge branch 'next/pinctrl-exynos' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2013-03-05gpio: samsung: skip gpiolib registration if pinctrl support is enabled for ex...Thomas Abraham
2013-03-05gpio: samsung: fixes build warning with s3c2410_defconfigKukjin Kim
2013-03-05ARM: S3C24XX: handle s3c2412 eints using new infrastructureHeiko Stuebner
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-04Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson
2013-01-28ARM: dts: fix compatible value for exynos pinctrlKukjin Kim
2013-01-28ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440Thomas Abraham
2013-01-17gpio: samsung: skip gpio lib registration for EXYNOS5440Kukjin Kim
2013-01-17gpio: samsung: silent build warning for EXYNOS5 SoCsKukjin Kim
2013-01-17gpio: samsung: fix pinctrl condition for exynos and exynos5440Kukjin Kim
2013-01-10ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.hKukjin Kim
2013-01-10gpio: samsung: remove inclusion <mach/regs-clock.h>Kukjin Kim
2012-12-13Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-07gpio: samsung: use pr_* instead of printkJingoo Han
2012-11-07gpio: samsung: Skip registration if pinctrl driver is present on EXYNOS4X12Tomasz Figa
2012-10-23gpio: samsung: Fix input mode setting function for GPIO intEunki Kim
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-10-01Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-09-07gpio: samsung: add devicetree init for s3c24xx archesHeiko Stuebner
2012-09-07gpio: exynos4: skip gpiolib registration if pinctrl driver is usedThomas Abraham
2012-08-28gpio-samsung: Remove now unused s3c2410_gpio* APISylwester Nawrocki
2012-08-07gpio: samsung: Fix off-by-one bug in gpio addressesSean Paul
2012-07-17gpio: samsung: add flags specifier to device-tree bindingOlof Johansson
2012-06-03gpio/samsung: fix the typo 'exynos5_xxx' instead of 'exonys5_xxx'Kukjin Kim
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-05-16ARM: EXYNOS: add GPC4 bank instanceSangsu Park