| Submitter | Jean-Christophe PLAGNIOL-VILLARD |
|---|---|
| Date | Nov. 20, 2012, 9:23 p.m. |
| Message ID | <20121120212326.GO4398@game.jcrosoft.org> |
| Download | mbox |
| Permalink | /patch/200521/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/at91linux/linux-at91.gitComments
On Tue, Nov 20, 2012 at 10:23 PM, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> wrote: > The following patch series finish to add to the at91 > - the missing mux support > - gpio names > - fix usart/uart naming > - macb pinctrl dt mux > - split the rts and cts as rs485 only need rts All of these were in the other pull request I think? So I have them all now... Yours, Linus Walleij
On 11:07 Wed 21 Nov , Linus Walleij wrote: > On Tue, Nov 20, 2012 at 10:23 PM, Jean-Christophe PLAGNIOL-VILLARD > <plagnioj@jcrosoft.com> wrote: > > > The following patch series finish to add to the at91 > > - the missing mux support > > - gpio names > > - fix usart/uart naming > > - macb pinctrl dt mux > > - split the rts and cts as rs485 only need rts > > All of these were in the other pull request I think? > So I have them all now... yes tks Best Regards, J.
HI, The following patch series finish to add to the at91 - the missing mux support - gpio names - fix usart/uart naming - macb pinctrl dt mux - split the rts and cts as rs485 only need rts The following changes since commit f6f94f6660dbe34039e5c86a46c7845589e7ee0c: pinctrl: at91: Staticize non-exported symbols (2012-11-05 14:30:45 +0100) are available in the git repository at: git://github.com/at91linux/linux-at91.git for you to fetch changes up to c58c0c5acceb8acd3d447483a744e8a4a7c27f26: ARM: at91: dt: at91sam9260: split rts and cts pinctrl not (2012-11-19 07:50:56 +0800) ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (5): pinctrl: at91: provide gpio names pinctrl: at91 add deglitch, debounce, pull down and schmitt trigger mux option support ARM: at91sam9: add macb pinctrl support ARM: at91: fix usart/uart namimg in pinctrl ARM: at91: dt: at91sam9260: split rts and cts pinctrl not Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | 9 +++++++-- arch/arm/boot/dts/at91sam9260.dtsi | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------- arch/arm/boot/dts/at91sam9263.dtsi | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------ arch/arm/boot/dts/at91sam9263ek.dts | 5 ++++- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 11 ++++++----- arch/arm/boot/dts/at91sam9g45.dtsi | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------- arch/arm/boot/dts/at91sam9m10g45ek.dts | 5 ++++- arch/arm/boot/dts/at91sam9n12.dtsi | 62 +++++++++++++++++++++++++++++++++++++------------------------- arch/arm/boot/dts/at91sam9x25.dtsi | 21 +++++++++++++++++++++ arch/arm/boot/dts/at91sam9x5.dtsi | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- drivers/pinctrl/pinctrl-at91.c | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 11 files changed, 501 insertions(+), 140 deletions(-) Best Regards, J.