Age | Commit message (Expand) | Author | Files | Lines |
2013-08-28 | pinctrl: Add s5pv210 support to pinctrl-exynos | Mateusz Krawczuk | 1 | -0/+2 |
2013-08-28 | pinctrl: Pass all configs to driver on pin_config_set() | Sherman Yin | 1 | -4/+13 |
2013-08-23 | pinctrl: samsung: Parse pin groups before calling pinctrl_register() | Tomasz Figa | 1 | -6/+4 |
2013-07-03 | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2013-07-03 | Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+2 |
2013-06-24 | pinctrl: samsung: Staticize drvdata_list | Sachin Kamat | 1 | -1/+1 |
2013-06-19 | pinctrl: exynos: add exynos5420 SoC specific data | Leela Krishna Amudala | 1 | -0/+2 |
2013-06-12 | Merge branch 'v3.11-next/driver-pinctrl' into v3.11-next/s3c24xx-driver | Kukjin Kim | 1 | -0/+10 |
2013-05-27 | pinctrl: samsung: Add support for SoC-specific suspend/resume callbacks | Tomasz Figa | 1 | -0/+6 |
2013-05-27 | pinctrl: samsung: fix suspend/resume functionality | Doug Anderson | 1 | -0/+148 |
2013-05-20 | pinctrl: Add pinctrl-s3c24xx driver | Heiko Stuebner | 1 | -0/+10 |
2013-05-18 | drivers/pinctrl: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-05-04 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2013-04-09 | pinctrl: Add pinctrl-s3c64xx driver | Tomasz Figa | 1 | -0/+4 |
2013-04-09 | pinctrl: samsung: Handle banks with two configuration registers | Tomasz Figa | 1 | -0/+10 |
2013-04-09 | pinctrl: samsung: Remove hardcoded register offsets | Tomasz Figa | 1 | -28/+9 |
2013-04-09 | pinctrl: samsung: Split pin bank description into two structures | Tomasz Figa | 1 | -9/+15 |
2013-04-09 | pinctrl: samsung: Include pinctrl-exynos driver data conditionally | Tomasz Figa | 1 | -0/+2 |
2013-04-09 | pinctrl: samsung: Protect bank registers with a spinlock | Tomasz Figa | 1 | -0/+24 |
2013-03-07 | pinctrl: Declare operation structures as const | Laurent Pinchart | 1 | -3/+3 |
2013-03-05 | pinctrl: exynos: add exynos5250 SoC specific data | Thomas Abraham | 1 | -0/+2 |
2013-02-22 | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+3 |
2013-02-10 | pinctrl: samsung: remove duplicated line | Jingoo Han | 1 | -1/+0 |
2013-01-29 | ARM: dts: fix compatible value for exynos pinctrl | Kukjin Kim | 1 | -2/+2 |
2013-01-22 | pinctrl: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -5/+3 |
2013-01-04 | Drivers: pinctrl: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -12/+14 |
2012-12-19 | pinctrl: exynos5440/samsung: Staticize pcfgs | Axel Lin | 1 | -1/+1 |
2012-11-24 | pinctrl: samsung: Do not initialise statics to 0 | Sachin Kamat | 1 | -1/+1 |
2012-11-19 | pinctrl: samsung: Update error check for unsigned variables | Tushar Behera | 1 | -1/+1 |
2012-11-19 | pinctrl: samsung: Add support for EXYNOS4X12 | Tomasz Figa | 1 | -0/+2 |
2012-11-19 | Merge remote-tracking branch 'pinctrl/samsung' into next/pinctrl-samsung | Kukjin Kim | 1 | -57/+146 |
2012-10-15 | pinctrl: samsung: Add GPIO to IRQ translation | Tomasz Figa | 1 | -0/+19 |
2012-10-15 | pinctrl: samsung: Use one GPIO chip per pin bank | Tomasz Figa | 1 | -44/+73 |
2012-10-15 | pinctrl: exynos: Use one IRQ domain per pin bank | Tomasz Figa | 1 | -4/+0 |
2012-10-15 | pinctrl: samsung: Hold pointer to driver data in bank struct | Tomasz Figa | 1 | -8/+10 |
2012-10-15 | pinctrl: samsung: Match pin banks with their device nodes | Tomasz Figa | 1 | -0/+13 |
2012-10-15 | pinctrl: samsung: Distinguish between pin group and bank nodes | Tomasz Figa | 1 | -1/+1 |
2012-10-15 | pinctrl: samsung: Assing pin numbers dynamically | Tomasz Figa | 1 | -1/+21 |
2012-10-15 | pinctrl: samsung: Do not pass gpio_chip to pin_to_reg_bank | Tomasz Figa | 1 | -9/+16 |
2012-10-15 | pinctrl: samsung: Detect and handle unsupported configuration types | Tomasz Figa | 1 | -0/+3 |
2012-10-15 | pinctrl: samsung: use __devinit section for init code | Arnd Bergmann | 1 | -5/+5 |
2012-09-21 | pinctrl: samsung: Uninline samsung_pinctrl_get_soc_data | Tomasz Figa | 1 | -1/+1 |
2012-09-07 | pinctrl: add samsung pinctrl and gpiolib driver | Thomas Abraham | 1 | -0/+888 |