| Submitter | Nicolas Ferre |
|---|---|
| Date | Feb. 13, 2013, 11:28 a.m. |
| Message ID | <511B78C5.5030209@atmel.com> |
| Download | mbox |
| Permalink | /patch/220121/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/at91linux/linux-at91.git tags/at91-dt-lateComments
On Wed, Feb 13, 2013 at 12:28:05PM +0100, Nicolas Ferre wrote: > Hi Olof, Arnd, > > I would like you to consider this little pull request for modification of some > AT91 Device Tree files. > We have had a discussion about this material earlier and now that Artem has queued > the driver modifications for MTD, I would like to know if it is possible to > add these two patches in your late/dt branch? Note that unless you break existing bindings (which you should never, or very very rarely do), adding the new contents doesn't have to wait for the driver changes. As long as the bindings are settled, the DT changes can go in. > The following changes since commit 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7: > > Linux 3.8-rc6 (2013-02-01 12:08:14 +1100) > > are available in the git repository at: > > git://github.com/at91linux/linux-at91.git tags/at91-dt-late Pulled, thanks. -Olof
Hi Olof, Arnd, I would like you to consider this little pull request for modification of some AT91 Device Tree files. We have had a discussion about this material earlier and now that Artem has queued the driver modifications for MTD, I would like to know if it is possible to add these two patches in your late/dt branch? The following changes since commit 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7: Linux 3.8-rc6 (2013-02-01 12:08:14 +1100) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-dt-late for you to fetch changes up to c18c6b29e0d8aa6a14ae0f254c5e7abe41a01745: ARM: at91: at91sam9n12: add DT parameters to enable PMECC (2013-02-07 16:45:06 +0100) ---------------------------------------------------------------- More DT modifications for AT91. Now that I am sure that the drivers modification are picked-up by MTD. Changes the use ECC to hardware ECC (named PMECC) for SoCs that are using it and their associated Evaluation Kits: - at91sam9x5-ek - at91sam9n12-ek ---------------------------------------------------------------- Josh Wu (2): ARM: at91: at91sam9x5: add DT parameters to enable PMECC ARM: at91: at91sam9n12: add DT parameters to enable PMECC arch/arm/boot/dts/at91sam9n12.dtsi | 3 ++- arch/arm/boot/dts/at91sam9n12ek.dts | 5 ++++- arch/arm/boot/dts/at91sam9x5.dtsi | 4 ++++ arch/arm/boot/dts/at91sam9x5cm.dtsi | 5 ++++- 4 files changed, 14 insertions(+), 3 deletions(-) Thanks, best regards,