
Hi Tom,
please pull some Octeon MIPS64 updates for 2020.10. This contains just new GPIO, CLK ad SPI drivers for Octeon as well as the according DT and defconfig updates.
Gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/4316
The following changes since commit 68941e3b2c217907a49aa66af8bb65729b913397:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-08-03 10:25:47 -0400)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-mips.git tags/mips-pull-2020-08-03
for you to fetch changes up to d071ff012e0b3f9e77b54340c96f624d6f115782:
mips: octeon: Update EBB7304 defconfig (2020-08-03 21:14:49 +0200)
---------------------------------------------------------------- - doc: fix qemu-mips build instructions - MIPS: add GPIO, CLK and SPI drivers for Octeon MIPS64
---------------------------------------------------------------- Heinrich Schuchardt (1): doc: qemu-mips build instructions
Stefan Roese (8): mips: octeon: mrvl,cn73xx.dtsi: Add GPIO DT nodes mips: octeon: dts: Add I2C DT nodes clk: clk_octeon: Add simple MIPS Octeon clock driver mips: octeon: dts: Add Octeon clock driver DT nodes mips: octeon: mrvl,cn73xx.dtsi: Add SPI DT node mips: octeon: mrvl, octeon-ebb7304.dts: Add SPI flash DT node mips: octeon: Update Octeon Kconfig mips: octeon: Update EBB7304 defconfig
Suneel Garapati (2): gpio: octeon_gpio: Add GPIO controller driver for Octeon drivers: spi: Add SPI controller driver for Octeon
arch/mips/Kconfig | 6 +- arch/mips/dts/mrvl,cn73xx.dtsi | 66 ++++ arch/mips/dts/mrvl,octeon-ebb7304.dts | 21 +- configs/octeon_ebb7304_defconfig | 12 +- doc/board/emulation/qemu-mips.rst | 8 +- drivers/clk/Kconfig | 7 + drivers/clk/Makefile | 1 + drivers/clk/clk_octeon.c | 72 ++++ drivers/gpio/Kconfig | 10 + drivers/gpio/Makefile | 1 + drivers/gpio/octeon_gpio.c | 242 ++++++++++++ drivers/spi/Kconfig | 8 + drivers/spi/Makefile | 1 + drivers/spi/octeon_spi.c | 613 +++++++++++++++++++++++++++++++ include/dt-bindings/clock/octeon-clock.h | 12 + 15 files changed, 1072 insertions(+), 8 deletions(-) create mode 100644 drivers/clk/clk_octeon.c create mode 100644 drivers/gpio/octeon_gpio.c create mode 100644 drivers/spi/octeon_spi.c create mode 100644 include/dt-bindings/clock/octeon-clock.h

On Mon, Aug 03, 2020 at 10:36:04PM +0200, Daniel Schwierzeck wrote:
Hi Tom,
please pull some Octeon MIPS64 updates for 2020.10. This contains just new GPIO, CLK ad SPI drivers for Octeon as well as the according DT and defconfig updates.
Gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/4316
The following changes since commit 68941e3b2c217907a49aa66af8bb65729b913397:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-08-03 10:25:47 -0400)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-mips.git tags/mips-pull-2020-08-03
for you to fetch changes up to d071ff012e0b3f9e77b54340c96f624d6f115782:
mips: octeon: Update EBB7304 defconfig (2020-08-03 21:14:49 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Daniel Schwierzeck
-
Tom Rini