[PATCH 2/2] davinci: minor tnetv107x clock tree fixes

2010-10-20 Thread Cyril Chemparathy
This patch applies the following modifications to the tnetv107x clock tree: - reparent tnetv107x usb clocks to usbss - mark timer1 as always enabled - enable set_rate on pll divider output clocks - adjust tnetv107x tsc sysclk rate lower to fix invalid reset defaults Signed-off-by: Cyri

[PATCH 0/2] davinci: clock control fixes

2010-10-20 Thread Cyril Chemparathy
This series applies a few fixes necessary to get tnetv107x hardware functioning properly. A summary of these fixes follow: - davinci: fix sysclk rate setting code to allow for larger divider values - tnetv107x: reparent tnetv107x usb clocks to usbss - tnetv107x: mark timer1 as always enable

[PATCH 1/2] davinci: use divide ratio limits from pll_data

2010-10-20 Thread Cyril Chemparathy
This patch modifies the sysclk rate setting code to use the divider mask specified in pll_data. Without this, devices with different divider ranges (e.g. tnetv107x) fail. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/clock.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletion

Re: [PATCH v5 9/9] davinci: USB1.1 support for Omapl138-Hawkboard

2010-10-20 Thread Rene Gonzalez
On Tue, Oct 19, 2010 at 1:06 PM, wrote: > From: Victor Rodriguez > > This patch adds USB1.1 support for the Hawkboard-L138 system > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > Notes: > > This patch works with da8xx_omapl_defconfig > In order to test it select in menuc

Re: [PATCH v5 8/9] davinci: USB clocks for Omapl138-Hawkboard

2010-10-20 Thread Rene Gonzalez
On Tue, Oct 19, 2010 at 1:06 PM, wrote: > From: Victor Rodriguez > > This patch adds USB1.1 and USB2.0 clocks for the Hawkboard-L138 system > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > arch/arm/mach-davinci/da850.c | 16 > 1 files changed, 16 inse

Re: [PATCH v5 7/9] davinci: MMC/SD support for Omapl138-Hawkboar

2010-10-20 Thread Rene Gonzalez
On Tue, Oct 19, 2010 at 1:06 PM, wrote: > From: Victor Rodriguez > > This patch adds MMC/SD support for the Hawkboard-L138 system > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > Notes: > > This patch works with da8xx_omapl_defconfig > In order to test it select in menuc

Re: [PATCH v5 6/9] davinci: MMC/SD and USB-OHCI configuration for Omapl138-Hawkboard

2010-10-20 Thread Rene Gonzalez
On Tue, Oct 19, 2010 at 1:06 PM, wrote: > From: Victor Rodriguez > > This patch defines Pin Mux configuration to enable MMC/SD > and USB-OHCI on the Hawkboard-L138 system > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > arch/arm/mach-davinci/da850.c|4 ++

Re: [PATCH v5 5/9] davinci: Audio support for Omapl138-Hawkboard

2010-10-20 Thread Rene Gonzalez
On Tue, Oct 19, 2010 at 1:06 PM, wrote: > From: Victor Rodriguez > > This patch adds sound support for the Hawkboard-L138 system > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > Notes: > > This patch works with da8xx_omapl_defconfig > > In order to test ALSA utils select

Re: [PATCH v5 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-10-20 Thread Rene Gonzalez
On Tue, Oct 19, 2010 at 1:06 PM, wrote: > From: Victor Rodriguez > > This patch defines Pin Mux configuration for MacASP > used on the Hawkboard-L138 system in order to add Audio support > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > arch/arm/mach-davinci/da850.c |

Re: [PATCH v5 3/9] davinci: ASoC support for Omapl138-Hawkboard

2010-10-20 Thread Rene Gonzalez
On Tue, Oct 19, 2010 at 1:06 PM, wrote: > From: Victor Rodriguez > > This patch adds ASoC support for the Hawkboard-L138 system > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > sound/soc/davinci/Kconfig |5 +++-- > sound/soc/davinci/davinci-evm.c |6 --

Re: [PATCH v5 2/9] davinci: EDMA support for Omapl138-Hawkboard

2010-10-20 Thread Rene Gonzalez
On Tue, Oct 19, 2010 at 1:06 PM, wrote: > From: Victor Rodriguez > > This patch adds EDMA support for the Hawkboard-L138 system > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > arch/arm/mach-davinci/board-omapl138-hawk.c | 54 > +++ > 1 files c

Re: [PATCH v5 1/9] davinci: EMAC support for Omapl138-Hawkboard

2010-10-20 Thread Rene Gonzalez
On Tue, Oct 19, 2010 at 1:06 PM, wrote: > From: Victor Rodriguez > > This patch adds EMAC support for the Hawkboard-L138 system > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > arch/arm/mach-davinci/board-omapl138-hawk.c | 47 > +++ > 1 files c

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

2010-10-20 Thread Grant Likely
On Mon, Oct 18, 2010 at 03:25:14PM -0400, Cyril Chemparathy wrote: > This patch adds an SPI master implementation that operates on top of an > underlying TI-SSP port. > > Signed-off-by: Cyril Chemparathy > --- > arch/arm/mach-davinci/include/mach/ti_ssp.h |5 + > drivers/spi/Kconfig

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

2010-10-20 Thread Grant Likely
On Mon, Oct 18, 2010 at 03:25:18PM -0400, Cyril Chemparathy wrote: > This patch adds a GPIO driver based on TI's SSP device. This driver does not > support GPIO-IRQs. > > Signed-off-by: Cyril Chemparathy Acked-by: Grant Likely > --- > arch/arm/mach-davinci/include/mach/ti_ssp.h |4 + > d

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

2010-10-20 Thread Grant Likely
On Mon, Oct 18, 2010 at 03:25:11PM -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, an