what about DM368 and TMS320C6A8167?

2010-10-26 Thread Ottavio Campana
how are they supported by the git tree? Ottavio ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

[PATCH v3 03/12] davinci: add ssp config for tnetv107x evm board

2010-10-26 Thread Cyril Chemparathy
This patch adds SSP configuration and pin muxing info for tnetv107x evm boards. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/board-tnetv107x-evm.c b/

[PATCH v3 04/12] spi: add ti-ssp spi master driver

2010-10-26 Thread Cyril Chemparathy
This patch adds an SPI master implementation that operates on top of an underlying TI-SSP port. Acked-by: Grant Likely Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/include/mach/ti_ssp.h |5 + drivers/spi/Kconfig |7 + drivers/spi/Makefile

[PATCH v3 01/12] misc: add driver for sequencer serial port

2010-10-26 Thread Cyril Chemparathy
TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial port device. It has a built-in programmable execution engine that can be programmed to operate as almost any serial bus (I2C, SPI, EasyScale, and others). This patch adds a driver for this controller device. The driver do

[PATCH v3 02/12] davinci: add tnetv107x ssp platform device

2010-10-26 Thread Cyril Chemparathy
This patch adds an SSP platform device definition for the tnetv107x soc family. The clock lookup entry has also been updated to match. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/devices-tnetv107x.c | 25 arch/arm/mach-davinci/include/mach/tnetv107x

[PATCH v3 00/12] tnetv107x ssp driver stack

2010-10-26 Thread Cyril Chemparathy
TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial port device. It has a built-in programmable execution engine that can be programmed to operate as almost any serial bus (I2C, SPI, EasyScale, and others). This patch series implements a driver stack that looks like the fol

[PATCH v3 05/12] davinci: add spi devices on tnetv107x evm

2010-10-26 Thread Cyril Chemparathy
This patch adds definitions for spi devices on the tnetv107x evm platform. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 45 +++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/board-tnetv107x-ev

[PATCH v3 07/12] davinci: add tnetv107x evm regulators

2010-10-26 Thread Cyril Chemparathy
This patch adds regulator and spi board info definitions for the tps6524x power management IC found on tnetv107x evm boards. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 85 +++ 1 files changed, 85 insertions(+), 0 deletions(-) dif

[PATCH v3 06/12] regulator: add driver for tps6524x regulator

2010-10-26 Thread Cyril Chemparathy
TPS6524X provides three step-down converters and two general-purpose LDO voltage regulators. This device is interfaced using SPI. Acked-by: Mark Brown Signed-off-by: Cyril Chemparathy --- drivers/regulator/Kconfig | 10 + drivers/regulator/Makefile |1 + drivers/

[PATCH v3 09/12] davinci: add tnetv107x evm ti-ssp gpio device

2010-10-26 Thread Cyril Chemparathy
This patch adds definitions to hook up one of the ti-ssp ports to the SSP GPIO driver. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/board-tnetv107x-ev

[PATCH v3 08/12] gpio: add ti-ssp virtual gpio driver

2010-10-26 Thread Cyril Chemparathy
This patch adds a GPIO driver based on TI's SSP device. This driver does not support GPIO-IRQs. Acked-by: Grant Likely Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/include/mach/ti_ssp.h |4 + drivers/gpio/Kconfig| 10 ++ drivers/gpio/Makefile

[PATCH v3 10/12] backlight: add support for tps6116x controller

2010-10-26 Thread Cyril Chemparathy
TPS6116x is an EasyScale backlight controller device. This driver supports TPS6116x devices connected on a single GPIO. Signed-off-by: Cyril Chemparathy --- drivers/video/backlight/Kconfig|7 + drivers/video/backlight/Makefile |2 +- drivers/video/backlight/tps6116x.c | 340 +

[PATCH v3 12/12] davinci: add tnetv107x evm i2c eeprom device

2010-10-26 Thread Cyril Chemparathy
The tnetv107x evm board has an I2C device connected on one of the SSP ports. This patch adds board definitions for a GPIO based I2C master, as well as definitions for the eeprom device on these boards. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 30 ++

[PATCH v3 11/12] davinci: add tnetv107x evm backlight device

2010-10-26 Thread Cyril Chemparathy
The tnetv107x evm board has a backlight device that is connected on one of the SSP ports. This patch adds the board definitions necessary to plug the backlight driver to the GPIO corresponding to this SSP pin. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c |

Re: [PATCH v3 00/12] tnetv107x ssp driver stack

2010-10-26 Thread Kevin Hilman
Cyril Chemparathy writes: > TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial > port > device. It has a built-in programmable execution engine that can be > programmed > to operate as almost any serial bus (I2C, SPI, EasyScale, and others). Andrew, looking for some ad

Re: [PATCH v3 10/12] backlight: add support for tps6116x controller

