On Fri, Dec 3, 2010 at 6:59 PM, Kukjin Kim <[email protected]> wrote: > Sangbeom Kim wrote: >> >> From: Abhilash Kesavan <[email protected]> >> >> This patch enable the existing S3C64XX series SPI driver for S5P64X0 >> >> Signed-off-by: Abhilash Kesavan <[email protected]> >> Signed-off-by: Sangbeom Kim <[email protected]> >> --- >> drivers/spi/Kconfig | 4 ++-- > > Added following mailing list and maintainers. > [email protected] > David Brownell and Grant Likely (SPI Subsystem's maintainer)
I would have appreciated being CC'ed. >> config SPI_S3C64XX >> tristate "Samsung S3C64XX series type SPI" >> - depends on ARCH_S3C64XX && EXPERIMENTAL >> - select S3C64XX_DMA >> + depends on (ARCH_S3C64XX || ARCH_S5P64X0) && EXPERIMENTAL > > Do we really still need CONFIG_EXPERIMENTAL here? I think we can drop it. >> + select S3C64XX_DMA if !ARCH_S5P64X0 >> help >> SPI driver for Samsung S3C64XX and newer SoCs. > > SPI driver for Samsung S3C64XX, S5P64X0 and newer Socs. S5P64X0 is already a part of 'newer Socs' ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
