summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-samsung.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: samsung: Remove remaining check for CONFIG_S5P_GPIO_DRVSTRPaul Bolle2014-09-231-50/+0
* Merge branch 'cleanup/gpio-header-removal' into next/socArnd Bergmann2014-07-261-3/+0
|\
| * ARM: mach-s5p: get rid of all <mach/gpio.h> headersLinus Walleij2014-06-301-3/+0
* | gpio: samsung: Remove legacy support of S5PV210Tomasz Figa2014-07-191-240/+0
* | gpio: samsung: remov s5pc100 related gpio codesKukjin Kim2014-07-131-276/+0
* | gpio: samsung: remove s5p64x0 related gpio codesKukjin Kim2014-07-081-446/+0
|/
* gpio: samsung: Add missing "break" statementAlexander Shiyan2014-03-271-0/+1
* ARM: S5P[v210|c100|64x0]: Fix build errorSachin Kamat2014-01-151-0/+3
* ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij2014-01-141-6/+1
* gpio: samsung: Remove hardware.h inclusionSachin Kamat2014-01-071-1/+0
* ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.José Miguel Gonçalves2014-01-021-3/+3
* ARM: s3c64xx: get rid of custom <mach/gpio.h>Linus Walleij2013-12-201-0/+3
* ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij2013-12-201-0/+3
* Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-11-111-27/+7
|\
| * gpio: samsung: Skip initialization if device tree is presentTomasz Figa2013-09-171-27/+7
* | gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX supportTomasz Figa2013-10-061-4/+4
|/
* gpio: samsung: Drop support for Exynos SoCsTomasz Figa2013-08-291-871/+0
* Merge branch 'v3.11-next/driver-pinctrl' into v3.11-next/s3c24xx-driverKukjin Kim2013-06-121-0/+4
|\
| * pinctrl: Add pinctrl-s3c24xx driverHeiko Stuebner2013-05-211-0/+4
* | gpio: samsung: Remove OF support for s3c24xxSylwester Nawrocki2013-06-121-63/+0
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-061-0/+1
|\
| * gpio: samsung: Add terminating entry for exynos_pinctrl_idsAxel Lin2013-03-271-0/+1
* | Merge branch 'next/pinctrl-exynos' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2013-03-151-0/+1
|\ \
| * | gpio: samsung: skip gpiolib registration if pinctrl support is enabled for ex...Thomas Abraham2013-03-051-0/+1
| |/
* | gpio: samsung: fixes build warning with s3c2410_defconfigKukjin Kim2013-03-051-1/+2
* | ARM: S3C24XX: handle s3c2412 eints using new infrastructureHeiko Stuebner2013-03-051-1/+4
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+0
|\
| * Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-02-041-1/+0
| |\
| | * ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.hKukjin Kim2013-01-101-1/+0
* | | ARM: dts: fix compatible value for exynos pinctrlKukjin Kim2013-01-281-2/+2
* | | ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440Thomas Abraham2013-01-281-1/+1
|/ /
* | gpio: samsung: skip gpio lib registration for EXYNOS5440Kukjin Kim2013-01-171-0/+1
* | gpio: samsung: silent build warning for EXYNOS5 SoCsKukjin Kim2013-01-171-5/+5
* | gpio: samsung: fix pinctrl condition for exynos and exynos5440Kukjin Kim2013-01-171-1/+1
* | gpio: samsung: remove inclusion <mach/regs-clock.h>Kukjin Kim2013-01-101-1/+0
|/
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-131-13/+12
|\
| * gpio: samsung: use pr_* instead of printkJingoo Han2012-11-071-12/+6
| * gpio: samsung: Fix input mode setting function for GPIO intEunki Kim2012-10-231-1/+6
* | gpio: samsung: Skip registration if pinctrl driver is present on EXYNOS4X12Tomasz Figa2012-11-071-21/+22
|/
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-0/+21
|\
| * gpio: exynos4: skip gpiolib registration if pinctrl driver is usedThomas Abraham2012-09-071-0/+21
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-0/+63
|\ \
| * | gpio: samsung: add devicetree init for s3c24xx archesHeiko Stuebner2012-09-071-0/+63
| |/
* | gpio-samsung: Remove now unused s3c2410_gpio* APISylwester Nawrocki2012-08-281-40/+0
|/
* gpio: samsung: Fix off-by-one bug in gpio addressesSean Paul2012-08-071-7/+7
* gpio: samsung: add flags specifier to device-tree bindingOlof Johansson2012-07-171-1/+4
* gpio/samsung: fix the typo 'exynos5_xxx' instead of 'exonys5_xxx'Kukjin Kim2012-06-031-1/+1
* Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-1/+10
|\
| * ARM: EXYNOS: add GPC4 bank instanceSangsu Park2012-05-161-1/+10
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-192/+215
|\ \ | |/ |/|
OpenPOWER on IntegriCloud