summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: mmp: select PINCTRL for ARCH_MMPAxel Lin2012-12-021-0/+1
* pinctrl: Drop selecting PINCONF for MMP2, PXA168 and PXA910Axel Lin2012-12-021-3/+0
* pinctrl: pinctrl-single: Fix error check conditionSachin Kamat2012-11-231-1/+1
* pinctrl: SPEAr: Update error check for unsigned variablesTushar Behera2012-11-231-1/+1
* Merge branch 'at91' into develLinus Walleij2012-11-2132-142/+1908
|\
| * ARM: at91: pm9g45: add mmc supportJean-Christophe PLAGNIOL-VILLARD2012-11-201-0/+21
| * ARM: at91: Animeo IP: add mmc supportJean-Christophe PLAGNIOL-VILLARD2012-11-201-0/+12
| * ARM: at91: dt: add mmc pinctrl for Atmel reference boardsJean-Christophe PLAGNIOL-VILLARD2012-11-206-0/+105
| * ARM: at91: dt: at91sam9: add mmc pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-11-205-0/+203
| * ARM: at91/dts: add nodes for atmel hsmci controllers for atmel boardsLudovic Desroches2012-11-206-0/+77
| * ARM: at91/dts: add nodes for atmel hsmci controllers for atmel SOCsLudovic Desroches2012-11-205-0/+72
| * ARM: at91: add clocks for DT entriesLudovic Desroches2012-11-205-0/+8
| * Merge branch 'delivery/pinctrl-at91-3.8' of http://github.com/at91linux/linux...Linus Walleij2012-11-2124-142/+1410
| |\
| | * ARM: at91: add Somfy Animeo IP board supportJean-Christophe PLAGNIOL-VILLARD2012-11-192-0/+167
| | * ARM: AT91: Add AT91RM9200EK board device treeJoachim Eastwood2012-11-193-3/+82
| | * ARM: AT91: Add AT91RM9200 device treeJoachim Eastwood2012-11-191-0/+349
| | * ARM: AT91: Add AT91RM9200 DT boardJoachim Eastwood2012-11-195-0/+83
| | * ARM: AT91: Add usart/tc/pio/ohci DT clock lookup to AT91RM9200Joachim Eastwood2012-11-191-0/+18
| | * ARM: AT91: Add DT support to AT91RM9200 System TimerJoachim Eastwood2012-11-192-2/+67
| | * ARM: AT91: Fix build failure on board-dtJoachim Eastwood2012-11-191-0/+1
| | * ARM: at91: add Ronetix pm9g45 board supportJean-Christophe PLAGNIOL-VILLARD2012-11-192-0/+145
| | * ARM: at91: dt: at91sam9260: split rts and cts pinctrl notJean-Christophe PLAGNIOL-VILLARD2012-11-198-57/+136
| | * ARM: at91: fix usart/uart namimg in pinctrlJean-Christophe PLAGNIOL-VILLARD2012-11-198-100/+100
| | * ARM: at91sam9: add macb pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-11-195-0/+153
| | * pinctrl: at91 add deglitch, debounce, pull down and schmitt trigger mux optio...Jean-Christophe PLAGNIOL-VILLARD2012-11-192-2/+118
| | * pinctrl: at91: provide gpio namesJean-Christophe PLAGNIOL-VILLARD2012-11-191-1/+14
* | | gpiolib: Fix use after free in gpiochip_add_pin_rangeAxel Lin2012-11-211-1/+3
* | | gpiolib: rename pin range argumentsLinus Walleij2012-11-213-12/+13
* | | pinctrl: single: support gpio request and freeHaojian Zhuang2012-11-211-2/+78
* | | pinctrl: generic: add input schmitt disable parameterHaojian Zhuang2012-11-212-2/+4
* | | pinctrl/u300/coh901: stop spawning pinctrl from GPIOLinus Walleij2012-11-213-9/+1
* | | pinctrl/u300/coh901: let the gpio_chip register the rangeLinus Walleij2012-11-212-53/+49
* | | pinctrl: add function to retrieve range from pinLinus Walleij2012-11-212-0/+27
* | | gpiolib: return any error code from range creationLinus Walleij2012-11-211-1/+2
* | | pinctrl: make range registration defer properlyLinus Walleij2012-11-211-1/+6
* | | gpiolib: rename find_pinctrl_*Linus Walleij2012-11-213-4/+4
* | | gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij2012-11-214-6/+47
* | | pinctrl: nomadik: Staticize non-exported symbolsAxel Lin2012-11-151-14/+12
* | | pinctrl: nomadik: Prevent NULL dereference if of_match_device returns NULLAxel Lin2012-11-151-3/+8
* | | pinctrl: single: dump pinmux register valueHaojian Zhuang2012-11-151-4/+4
* | | Pinctrl/spear: plgpio: don't call prepare/unprepareViresh Kumar2012-11-151-4/+15
* | | pinctrl: plgpio: Call clk_disable_unprepare only if clk_prepare_enable is calledAxel Lin2012-11-151-1/+2
* | | pinctrl: spear: Make get_gpio_pingroup return NULL when no gpio_pingroup foundAxel Lin2012-11-151-3/+3
* | | pinctrl: coh901: Return proper error if irq_domain_add_linear() failsAxel Lin2012-11-151-2/+4
* | | pinctrl: spear: Fix the logic of setting reg in pmx_init_gpio_pingroup_addrAxel Lin2012-11-151-3/+3
* | | pinctrl: imx: Fix the logic checking if not able to find pin reg mapAxel Lin2012-11-151-1/+1
* | | pinctrl: tegra: Staticize non-exported symbolsAxel Lin2012-11-151-10/+12
* | | pinctrl/nomadik: db8540: split clkout groupPatrice Chotard2012-11-151-5/+10
* | | pinctrl/nomadik: db8500: split clkout groupPatrice Chotard2012-11-151-7/+14
* | | pinctrl: pxa3xx: Remove phy_base and phy_size from struct pxa3xx_pinmux_infoAxel Lin2012-11-152-4/+0
OpenPOWER on IntegriCloud