Re: [spi-devel-general] [git pull] 2nd batch of SPI changes

From: jassi brar
Date: Thu Dec 17 2009 - 19:45:23 EST


On Fri, Dec 18, 2009 at 1:40 AM, Grant Likely <grant.likely@xxxxxxxxxxxx> wrote:
> Hi Linus,
>
> This is later than I'd like it to be, and I hope it gets to you before
> you cut -rc1. ÂThere was some slack between Andrew and I on handing
> off SPI maintainership. ÂPatches I had picked up in the last batch
> conflicted with his stack and we decided it was best if I just take
> the remainder of his SPI queue and commit them to my tree.
> (Basically, I made the mess, so I got to clean it up). ÂIt took me a
> bit to get sorted out.
>
> Commits in this batch are either a) from Andrew's tree, b) trivial
> fixes from the list, or c) new drivers.
>
> The following changes since commit 718deb6b61e34c200c1f2b706176d9aac334cb2d:
> ÂAl Viro (1):
> Â Â Â ÂFix breakage in shmem.c
>
> are available in the git repository at:
>
> Âgit://git.secretlab.ca/git/linux-2.6 next-spi
>
> Ben Dooks (1):
> Â Â Âspi_s3c24xx: add FIQ pseudo-DMA support
>
> Ben Nizette (1):
> Â Â Âatmel_spi: fix dma addr calculation for len > BUFFER_SIZE
>
> Feng Tang (1):
> Â Â Âspi: controller driver for Designware SPI core
>
> Jassi Brar (1):
> Â Â Âspi: Add s3c64xx SPI Controller driver
IIRC, I didn't get any final ack of acceptance from you or any other maintainer.
I thought perhaps the patch is lost and was preparing to resend after
including some minor changes suggested by my ARCH maintainer(Ben Dooks).
Though I can just as well send those changes as patches right away.
I apologize, if i messed up.

> Mike Frysinger (1):
> Â Â Âspidev: add proper section markers
>
> Thadeu Lima de Souza Cascardo (1):
> Â Â Âspidev: use DECLARE_BITMAP instead of declaring the array
>
> hartleys (5):
> Â Â Âspi: atmel_spi.c: use resource_size()
> Â Â Âspi: spi_bfin5xx.c: use resource_size()
> Â Â Âspi: spi_mpc8xxx.c: use resource_size()
> Â Â Âspi: spi_sh_sci.c: use resource_size()
> Â Â Âspi: spi_txx9.c: use resource_size()
>
> Âarch/arm/mach-s3c2410/include/mach/spi.h | Â Â2 +
> Âdrivers/spi/Kconfig           Â|  28 +
> Âdrivers/spi/Makefile           |  10 +-
> Âdrivers/spi/atmel_spi.c         Â|  Â6 +-
> Âdrivers/spi/dw_spi.c           | Â944 +++++++++++++++++++++++
> Âdrivers/spi/dw_spi_pci.c         | Â169 +++++
> Âdrivers/spi/spi_bfin5xx.c        Â|  Â2 +-
> Âdrivers/spi/spi_mpc8xxx.c        Â|  Â2 +-
> Âdrivers/spi/spi_s3c24xx.c        Â| Â244 ++++++-
> Âdrivers/spi/spi_s3c24xx_fiq.S Â Â Â Â Â Â| Â116 +++
> Âdrivers/spi/spi_s3c24xx_fiq.h      Â|  26 +
> Âdrivers/spi/spi_s3c64xx.c        Â| 1196 ++++++++++++++++++++++++++++++
> Âdrivers/spi/spi_sh_sci.c         |  Â2 +-
> Âdrivers/spi/spi_txx9.c          |  Â6 +-
> Âdrivers/spi/spidev.c           |  18 +-
> Âinclude/linux/spi/dw_spi.h        | Â212 ++++++
> Â16 files changed, 2950 insertions(+), 33 deletions(-)
> Âcreate mode 100644 drivers/spi/dw_spi.c
> Âcreate mode 100644 drivers/spi/dw_spi_pci.c
> Âcreate mode 100644 drivers/spi/spi_s3c24xx_fiq.S
> Âcreate mode 100644 drivers/spi/spi_s3c24xx_fiq.h
> Âcreate mode 100644 drivers/spi/spi_s3c64xx.c
> Âcreate mode 100644 include/linux/spi/dw_spi.h
>
>
> --
> Grant Likely, B.Sc., P.Eng.
> Secret Lab Technologies Ltd.
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> spi-devel-general mailing list
> spi-devel-general@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/spi-devel-general
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/