2010-10-26 Thread Joe Perches
On Thu, 2010-10-21 at 17:01 -0400, Cyril Chemparathy wrote: > diff --git a/drivers/video/backlight/tps6116x.c > b/drivers/video/backlight/tps6116x.c just some trivia: > @@ -0,0 +1,340 @@ [] > +struct tps6116x { > + struct ti_ssp_device*handle; > + struct device

Re: [PATCH v3 00/12] tnetv107x ssp driver stack

2010-10-26 Thread Andrew Morton
On Thu, 21 Oct 2010 15:26:04 -0700 Kevin Hilman wrote: > Cyril Chemparathy writes: > > > TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial > > port > > device. It has a built-in programmable execution engine that can be > > programmed > > to operate as almost any ser

Re: [PATCH v3 01/12] misc: add driver for sequencer serial port

2010-10-26 Thread Andrew Morton
On Thu, 21 Oct 2010 17:01:02 -0400 Cyril Chemparathy wrote: > TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial > port > device. It has a built-in programmable execution engine that can be > programmed > to operate as almost any serial bus (I2C, SPI, EasyScale, and oth

Re: [PATCH v3 01/12] misc: add driver for sequencer serial port

2010-10-26 Thread Arnd Bergmann
On Friday 22 October 2010 14:39:33 Cyril Chemparathy wrote: > >> +/* Register Access Helpers */ > >> +static inline u32 ssp_read(struct ti_ssp *ssp, int reg) > >> +{ > >> +return __raw_readl(ssp->regs + reg); > >> +} > >> + > >> +static inline void ssp_write(struct ti_ssp *ssp, int reg, u32 val

Re: [PATCH v3 01/12] misc: add driver for sequencer serial port

2010-10-26 Thread Cyril Chemparathy
On 10/21/2010 07:12 PM, Andrew Morton wrote: > > ... > >> +/* Register Access Helpers */ >> +static inline u32 ssp_read(struct ti_ssp *ssp, int reg) >> +{ >> +return __raw_readl(ssp->regs + reg); >> +} >> + >> +static inline void ssp_write(struct ti_ssp *ssp, int reg, u32 val) >> +{ >> +__r

I want to get the address to download the package of Davinci-linux-open-source

2010-10-26 Thread suk2010
I  interested in davinci,wo I want to get the address of the  package of  Davinci-linux-open-source  to download for study.thank you___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mai

Re: [PATCH v3 01/12] misc: add driver for sequencer serial port

2010-10-26 Thread Alan Cox
On Thu, 21 Oct 2010 17:01:02 -0400 Cyril Chemparathy wrote: > TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial > port > device. It has a built-in programmable execution engine that can be > programmed > to operate as almost any serial bus (I2C, SPI, EasyScale, and oth

Re: [PATCH v3 01/12] misc: add driver for sequencer serial port

2010-10-26 Thread Cyril Chemparathy
On 10/22/2010 10:20 AM, Alan Cox wrote: > On Thu, 21 Oct 2010 17:01:02 -0400 > Cyril Chemparathy wrote: > >> TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial >> port >> device. It has a built-in programmable execution engine that can be >> programmed >> to operate as

Re: [PATCH v3 01/12] misc: add driver for sequencer serial port

2010-10-26 Thread Cyril Chemparathy
On 10/22/2010 08:48 AM, Arnd Bergmann wrote: > On Friday 22 October 2010 14:39:33 Cyril Chemparathy wrote: +/* Register Access Helpers */ +static inline u32 ssp_read(struct ti_ssp *ssp, int reg) +{ +return __raw_readl(ssp->regs + reg); +} + +static inline void

Re: [PATCH v3 01/12] misc: add driver for sequencer serial port

2010-10-26 Thread Russell King - ARM Linux
On Fri, Oct 22, 2010 at 03:33:43PM -0400, Cyril Chemparathy wrote: > On 10/22/2010 08:48 AM, Arnd Bergmann wrote: > > On Friday 22 October 2010 14:39:33 Cyril Chemparathy wrote: > +/* Register Access Helpers */ > +static inline u32 ssp_read(struct ti_ssp *ssp, int reg) > +{ > +

Default

2010-10-26 Thread chetan patil
Is there any way to get default settings in DM6446. I changed the bootargs and proper booting not occurring. Please reply asap. Thanks -- Regards, Chetan Arvind Patil, +919970018364 http://sites.google.com/site/chtpatil/ ___ Davinci-linux-open-source

RE: I want to get the address to download the package ofDavinci-linux-open-source

2010-10-26 Thread Jon Povey
davinci-linux-open-source-boun...@linux.davincidsp.com wrote: > I interested in davinci,wo I want to get the address of the > package of Davinci-linux-open-source to download for study.thank you Lots of good info on the wiki: http://processors.wiki.ti.com/index.php/DaVinci_GIT_Linux_Kernel#Ove