summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | pinctrl/at91: remove duplicated include from pinctrl-at91.cWei Yongjun2012-10-281-1/+0
| | * | | | | pinctrl/: at91: fix warningsJean-Christophe PLAGNIOL-VILLARD2012-10-281-2/+2
| | * | | | | gpio/at91: auto request and configure the pio as input when the interrupt is ...Jean-Christophe PLAGNIOL-VILLARD2012-10-241-1/+25
| | * | | | | pinctrl: at91: fix typo on PULL_UPJean-Christophe PLAGNIOL-VILLARD2012-10-241-1/+1
| | * | | | | ARM: at91: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-133-0/+1500
| | | |_|/ / | | |/| | |
| * | | | | pinctrl: SPEAr: Add gpio ranges supportViresh Kumar2012-11-118-17/+447
| * | | | | gpiolib: separation of pin concernsLinus Walleij2012-11-111-3/+1
| * | | | | pinctrl: sirf: Staticize non-exported symbolAxel Lin2012-11-111-2/+2
| * | | | | pinctrl: u300: Staticize non-exported symbolsAxel Lin2012-11-111-6/+4
| * | | | | pinctrl/u300: use managed resourcesLinus Walleij2012-11-111-28/+4
| * | | | | pinctrl/coh901: convert to use managed resourcesLinus Walleij2012-11-111-43/+19
| * | | | | pinctrl/coh901: use irqdomain, allocate irqdescsLinus Walleij2012-11-111-14/+46
| * | | | | pinctrl: SPEAr: Add plgpio driverViresh Kumar2012-11-113-0/+754
| * | | | | gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-112-0/+26
| * | | | | Revert "pinctrl: remove pinctrl_remove_gpio_range"Viresh Kumar2012-11-111-0/+14
| * | | | | pinctrl: exynos: Add terminating entry for of_device_id tableAxel Lin2012-11-111-0/+1
| * | | | | pinctrl: sirf: enable the driver support new SiRFmarco SoCBarry Song2012-11-112-13/+39
| | |_|_|/ | |/| | |
| * | | | pinctrl: mvebu: move to its own directoryThomas Petazzoni2012-11-1110-29/+31
| * | | | pinctrl: mvebu: remove useless includeThomas Petazzoni2012-11-111-1/+0
| * | | | pinctrl: mvebu: allow plat-orion architectures to use pinctrl-mvebuThomas Petazzoni2012-11-111-1/+4
| * | | | pinctrl: reserve pins when states are activatedLinus Walleij2012-11-113-45/+26
| | |_|/ | |/| |
* | | | pinctrl/samsung: don't allow enabling pinctrl-samsung standaloneArnd Bergmann2012-11-151-1/+1
|/ / /
* | | pinctrl: samsung and exynos need to depend on OF && GPIOLIBAxel Lin2012-11-061-0/+2
* | | pinctrl: SPEAr1340: Add clcd sleep mode pin configurationVipul Kumar Samar2012-11-051-1/+38
* | | pinctrl: SPEAr1340: Make DDR reset & clock pads as gpioDeepak Sikri2012-11-051-1/+1
* | | pinctrl: SPEAr1310: add register entries for enabling pad directionShiraz Hashim2012-11-051-0/+266
* | | pinctrl: SPEAr1310: Separate out pci pins from pcie_sata pin groupVipul Kumar Samar2012-11-051-42/+51
* | | pinctrl: SPEAr1310: Fix value of PERIP_CFG reigster and MCIF_SEL_SHIFTVipul Kumar Samar2012-11-051-2/+2
* | | pinctrl: SPEAr1310: fix clcd high resolution pin group nameShiraz Hashim2012-11-051-1/+1
* | | pinctrl: SPEAr320: Correct pad mux entries for rmii/smiiDeepak Sikri2012-11-051-2/+2
* | | pinctrl: SPEAr3xx: correct register space to configure pwmShiraz Hashim2012-11-052-0/+5
* | | pinctrl: SPEAr: Don't update all non muxreg bits on pinctrl_disableViresh Kumar2012-11-051-1/+1
| |/ |/|
* | pinctrl/nomadik: pass DT node to the irqdomainLinus Walleij2012-10-231-1/+1
* | pinctrl/nomadik: use zero as default irq_startLinus Walleij2012-10-231-1/+1
* | pinctrl: fix missing unlock on error in pinctrl_groups_show()Wei Yongjun2012-10-231-1/+3
* | pinctrl/nomadik: use irq_create_mapping()Linus Walleij2012-10-231-1/+1
* | pinctrl: remove mutex lock in groups showHaojian Zhuang2012-10-181-4/+0
* | pinctrl: tegra: correct bank for pingroup and drv pingroupPritesh Raithatha2012-10-171-12/+12
* | pinctrl: tegra: set low power mode bank width to 2Pritesh Raithatha2012-10-171-1/+1
* | pinctrl/nomadik: always use the simple irqdomainLinus Walleij2012-10-151-10/+3
* | pinctrl/nomadik: provide stubs for legacy NomadikLinus Walleij2012-10-151-0/+13
* | pinctrl: remove duplicated include from pinctrl-xway.cWei Yongjun2012-10-151-2/+0
* | pinctrl: sirf: remove sirfsoc_gpio_set_pull functionArnd Bergmann2012-10-151-35/+0
* | pinctrl: fix return value in bcm2835_pinctrl_probe()Wei Yongjun2012-10-151-1/+1
* | pinctrl: remove duplicated include from pinctrl-bcm2835.cWei Yongjun2012-10-151-1/+0
* | pinctrl: bcm2835: Use existing pointer to struct deviceTobias Klauser2012-10-151-1/+1
* | pinctrl: samsung: use __devinit section for init codeArnd Bergmann2012-10-151-5/+5
|/
* pinctrl/nomadik: use simple or linear IRQ domainLinus Walleij2012-10-101-3/+13
* pinctrl/nomadik: support other alternate-C functionsJean-Nicolas Graux2012-10-104-47/+765
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-096-0/+1804
|\