Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1620240 > unrolled thread
| Started by | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| First post | 2017-04-10 18:40 +0200 |
| Last post | 2017-04-19 16:30 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] ARM: at91: DT for 4.12 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-04-10 18:40 +0200
[GIT PULL v2] ARM: at91: DT for 4.12 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-04-14 10:10 +0200
Re: [GIT PULL v2] ARM: at91: DT for 4.12 Olof Johansson <olof@lixom.net> - 2017-04-19 16:30 +0200
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2017-04-10 18:40 +0200 |
| Subject | [GIT PULL] ARM: at91: DT for 4.12 |
| Message-ID | <tuKwb-38R-35@gated-at.bofh.it> |
Arnd, Olof,
Here is the AT91 DT pull request for 4.12.
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.12-dt
for you to fetch changes up to 4b8dd1a46ce4c089e32c40fcc66bb04b26a6a172:
ARM: dts: at91: sama5d3_xplained: not all ADC channels are available (2017-04-10 12:28:06 +0200)
----------------------------------------------------------------
DT for 4.12:
- Add SFRBU on sama5d2
- DT improvements for sama5d2_xplained, sama5d3_xplained, at91sam9x5ek and
Axentia TSE-850
----------------------------------------------------------------
Alexandre Belloni (2):
ARM: dts: at91: sama5d2: add sfrbu
ARM: dts: at91: sama5d2_xplained: enable RTC wakeup
Boris Brezillon (1):
ARM: dts: at91: Fix matrix compatible
Cristian Birsan (1):
ARM: dts: at91: Disable SPI on at91sam9x5ek to allow MCI1 to work.
Ludovic Desroches (2):
ARM: dts: at91: sama5d3_xplained: fix ADC vref
ARM: dts: at91: sama5d3_xplained: not all ADC channels are available
Peter Rosin (1):
ARM: dts: at91: add envelope detector mux to the Axentia TSE-850
.../devicetree/bindings/arm/atmel-at91.txt | 3 ++-
arch/arm/boot/dts/at91-sama5d2_xplained.dts | 1 +
arch/arm/boot/dts/at91-sama5d3_xplained.dts | 5 ++--
arch/arm/boot/dts/at91-tse850-3.dts | 29 +++++++++++++++++++++-
arch/arm/boot/dts/at91sam9261.dtsi | 2 +-
arch/arm/boot/dts/at91sam9x5ek.dtsi | 2 +-
arch/arm/boot/dts/sama5d2.dtsi | 5 ++++
7 files changed, 40 insertions(+), 7 deletions(-)
--
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
[toc] | [next] | [standalone]
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2017-04-14 10:10 +0200 |
| Subject | [GIT PULL v2] ARM: at91: DT for 4.12 |
| Message-ID | <tw4sN-77g-5@gated-at.bofh.it> |
| In reply to | #1620240 |
Arnd, Olof,
As you didn't seem to have taken the previous version, I've folded a
late minute fix in Peter's patch. IF that is not OK, I'll sent the fix
later.
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.12-dt
for you to fetch changes up to d3df1ec06353e51fc44563d2e7e18d42811af290:
ARM: dts: at91: sama5d3_xplained: not all ADC channels are available (2017-04-14 09:38:51 +0200)
----------------------------------------------------------------
DT for 4.12:
- Add SFRBU on sama5d2
- DT improvements for sama5d2_xplained, sama5d3_xplained, at91sam9x5ek and
Axentia TSE-850
----------------------------------------------------------------
Alexandre Belloni (2):
ARM: dts: at91: sama5d2: add sfrbu
ARM: dts: at91: sama5d2_xplained: enable RTC wakeup
Boris Brezillon (1):
ARM: dts: at91: Fix matrix compatible
Cristian Birsan (1):
ARM: dts: at91: Disable SPI on at91sam9x5ek to allow MCI1 to work.
Ludovic Desroches (2):
ARM: dts: at91: sama5d3_xplained: fix ADC vref
ARM: dts: at91: sama5d3_xplained: not all ADC channels are available
Peter Rosin (1):
ARM: dts: at91: add envelope detector mux to the Axentia TSE-850
.../devicetree/bindings/arm/atmel-at91.txt | 3 ++-
arch/arm/boot/dts/at91-sama5d2_xplained.dts | 1 +
arch/arm/boot/dts/at91-sama5d3_xplained.dts | 5 ++--
arch/arm/boot/dts/at91-tse850-3.dts | 29 +++++++++++++++++++++-
arch/arm/boot/dts/at91sam9261.dtsi | 2 +-
arch/arm/boot/dts/at91sam9x5ek.dtsi | 2 +-
arch/arm/boot/dts/sama5d2.dtsi | 5 ++++
7 files changed, 40 insertions(+), 7 deletions(-)
--
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2017-04-19 16:30 +0200 |
| Subject | Re: [GIT PULL v2] ARM: at91: DT for 4.12 |
| Message-ID | <txYMj-4vr-35@gated-at.bofh.it> |
| In reply to | #1623553 |
On Fri, Apr 14, 2017 at 10:00:50AM +0200, Alexandre Belloni wrote: > Arnd, Olof, > > As you didn't seem to have taken the previous version, I've folded a > late minute fix in Peter's patch. IF that is not OK, I'll sent the fix > later. > > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: > > Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.12-dt > > for you to fetch changes up to d3df1ec06353e51fc44563d2e7e18d42811af290: > > ARM: dts: at91: sama5d3_xplained: not all ADC channels are available (2017-04-14 09:38:51 +0200) Thanks, merged! -Olof
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web