Hi Tushar, On Wed, Jul 6, 2011 at 8:45 AM, Tushar Behera <tushar.behera@xxxxxxxxxx> wrote: > Hi, > > Patch 1/2 looks redundant as both changes can be very well accommodated in a > single patch. I thought it would be better to have seperate patch for two different SoCs. So I made the patches like that. Hi Kukjin, Please comment on this. Shall I make a single patch for both of the SoCs? > > On Monday 04 July 2011 11:14 PM, Padmavathi Venna wrote: >> >> The SPI module on S5PV210 is similar to the earlier Samsung SoCs like >> S3C64XX. Enable the existing SPI driver for use on S5PV210. >> >> Signed-off-by: Padmavathi Venna<padma.v@xxxxxxxxxxx> >> --- >> drivers/spi/Kconfig | 3 ++- >> 1 files changed, 2 insertions(+), 1 deletions(-) >> >> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig >> index 91d607b..ed1ebea 100644 >> --- a/drivers/spi/Kconfig >> +++ b/drivers/spi/Kconfig >> @@ -340,7 +340,8 @@ config SPI_S3C24XX_GPIO >> >> config SPI_S3C64XX >> tristate "Samsung S3C64XX series type SPI" >> - depends on (ARCH_S3C64XX || ARCH_S5P64X0 || ARCH_S5PC100) >> + depends on (ARCH_S3C64XX || ARCH_S5P64X0 || ARCH_S5PC100 \ >> + || ARCH_S5PV210) >> select S3C64XX_DMA if ARCH_S3C64XX >> help >> SPI driver for Samsung S3C64XX and newer SoCs. > > > -- > Tushar Behera > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" > in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html