[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master

Hi Tom,
please pull the following changes into u-boot/master for v2016.09. It contains one patch also available in the pull request for u-boot-mmc/master from Jaehoon Chung.
Andreas
The following changes since commit f4b0df1823921ad3bc39820466e9c5201cef6210:
Merge git://git.denx.de/u-boot-dm (2016-08-12 16:00:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git master
for you to fetch changes up to 2fdbd8559a0a72930922435ecaa2eefb378b1f54:
mmc: atmel_sdhci: Convert to the driver model support (2016-08-15 22:12:00 +0200)
---------------------------------------------------------------- Songjun Wu (2): i2c: atmel: add i2c driver i2c: atmel: DT binding for i2c driver
Wenyou Yang (8): clk: at91: Add clock driver gpio: atmel_pio4: Move PIO4 definitions to head file gpio: atmel_pio4: Rework to support DM & DT pinctrl: at91-pio4: Add pinctrl driver atmel: Bring in at91 pio4 device tree file and bindings ARM: at91/dt: Add device tree for SAMA5D2 Xplained dm: atmel: Add driver model support for the ehci driver mmc: atmel_sdhci: Convert to the driver model support
mario.six@gdsys.cc (1): tpm: atmel_twi: Make compatible with DM I2C busses
arch/arm/dts/Makefile | 3 + arch/arm/dts/at91-sama5d2_xplained.dts | 200 +++++ arch/arm/dts/sama5d2-pinfunc.h | 880 +++++++++++++++++++++ arch/arm/dts/sama5d2.dtsi | 671 ++++++++++++++++ arch/arm/mach-at91/include/mach/at91_pmc.h | 11 +- arch/arm/mach-at91/include/mach/atmel_pio4.h | 35 + doc/device-tree-bindings/i2c/i2c-at91.txt | 26 + .../pinctrl/atmel,at91-pio4-pinctrl.txt | 66 ++ drivers/clk/Kconfig | 1 + drivers/clk/Makefile | 1 + drivers/clk/at91/Kconfig | 43 + drivers/clk/at91/Makefile | 11 + drivers/clk/at91/clk-generated.c | 162 ++++ drivers/clk/at91/clk-h32mx.c | 56 ++ drivers/clk/at91/clk-main.c | 55 ++ drivers/clk/at91/clk-master.c | 33 + drivers/clk/at91/clk-peripheral.c | 60 ++ drivers/clk/at91/clk-plla.c | 55 ++ drivers/clk/at91/clk-slow.c | 37 + drivers/clk/at91/clk-system.c | 76 ++ drivers/clk/at91/clk-utmi.c | 67 ++ drivers/clk/at91/pmc.c | 71 ++ drivers/clk/at91/pmc.h | 18 + drivers/clk/at91/sckc.c | 30 + drivers/gpio/Kconfig | 2 +- drivers/gpio/atmel_pio4.c | 201 +++-- drivers/i2c/Kconfig | 10 + drivers/i2c/Makefile | 1 + drivers/i2c/at91_i2c.c | 338 ++++++++ drivers/i2c/at91_i2c.h | 77 ++ drivers/mmc/Kconfig | 10 + drivers/mmc/atmel_sdhci.c | 123 +++ drivers/pinctrl/Kconfig | 7 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/pinctrl-at91-pio4.c | 182 +++++ drivers/tpm/Kconfig | 2 +- drivers/tpm/tpm_atmel_twi.c | 15 +- drivers/usb/host/Kconfig | 7 + drivers/usb/host/ehci-atmel.c | 116 +++ include/sdhci.h | 2 + 40 files changed, 3685 insertions(+), 77 deletions(-) create mode 100644 arch/arm/dts/at91-sama5d2_xplained.dts create mode 100644 arch/arm/dts/sama5d2-pinfunc.h create mode 100644 arch/arm/dts/sama5d2.dtsi create mode 100644 doc/device-tree-bindings/i2c/i2c-at91.txt create mode 100644 doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt create mode 100644 drivers/clk/at91/Kconfig create mode 100644 drivers/clk/at91/Makefile create mode 100644 drivers/clk/at91/clk-generated.c create mode 100644 drivers/clk/at91/clk-h32mx.c create mode 100644 drivers/clk/at91/clk-main.c create mode 100644 drivers/clk/at91/clk-master.c create mode 100644 drivers/clk/at91/clk-peripheral.c create mode 100644 drivers/clk/at91/clk-plla.c create mode 100644 drivers/clk/at91/clk-slow.c create mode 100644 drivers/clk/at91/clk-system.c create mode 100644 drivers/clk/at91/clk-utmi.c create mode 100644 drivers/clk/at91/pmc.c create mode 100644 drivers/clk/at91/pmc.h create mode 100644 drivers/clk/at91/sckc.c create mode 100644 drivers/i2c/at91_i2c.c create mode 100644 drivers/i2c/at91_i2c.h create mode 100644 drivers/pinctrl/pinctrl-at91-pio4.c

On Mon, Aug 15, 2016 at 10:23:29PM +0200, Andreas Bießmann wrote:
Hi Tom,
please pull the following changes into u-boot/master for v2016.09. It contains one patch also available in the pull request for u-boot-mmc/master from Jaehoon Chung.
Andreas
The following changes since commit f4b0df1823921ad3bc39820466e9c5201cef6210:
Merge git://git.denx.de/u-boot-dm (2016-08-12 16:00:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git master
for you to fetch changes up to 2fdbd8559a0a72930922435ecaa2eefb378b1f54:
mmc: atmel_sdhci: Convert to the driver model support (2016-08-15 22:12:00 +0200)
NAK: + sama5d2_ptc_spiflash +(sama5d2_ptc_spiflash) static int clk_get_by_name(struct udevice *dev, const char *name, +(sama5d2_ptc_spiflash) ^ w+(sama5d2_ptc_spiflash) In file included from drivers/gpio/atmel_pio4.c:10:0: w+(sama5d2_ptc_spiflash) include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function] w+(sama5d2_ptc_spiflash) In file included from drivers/usb/host/ehci-atmel.c:10:0:

Hi Tom,
On 15.08.16 22:33, Tom Rini wrote:
On Mon, Aug 15, 2016 at 10:23:29PM +0200, Andreas Bießmann wrote:
Hi Tom,
please pull the following changes into u-boot/master for v2016.09. It contains one patch also available in the pull request for u-boot-mmc/master from Jaehoon Chung.
Andreas
The following changes since commit f4b0df1823921ad3bc39820466e9c5201cef6210:
Merge git://git.denx.de/u-boot-dm (2016-08-12 16:00:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git master
for you to fetch changes up to 2fdbd8559a0a72930922435ecaa2eefb378b1f54:
mmc: atmel_sdhci: Convert to the driver model support (2016-08-15 22:12:00 +0200)
NAK:
- sama5d2_ptc_spiflash
+(sama5d2_ptc_spiflash) static int clk_get_by_name(struct udevice *dev, const char *name, +(sama5d2_ptc_spiflash) ^ w+(sama5d2_ptc_spiflash) In file included from drivers/gpio/atmel_pio4.c:10:0: w+(sama5d2_ptc_spiflash) include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function] w+(sama5d2_ptc_spiflash) In file included from drivers/usb/host/ehci-atmel.c:10:0:
Please see http://patchwork.ozlabs.org/patch/659378/ Sorry, should have mentioned this in the mail.
Andreas

On Mon, Aug 15, 2016 at 10:45:16PM +0200, Andreas Bießmann wrote:
Hi Tom,
On 15.08.16 22:33, Tom Rini wrote:
On Mon, Aug 15, 2016 at 10:23:29PM +0200, Andreas Bießmann wrote:
Hi Tom,
please pull the following changes into u-boot/master for v2016.09. It contains one patch also available in the pull request for u-boot-mmc/master from Jaehoon Chung.
Andreas
The following changes since commit f4b0df1823921ad3bc39820466e9c5201cef6210:
Merge git://git.denx.de/u-boot-dm (2016-08-12 16:00:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git master
for you to fetch changes up to 2fdbd8559a0a72930922435ecaa2eefb378b1f54:
mmc: atmel_sdhci: Convert to the driver model support (2016-08-15 22:12:00 +0200)
NAK:
- sama5d2_ptc_spiflash
+(sama5d2_ptc_spiflash) static int clk_get_by_name(struct udevice *dev, const char *name, +(sama5d2_ptc_spiflash) ^ w+(sama5d2_ptc_spiflash) In file included from drivers/gpio/atmel_pio4.c:10:0: w+(sama5d2_ptc_spiflash) include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function] w+(sama5d2_ptc_spiflash) In file included from drivers/usb/host/ehci-atmel.c:10:0:
Please see http://patchwork.ozlabs.org/patch/659378/ Sorry, should have mentioned this in the mail.
OK, please grab that and put it in the tree such that we don't introduce new errors :) Thanks!
participants (2)
-
Andreas Bießmann
-
Tom Rini