[U-Boot] Pull request: u-boot-spi/master

Hi Tom,
Please pull this PR.
Summary: - dw spi include file fix - Allwinner A31 spi, been in ML in many releases.
thanks, Jagan.
The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28 18:57:32 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to a51cd54eff284ee42bfc1b74b8581daec78496f6:
spi: Rename sun4i_spi.c into spi-sunxi.c (2019-03-04 18:08:56 +0530)
---------------------------------------------------------------- Horatiu.Vultur@microchip.com (1): spi: designware: Change include order
Jagan Teki (9): spi: sun4i: Poll for rxfifo to be filled up clk: sunxi: Implement SPI clocks, resets spi: sun4i: Simplify reg writes using set/clrbits_le32 spi: sun4i: Access registers and bits via enum offsets spi: sun4i: Support fifo_depth via drvdata spi: sun4i: Add CLK support spi: sun4: Add A31 spi controller support spi: sun4i: Driver cleanup spi: Rename sun4i_spi.c into spi-sunxi.c
drivers/clk/sunxi/clk_a10.c | 10 + drivers/clk/sunxi/clk_a10s.c | 7 + drivers/clk/sunxi/clk_a23.c | 7 + drivers/clk/sunxi/clk_a31.c | 13 + drivers/clk/sunxi/clk_a64.c | 7 + drivers/clk/sunxi/clk_a80.c | 13 + drivers/clk/sunxi/clk_a83t.c | 7 + drivers/clk/sunxi/clk_h3.c | 7 + drivers/clk/sunxi/clk_h6.c | 9 + drivers/clk/sunxi/clk_r40.c | 13 + drivers/clk/sunxi/clk_v3s.c | 4 + drivers/spi/Kconfig | 12 +- drivers/spi/Makefile | 2 +- drivers/spi/designware_spi.c | 2 +- drivers/spi/{sun4i_spi.c => spi-sunxi.c} | 445 +++++++++++++++++++++---------- 15 files changed, 417 insertions(+), 141 deletions(-) rename drivers/spi/{sun4i_spi.c => spi-sunxi.c} (50%)

On Wed, Mar 06, 2019 at 10:32:20PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
Summary:
- dw spi include file fix
- Allwinner A31 spi, been in ML in many releases.
thanks, Jagan.
The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28 18:57:32 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to a51cd54eff284ee42bfc1b74b8581daec78496f6:
spi: Rename sun4i_spi.c into spi-sunxi.c (2019-03-04 18:08:56 +0530)
Related, do you have any comments on https://patchwork.ozlabs.org/patch/1014186/ ?
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini