In message <[EMAIL PROTECTED]> you wrote: > From: Haavard Skinnemoen <[EMAIL PROTECTED]> > > 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 <[EMAIL PROTECTED]> > --- > 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: [EMAIL PROTECTED] "We don't have to protect the environment -- the Second Coming is at hand." - James Watt ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
