summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2013-03-15sh-pfc: Split pins and functions definition tablesLaurent Pinchart20-106/+193
2013-03-15sh-pfc: Don't needlessly check GPIO type in sh_gpio_free()Laurent Pinchart1-4/+1
2013-03-15sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs onlyLaurent Pinchart4-28/+59
2013-03-15sh-pfc: Make struct pinmux_gpio enum_id field constLaurent Pinchart1-1/+1
2013-03-15sh-pfc: Initialize pinmux_gpio flags staticallyLaurent Pinchart2-20/+15
2013-03-15sh-pfc: Remove unused sh_pfc_soc_info reserved_id fieldLaurent Pinchart17-17/+0
2013-03-15sh-pfc: Replace SoC info data and mark ranges with a number of pinsLaurent Pinchart18-44/+36
2013-03-15sh-pfc: Replace first_gpio and last_gpio with nr_gpiosLaurent Pinchart20-68/+43
2013-03-15sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possibleLaurent Pinchart11-2410/+2409
2013-03-15sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios()Laurent Pinchart1-5/+0
2013-03-15sh-pfc: Drop the sh_pfc_pinctrl spinlockLaurent Pinchart1-13/+0
2013-03-15sh-pfc: Fix a typo and simplify a definition on sh73a0Guennadi Liakhovetski1-6/+2
2013-03-15sh-pfc: Don't define the per-device pinctrl struct instances as globalLaurent Pinchart1-22/+18
2013-03-15sh-pfc: Declare operation structures as constLaurent Pinchart1-3/+3
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Simon Horman3-3/+3
2013-03-13pinctrl: generic: Fix compilation errorSachin Kamat1-1/+1
2013-03-13pinctrl: Print the correct information in debugfs pinconf-state fileLaurent Pinchart1-1/+1
2013-03-13pinctrl: abx500: Fix checking if pin use AlternateFunction registerAxel Lin1-1/+1
2013-03-07pinctrl: sunxi: Add Allwinner A13 pin functionsMaxime Ripard1-70/+169
2013-03-07pinctrl: sunxi: Add Allwinner A10 pin functionsMaxime Ripard1-162/+571
2013-03-07pinctrl: single: Fix build errorAxel Lin1-3/+3
2013-03-07pinctrl: single: support generic pinconfHaojian Zhuang2-7/+402
2013-03-07pinctrl: single: set function mask as optionalHaojian Zhuang1-4/+22
2013-03-07pinctrl: generic: dump pin configurationHaojian Zhuang2-0/+22
2013-03-07pinctrl: single: create new gpio function rangeHaojian Zhuang1-2/+71
2013-03-07pinctrl: check pinctrl ready for gpio rangeHaojian Zhuang1-0/+36
2013-03-07pinctrl: abx500: Add terminating entry for of_device_id tableAxel Lin1-0/+1
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart21-52/+52
2013-03-07pinctrl: core: use devres_release() instead of devres_destroy()Jingoo Han1-2/+1
2013-02-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2013-02-22Merge tag 'sh-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds25-1/+32555
2013-02-22Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-52/+40
2013-02-20Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-115/+8627
2013-02-16sh-pfc: sh_pfc_probe() sizeof() fixMagnus Damm1-1/+1
2013-02-15pinctrl: tegra: add clfvs function to Tegra114 supportRhyland Klein1-5/+17
2013-02-15pinctrl: generic: rename input schmitt disableHaojian Zhuang1-1/+1
2013-02-13Merge branch 'fixes-for-3.9' into next/fixes-non-criticalOlof Johansson1-2/+2
2013-02-11pinctrl/pinconfig: add debug interfaceLaurent Meunier3-17/+227
2013-02-10pinctrl: samsung: remove duplicated lineJingoo Han1-1/+0
2013-02-10pinctrl/abx500: use direct IRQ definesLinus Walleij5-17/+16
2013-02-10pinctrl/abx500: replace IRQ offsets with table read-in valuesLee Jones6-25/+32
2013-02-10pinctrl/abx500: move IRQ handling to ab8500-coreLee Jones1-296/+3
2013-02-08Merge branch 'allwinner-sunxi' into develLinus Walleij4-0/+1989
2013-02-07pinctrl: exynos5440: remove erroneous __initLinus Walleij1-5/+5
2013-02-07pinctrl/abx500: adjust offset for get_mode()Linus Walleij1-1/+3
2013-02-07pinctrl/abx500: add Device Tree supportLee Jones1-5/+31
2013-02-07pinctrl/abx500: align GPIO cluster boundariesLee Jones5-16/+18
2013-02-07pinctrl/abx500: prevent error path from corrupting returning errorLee Jones1-4/+5
2013-02-05pinctrl: sunxi: add of_xlate functionMaxime Ripard1-0/+20