summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'at91' into develLinus Walleij2012-11-1142-446/+2794
|\ \ | |/
| * pinctrl: at91: Staticize non-exported symbolsAxel Lin2012-11-051-10/+12
| * pinctrl/at91: remove unused variable in at91_dt_node_to_map()Wei Yongjun2012-10-281-3/+0
| * pinctrl/at91: using for_each_set_bit to simplify the codeWei Yongjun2012-10-281-3/+1
| * pinctrl/at91: remove duplicated include from pinctrl-at91.cWei Yongjun2012-10-281-1/+0
| * MAINTAINERS: add pinctrl atmel at91 entryJean-Christophe PLAGNIOL-VILLARD2012-10-281-0/+6
| * 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
| * Merge branch 'j/pinctrl' of http://github.com/at91linux/linux-at91 into at91Linus Walleij2012-10-1541-446/+2768
| |\
| | * MTD: atmel_nand: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+9
| | * arm: at91: dt: at91sam9 add nand pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-135-0/+50
| | * arm: at91: dt: sam9g20ek: use rts/cts/dtr/dsr/dcd/ri pinctrl group for uart0Jean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+6
| | * arm: at91: dt: sam9263ek: use rts/cts pinctrl group for uart0Jean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+1
| | * arm: at91: dt: sam9m10g45ek: use rts/cts pinctrl group for uart1Jean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+1
| | * tty: atmel_serial: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+8
| | * arm: at91: dt: at91sam9 add serial pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-1317-72/+703
| | * arm: at91: dt: at91sam9 add pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-1312-21/+79
| | * ARM: at91: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-137-162/+1643
| | * ARM: at91: add dummies pinctrl for non dt platformJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+3
| | * arm: at91: at91sam9x5: fix gpio number per bankJean-Christophe PLAGNIOL-VILLARD2012-10-133-11/+29
| | * at91: regroup gpio and pinctrl under the same rangesJean-Christophe PLAGNIOL-VILLARD2012-10-135-191/+225
| | * ARM: at91: gpio: implement requestJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+12
| | * arm: at91: use macro to declare soc boot dataJean-Christophe PLAGNIOL-VILLARD2012-10-139-17/+27
* | | ARM: SPEAr: Add plgpio node in device tree dtsi filesViresh Kumar2012-11-117-2/+108
* | | pinctrl: SPEAr: Add gpio ranges supportViresh Kumar2012-11-118-17/+447
* | | gpiolib: iron out include ladder mistakesLinus Walleij2012-11-112-25/+38
* | | gpiolib: separation of pin concernsLinus Walleij2012-11-116-28/+20
* | | gpiolib: call pin removal in chip removal functionLinus Walleij2012-11-111-0/+1
* | | gpiolib: remove duplicate pin range codeLinus Walleij2012-11-111-12/+1
* | | gpiolib-of: staticize the pin range callsLinus Walleij2012-11-111-4/+4
* | | gpiolib: fix up function prototypes etcLinus Walleij2012-11-113-11/+29
* | | 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
OpenPOWER on IntegriCloud