summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sh-pfc: Remove unused sh_pfc_soc_info reserved_id fieldLaurent Pinchart2013-03-1517-17/+0
| * | | | | sh-pfc: Replace SoC info data and mark ranges with a number of pinsLaurent Pinchart2013-03-1518-44/+36
| * | | | | sh-pfc: Replace first_gpio and last_gpio with nr_gpiosLaurent Pinchart2013-03-1520-68/+43
| * | | | | sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possibleLaurent Pinchart2013-03-1511-2410/+2409
| * | | | | sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios()Laurent Pinchart2013-03-151-5/+0
| * | | | | sh-pfc: Drop the sh_pfc_pinctrl spinlockLaurent Pinchart2013-03-151-13/+0
| * | | | | sh-pfc: Fix a typo and simplify a definition on sh73a0Guennadi Liakhovetski2013-03-151-6/+2
| * | | | | sh-pfc: Don't define the per-device pinctrl struct instances as globalLaurent Pinchart2013-03-151-22/+18
| * | | | | sh-pfc: Declare operation structures as constLaurent Pinchart2013-03-151-3/+3
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Simon Horman2013-03-153-3/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-0416-11/+3098
|\ \ \ \ \ \ \
| * | | | | | | pinctrl: vt8500: wmt: Fix checking return value of pinctrl_register()Axel Lin2013-04-191-1/+1
| * | | | | | | Merge tag 'omap-for-v3.10/timer-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2013-04-085-4/+9
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into ...Arnd Bergmann2013-04-0813-9/+3044
| |\ \ \ \ \ \ \
| | * | | | | | | pinctrl: bcm2835: make use of of_property_read_u32_index()Stephen Warren2013-04-041-8/+11
| | * | | | | | | pinctrl: gpio: vt8500: Add pincontrol driver for arch-vt8500Tony Prisk2013-04-0411-0/+2973
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge tag 'renesas-intc-external-irq-for-v3.10' of git://git.kernel.org/pub/s...Arnd Bergmann2013-03-211-3/+3
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | ARM: shmobile: INTC External IRQ pin driver on sh73a0Magnus Damm2013-03-181-3/+3
| * | | | | | | pinctrl: exynos: add exynos5250 SoC specific dataThomas Abraham2013-03-053-0/+111
| |/ / / / / /
* | | | | | | Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-022-4/+4
|\ \ \ \ \ \ \
| * | | | | | | pinctrl: fix mutex deadlock in get_pinctrl_dev_from_of_node()Daniel Mack2013-04-301-1/+1
| * | | | | | | pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-301-3/+3
* | | | | | | | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-021-8/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mxs/cleanup' into next/multiplatformArnd Bergmann2013-04-096-5/+69
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | pinctrl: sirf: convert to linear irq domainArnd Bergmann2013-03-251-8/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-05-0210-5893/+2693
|\ \ \ \ \ \ \ \
| * | | | | | | | pinctrl: add pinctrl driver for imx6slShawn Guo2013-04-092-0/+411
| * | | | | | | | pinctrl: add pinctrl driver for imx6dlShawn Guo2013-04-093-2/+500
| * | | | | | | | pinctrl: imx: move hard-coding data into device treeShawn Guo2013-04-096-5891/+1782
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-025-7/+5
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Merge tag 'v3.9-rc5' into next/cleanupArnd Bergmann2013-04-096-5/+69
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-265-7/+5
| | |/ / / / | |/| | | |
* | | | | | pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard2013-04-265-164/+176
* | | | | | pinctrl/pinconfig: fix misplaced gotoLaurent Meunier2013-04-261-1/+1
* | | | | | pinctrl: s3c64xx: Fix build error caused by undefined chained_irq_enterTomasz Figa2013-04-231-2/+1
* | | | | | pinctrl/pinconfig: add debug interfaceLaurent Meunier2013-04-191-0/+232
* | | | | | pinctrl: abx500: fix issue when no pdataPatrice CHOTARD2013-04-181-1/+0
* | | | | | pinctrl: sunxi: Rename wemac functions to emacMaxime Ripard2013-04-091-18/+18
* | | | | | pinctrl: exynos5440: add gpio interrupt supportThomas Abraham2013-04-091-0/+142
* | | | | | pinctrl: exynos5440: fix probe failure due to missing pin-list in config nodesThomas Abraham2013-04-091-3/+6
* | | | | | pinctrl: ab8505: Staticize some symbolsSachin Kamat2013-04-091-2/+3
* | | | | | pinctrl: ab8540: Staticize some symbolsSachin Kamat2013-04-091-2/+3
* | | | | | pinctrl: ab9540: Staticize some symbolsSachin Kamat2013-04-091-2/+3
* | | | | | pinctrl: ab8500: Staticize some symbolsSachin Kamat2013-04-091-2/+3
* | | | | | pinctrl: abx500: Staticize some symbolsSachin Kamat2013-04-091-5/+5
* | | | | | pinctrl: Add pinctrl-s3c64xx driverTomasz Figa2013-04-095-0/+832
* | | | | | pinctrl: samsung: Handle banks with two configuration registersTomasz Figa2013-04-091-0/+10
* | | | | | pinctrl: samsung: Remove hardcoded register offsetsTomasz Figa2013-04-093-37/+15
* | | | | | pinctrl: samsung: Split pin bank description into two structuresTomasz Figa2013-04-094-36/+49
* | | | | | pinctrl: samsung: Include pinctrl-exynos driver data conditionallyTomasz Figa2013-04-091-0/+2
OpenPOWER on IntegriCloud