Message ID | YnVUmSLE1MZFkApt@kista.localdomain |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] Allwinner DT changes for 5.19 | expand |
Dne petek, 06. maj 2022 ob 19:02:17 CEST je Jernej Skrabec napisal(a): > Hi! > > Please pull following DT changes for 5.19. I missed one patch, please disregard. Regards, Jernej > > Best regards, > Jernej > > The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: > > Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/ sunxi-dt-for-5.19-1 > > for you to fetch changes up to 50612cf9e05d111c21e84096e50a31d0c35d5825: > > arm64: dts: allwinner: teres-i: Add GPIO port regulators (2022-05-03 19:00:24 +0200) > > ---------------------------------------------------------------- > - F1C100 improvements (SPI, MMC, timer, cpu, watchdog) > - SPI flash node for licheepi-nano > - enabled analogue audio on olinuxino-a64 > - GPIO port regulators on teres-i > > ---------------------------------------------------------------- > Andre Przywara (9): > dt-bindings: watchdog: sunxi: fix F1C100s compatible > dt-bindings: watchdog: sunxi: clarify clock support > ARM: dts: suniv: F1C100: fix watchdog compatible > dt-bindings: arm: sunxi: document LicheePi Nano name > ARM: dts: suniv: F1C100: fix CPU node > ARM: dts: suniv: F1C100: fix timer node > dt-bindings: spi: sunxi: document F1C100 controllers > ARM: dts: suniv: F1C100: add SPI support > ARM: dts: suniv: licheepi-nano: add SPI flash > > Harald Geyer (1): > arm64: dts: allwinner: teres-i: Add GPIO port regulators > > Jesse Taube (3): > ARM: dts: suniv: F1C100: add clock and reset macros > ARM: dts: suniv: F1C100: add MMC controllers > ARM: dts: suniv: licheepi-nano: add microSD card > > Philip Rinn (1): > arm64: dts: allwinner: a64: olinuxino: Enable audio > > Documentation/devicetree/bindings/arm/sunxi.yaml | 5 + > .../bindings/spi/allwinner,sun6i-a31-spi.yaml | 1 + > .../bindings/watchdog/allwinner,sun4i-a10-wdt.yaml | 24 ++--- > arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dts | 31 ++++++ > arch/arm/boot/dts/suniv-f1c100s.dtsi | 104 ++++++++++++++++++ +-- > .../boot/dts/allwinner/sun50i-a64-olinuxino.dts | 30 ++++++ > .../boot/dts/allwinner/sun50i-a64-teres-i.dts | 8 ++ > 7 files changed, 178 insertions(+), 25 deletions(-) > >
On Sun, May 8, 2022 at 10:52 PM Jernej Škrabec <jernej.skrabec@gmail.com> wrote: > > Dne petek, 06. maj 2022 ob 19:02:17 CEST je Jernej Skrabec napisal(a): > > Hi! > > > > Please pull following DT changes for 5.19. > > I missed one patch, please disregard. I had already merged this one, merging the new branch on top, while editing the merge log to not mention the duplicate commits. You can always follow up with additional changes based on a branch that is already merged like this one. Arnd
Dne ponedeljek, 09. maj 2022 ob 16:21:29 CEST je Arnd Bergmann napisal(a): > On Sun, May 8, 2022 at 10:52 PM Jernej Škrabec <jernej.skrabec@gmail.com> wrote: > > > > Dne petek, 06. maj 2022 ob 19:02:17 CEST je Jernej Skrabec napisal(a): > > > Hi! > > > > > > Please pull following DT changes for 5.19. > > > > I missed one patch, please disregard. > > I had already merged this one, merging the new branch on top, while editing > the merge log to not mention the duplicate commits. You can always follow up > with additional changes based on a branch that is already merged like this one. Ok, thanks! I'll follow up with new PR next time. Best regards, Jernej > > Arnd >
From: Arnd Bergmann <arnd@arndb.de> On Fri, 6 May 2022 19:02:17 +0200, Jernej Skrabec wrote: > Please pull following DT changes for 5.19. > > Best regards, > Jernej > > The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: > > Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) > > [...] Merged into arm/dt, thanks! merge commit: 73ff4d189bae17cb2aa783611ec80ba63b9c57ae Arnd