[U-Boot-Users] [RFC/PATCH 2/6] SPI API improvements
Wolfgang Denk
wd at denx.de
Thu Jun 5 00:06:22 CEST 2008
In message <1210929035-7997-2-git-send-email-haavard.skinnemoen at atmel.com> you wrote:
> From: Haavard Skinnemoen <hskinnemoen at atmel.com>
>
> This patch gets rid of the spi_chipsel table and adds a handful of new
> functions that makes the SPI layer cleaner and more flexible.
...
> Signed-off-by: Haavard Skinnemoen <hskinnemoen at atmel.com>
> ---
> board/amcc/taihu/taihu.c | 16 ++-
> board/freescale/mpc8349emds/mpc8349emds.c | 25 +++---
> board/sacsng/sacsng.c | 35 +++----
> board/ssv/adnpesc1/adnpesc1.c | 27 +++---
> common/cmd_df.c | 37 +++++++
> common/cmd_spi.c | 42 +++++----
> common/soft_spi.c | 124 ++++++++++++++++++------
> cpu/nios/spi.c | 79 +++++++++++----
> drivers/rtc/ds1306.c | 67 ++++++++++----
> drivers/rtc/mc13783-rtc.c | 43 +++++++-
> drivers/spi/mpc8xxx_spi.c | 54 +++++++++--
> drivers/spi/mxc_spi.c | 88 +++++++++++------
> include/configs/imx31_litekit.h | 3 +-
> include/configs/mx31ads.h | 3 +-
> include/spi.h | 150 ++++++++++++++++++++++++-----
> 15 files changed, 584 insertions(+), 209 deletions(-)
> create mode 100644 common/cmd_df.c
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"We don't have to protect the environment -- the Second Coming is at
hand." - James Watt
More information about the U-Boot
mailing list