Re: [PATCH] ARM: OMAP: AM3517EVM: remove check for CONFIG_PANEL_SHARP_LQ043T1DG01

2014-05-16 Thread Tony Lindgren
* Paul Bolle pebo...@tiscali.nl [140515 12:55]: The Kconfig symbol PANEL_SHARP_LQ043T1DG01 was removed in v2.6.38. The check for CONFIG_PANEL_SHARP_LQ043T1DG01 and its MODULE variant has evaluated to false ever since. Remove that check. Thanks applying into omap-for-v3.16/board. Tony -- To

[PATCH] ARM: OMAP: AM3517EVM: remove check for CONFIG_PANEL_SHARP_LQ043T1DG01

2014-05-15 Thread Paul Bolle
The Kconfig symbol PANEL_SHARP_LQ043T1DG01 was removed in v2.6.38. The check for CONFIG_PANEL_SHARP_LQ043T1DG01 and its MODULE variant has evaluated to false ever since. Remove that check. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested, again. arch/arm/mach-omap2/board-am3517evm.c |

[PATCH 20/21] ARM: OMAP: AM3517EVM: use new display drivers

2013-07-26 Thread Tomi Valkeinen
Use new display drivers for AM3517EVM board. The new OMAP display drivers were merged for 3.11, and we can now change the board files to use the new ones and phase out the old ones. Note: the management of LCD GPIOs is unclear. They were originally muxed as inputs, and LCD_PANEL_PWR was labelled

[PATCH 09/28] ARM: OMAP: AM3517EVM: Kconfig option for the display options

2013-03-28 Thread Tomi Valkeinen
Boards with multiple display options for the same video bus have all the possible linux display devices present at the same time. Only one of those devices should be used at a time, as the video bus cannot be shared. This model is hacky, and will be changed in the forthcoming DSS patches to a

[PATCH 27/28] ARM: OMAP: AM3517EVM: use new generic-dpi-panel platform driver

2013-03-28 Thread Tomi Valkeinen
Use the new generic-dpi-panel platform driver instead of the old omap_dss_driver. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git

[PATCH 19/28] ARM: OMAP: AM3517EVM: use new TFP410 platform driver

2013-03-28 Thread Tomi Valkeinen
Use the new TFP410 platform driver instead of the old omap_dss_driver. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c

[PATCH v4 08/21] ARM: OMAP: AM3517evm: Adapt to ehci-omap changes

2013-03-20 Thread Roger Quadros
Use usbhs_init_phys() to register the PHY's RESET regulators and the NOP PHY device. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 17 ++--- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git

[PATCH v2 09/23] ARM: OMAP: AM3517evm: Adapt to ehci-omap changes

2013-03-15 Thread Roger Quadros
Add 2 platform devices for 'nop-usb-xceiv'. These will be used as a PHY for HS USB Port 1 and 2, so provide binding information for them. Use usbhs_init_phys() to register the PHY's RESET regulators. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 41

[PATCH 08/24] ARM: OMAP: AM3517evm: Adapt to ehci-omap changes

2013-03-12 Thread Roger Quadros
Add 2 platform devices for 'nop-usb-xceiv'. These will be used as a PHY for HS USB Port 1 and 2, so provide binding information for them. Model RESET for HS USB Port 1 as GPIO fixed regulator and link it to the 'nop-usb-xceiv' PHY on port 1. Signed-off-by: Roger Quadros rog...@ti.com Acked-by:

Re: [PATCH v3 3/9] ARM: OMAP: board-am3517evm: Configure McBSP1 CLKR/FSR signal source

2012-08-22 Thread Mark Brown
On Thu, Aug 16, 2012 at 04:41:02PM +0300, Peter Ujfalusi wrote: am3517evm board uses McBSP1 for audio with 4pin configuration. The CLKR/FSR signals need to be connected to CLKX/FSX pin of the SoC in this case. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v3 4/9] ASoC: am3517evm: Do not configure McBSP1 CLKR/FSR signal muxing

2012-08-22 Thread Mark Brown
On Thu, Aug 16, 2012 at 04:41:03PM +0300, Peter Ujfalusi wrote: The muxing is done at board level, no need to do it in the ASoC machine driver. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v3 3/9] ARM: OMAP: board-am3517evm: Configure McBSP1 CLKR/FSR signal source

2012-08-17 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@ti.com [120816 06:41]: am3517evm board uses McBSP1 for audio with 4pin configuration. The CLKR/FSR signals need to be connected to CLKX/FSX pin of the SoC in this case. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Acked-by: Jarkko Nikula jarkko.nik

Re: [PATCH v3 4/9] ASoC: am3517evm: Do not configure McBSP1 CLKR/FSR signal muxing

2012-08-17 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@ti.com [120816 06:41]: The muxing is done at board level, no need to do it in the ASoC machine driver. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Acked-by: Jarkko Nikula jarkko.nik...@bitmer.com Acked-by: Tony Lindgren t...@atomide.com -- To

[PATCH v3 3/9] ARM: OMAP: board-am3517evm: Configure McBSP1 CLKR/FSR signal source

2012-08-16 Thread Peter Ujfalusi
am3517evm board uses McBSP1 for audio with 4pin configuration. The CLKR/FSR signals need to be connected to CLKX/FSX pin of the SoC in this case. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Acked-by: Jarkko Nikula jarkko.nik...@bitmer.com --- arch/arm/mach-omap2/board-am3517evm.c | 13

[PATCH v3 4/9] ASoC: am3517evm: Do not configure McBSP1 CLKR/FSR signal muxing

2012-08-16 Thread Peter Ujfalusi
The muxing is done at board level, no need to do it in the ASoC machine driver. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Acked-by: Jarkko Nikula jarkko.nik...@bitmer.com --- sound/soc/omap/am3517evm.c | 20 ++-- 1 files changed, 2 insertions(+), 18 deletions(-) diff

[PATCH v2 4/9] ASoC: am3517evm: Do not configure McBSP1 CLKR/FSR signal muxing

2012-08-13 Thread Peter Ujfalusi
The muxing is done at board level, no need to do it in the ASoC machine driver. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Acked-by: Jarkko Nikula jarkko.nik...@bitmer.com --- sound/soc/omap/am3517evm.c | 20 ++-- 1 files changed, 2 insertions(+), 18 deletions(-) diff

[PATCH v2 3/9] ARM: OMAP: board-am3517evm: Configure McBSP1 CLKR/FSR signal source

2012-08-13 Thread Peter Ujfalusi
am3517evm board uses McBSP1 for audio with 4pin configuration. The CLKR/FSR signals need to be connected to CLKX/FSX pin of the SoC in this case. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Acked-by: Jarkko Nikula jarkko.nik...@bitmer.com --- arch/arm/mach-omap2/board-am3517evm.c | 13

[PATCH 05/11] ASoC: am3517evm: Do not configure McBSP1 CLKR/FSR signal muxing

2012-08-08 Thread Peter Ujfalusi
The muxing is done at board level, no need to do it in the ASoC machine driver. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- sound/soc/omap/am3517evm.c | 20 ++-- 1 files changed, 2 insertions(+), 18 deletions(-) diff --git a/sound/soc/omap/am3517evm.c

[PATCH 04/11] ARM: OMAP: board-am3517evm: Configure McBSP1 CLKR/FSR signal source

2012-08-08 Thread Peter Ujfalusi
am3517evm board uses McBSP1 for audio with 4pin configuration. The CLKR/FSR signals need to be connected to CLKX/FSX pin of the SoC in this case. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 13 + 1 files changed, 13 insertions

Re: AM3517evm

2012-03-30 Thread Yegor Yefremov
:02PM +0100, Yegor Yefremov wrote: Am 09.03.2012 18:22, schrieb George C. Huntington, III: I would like to make the newer kernel (3.x) work with the AM3517EVM. I have a 2.6.32 and a 2.6.33 that run well on the board, but the recent kernels have kernel panics before even running init. where should

Re: AM3517evm

2012-03-30 Thread Mark A. Greer
15.03.2012 16:43, schrieb Mark A. Greer: On Mon, Mar 12, 2012 at 02:55:02PM +0100, Yegor Yefremov wrote: Am 09.03.2012 18:22, schrieb George C. Huntington, III: I would like to make the newer kernel (3.x) work with the AM3517EVM. I have a 2.6.32 and a 2.6.33 that run well on the board

Re: AM3517evm

2012-03-29 Thread Yegor Yefremov
18:22, schrieb George C. Huntington, III: I would like to make the newer kernel (3.x) work with the AM3517EVM. I have a 2.6.32 and a 2.6.33 that run well on the board, but the recent kernels have kernel panics before even running init. where should I start? is there a better place to pursue

Re: AM3517evm

2012-03-15 Thread Mark A. Greer
On Mon, Mar 12, 2012 at 02:55:02PM +0100, Yegor Yefremov wrote: Am 09.03.2012 18:22, schrieb George C. Huntington, III: I would like to make the newer kernel (3.x) work with the AM3517EVM. I have a 2.6.32 and a 2.6.33 that run well on the board, but the recent kernels have kernel panics

Re: AM3517evm

2012-03-15 Thread Yegor Yefremov
Am 15.03.2012 16:43, schrieb Mark A. Greer: On Mon, Mar 12, 2012 at 02:55:02PM +0100, Yegor Yefremov wrote: Am 09.03.2012 18:22, schrieb George C. Huntington, III: I would like to make the newer kernel (3.x) work with the AM3517EVM. I have a 2.6.32 and a 2.6.33 that run well on the board

Re: AM3517evm

2012-03-15 Thread Mark A. Greer
with the AM3517EVM. I have a 2.6.32 and a 2.6.33 that run well on the board, but the recent kernels have kernel panics before even running init. where should I start? is there a better place to pursue this? Have you tried this one? http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap.git

Re: AM3517evm

2012-03-15 Thread Mark A. Greer
: I would like to make the newer kernel (3.x) work with the AM3517EVM. I have a 2.6.32 and a 2.6.33 that run well on the board, but the recent kernels have kernel panics before even running init. where should I start? is there a better place to pursue this? Have you tried this one

Re: AM3517evm

2012-03-12 Thread Yegor Yefremov
Am 09.03.2012 18:22, schrieb George C. Huntington, III: I would like to make the newer kernel (3.x) work with the AM3517EVM. I have a 2.6.32 and a 2.6.33 that run well on the board, but the recent kernels have kernel panics before even running init. where should I start? is there a better

Re: [PATCH 0/2] AM3517EVM: Add support for MMC1

2011-10-06 Thread Tony Lindgren
K V (1): AM3517: Support for MMC1 Vaibhav Hiremath (1): AM3517EVM: Add support for base-board MMC slot arch/arm/mach-omap2/board-am3517evm.c | 22 ++ arch/arm/mach-omap2/hsmmc.c | 10 +- 2 files changed, 31 insertions(+), 1 deletions

[PATCH 0/2] AM3517EVM: Add support for MMC1

2011-08-19 Thread Abhilash K V
): AM3517EVM: Add support for base-board MMC slot arch/arm/mach-omap2/board-am3517evm.c | 22 ++ arch/arm/mach-omap2/hsmmc.c | 10 +- 2 files changed, 31 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line unsubscribe linux-omap

[PATCH 1/2] AM3517EVM: Add support for base-board MMC slot

2011-08-19 Thread Abhilash K V
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Abhilash K V abhilash...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git

[PATCH] omap3: am3517evm : Read MAC address from E-Fuses

2011-03-22 Thread Sriramakrishnan A G
MAC address is programmed in the e-fuses accessible through Control module space. Board init code reads the programmed value from e-fuse and passes this information to the driver. Signed-off-by: Sriramakrishnan A G s...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 12 +++-

Re: [PATCH] can : AM3517EVM : add platform specific init

2011-03-11 Thread Sergei Shtylyov
Hello. On 10-03-2011 19:39, Abhilash K V wrote: CAN module on AM3517 requires programming of IO expander as part of init sequence. Added transceiver_switch callback to handle this. Signed-off-by: Sriramakrishnans...@ti.com Reviewed-by: Vaibhav Hiremathhvaib...@ti.com Signed-off-by:

Re: [PATCH] can : AM3517EVM : add platform specific init

2011-03-11 Thread Wolfgang Grandegger
On 03/10/2011 05:39 PM, Abhilash K V wrote: CAN module on AM3517 requires programming of IO expander as part of init sequence. Added transceiver_switch callback to handle this. Signed-off-by: Sriramakrishnan s...@ti.com Reviewed-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Abhilash

[PATCH] can : AM3517EVM : add platform specific init

2011-03-10 Thread Abhilash K V
CAN module on AM3517 requires programming of IO expander as part of init sequence. Added transceiver_switch callback to handle this. Signed-off-by: Sriramakrishnan s...@ti.com Reviewed-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Abhilash K V abhilash...@ti.com ---

[TLV320AIC23] [AM3517EVM][AUDIO] codec name mis-match in soc_bind_dai_link

2011-03-01 Thread Koyamangalath, Abhilash
While trying to register the sound card on the AM3517EVM (which uses a tlv320aic23 codec), with the 2.6.37 kernel I get the following error message: CODEC tlv320aic23-codec not registered This is despite having gotten previously: Registered codec 'tlv320aic23-codec.2-001a' I

Re: [TLV320AIC23] [AM3517EVM][AUDIO] codec name mis-match in soc_bind_dai_link

2011-03-01 Thread Jarkko Nikula
On Tue, 1 Mar 2011 15:22:29 +0530 Koyamangalath, Abhilash abhilash...@ti.com wrote: Now, if I change the dai-link-codec_name to force-match by appending 2-001a to the codec_name in (sound/soc/omap/am3517evm.c): static struct snd_soc_dai_link am3517evm_dai = { :

[PATCH 02/23] OMAP: AM3517: Enable DSS2 in AM3517EVM defconfig

2010-05-18 Thread Tomi Valkeinen
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com [tomi.valkei...@nokia.com: removed the board file changes] Signed-off-by: Tomi Valkeinen tomi.valkei...@nokia.com --- arch/arm/configs/am3517_evm_defconfig | 52 - 1 files

[PATCH 08/18] can:ti_hecc: board specific hookup on AM3517EVM

2010-05-05 Thread Tony Lindgren
From: Sriram s...@ti.com Add board specific hookup for TI HECC driver on AM3517 EVM Signed-off-by: Sriramakrishnan s...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/board-am3517evm.c | 38 +

RE: [PATCH 2/2] can:ti_hecc: board specific hookup on AM3517EVM

2010-04-30 Thread Govindarajan, Sriramakrishnan
-Original Message- From: Govindarajan, Sriramakrishnan Sent: Tuesday, February 23, 2010 12:08 PM To: linux-omap@vger.kernel.org Cc: Gole, Anant; Govindarajan, Sriramakrishnan Subject: [PATCH 2/2] can:ti_hecc: board specific hookup on AM3517EVM Add board specific hookup for TI HECC

[PATCH 06/12] AM3517: Add nand platform data for am3517evm

2010-04-14 Thread Stanley.Miao
Add nand flash init code for am3517evm. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c | 84 + 1 files changed, 84 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm

[PATCH 09/12] AM3517: Update the config file of am3517evm

2010-04-14 Thread Stanley.Miao
Added MTD, NETDEVICES, WATCHDOG, GPIO_PCA953X, REGULATOR, FB, SOUND, MMC, RTC. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/configs/am3517_evm_defconfig | 599 - 1 files changed, 513 insertions(+), 86 deletions(-) diff --git

RE: [PATCH 06/12] AM3517: Add nand platform data for am3517evm

2010-04-14 Thread Govindarajan, Sriramakrishnan
for am3517evm Add nand flash init code for am3517evm. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c | 84 + 1 files changed, 84 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c b

RE: [PATCH 09/12] AM3517: Update the config file of am3517evm

2010-04-14 Thread Hiremath, Vaibhav
of am3517evm Added MTD, NETDEVICES, WATCHDOG, GPIO_PCA953X, REGULATOR, FB, SOUND, MMC, RTC. [Hiremath, Vaibhav] The patch for selection of FB in default config has already been submitted and merged by Tomi; please refer to the tread, http://marc.info/?l=linux-omapm=126261568408449w=2 Thanks, Vaibhav

RE: [PATCH 12/12] AM3517: Add mmc platform data for am3517evm

2010-04-14 Thread Hiremath, Vaibhav
] AM3517: Add mmc platform data for am3517evm Add mmc platform data. Besides, the mmc slot on UI board has a pin conflict with LCD, so add macros to resolve it. [Hiremath, Vaibhav] Can you please describe it details, and mention which pins are getting conflicted. Signed-off-by: Stanley.Miao

[PATCH 06/11] AM3517: Add nand platform data for am3517evm

2010-04-13 Thread Stanley.Miao
Add nand flash init code for am3517evm. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c | 84 + 1 files changed, 84 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm

[PATCH 11/11] AM3517: Add mmc platform data for am3517evm

2010-04-13 Thread Stanley.Miao
Add mmc platform data. Besides, the mmc slot on UI board has a pin conflict with LCD, so add macros to resolve it. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/Makefile |3 +- arch/arm/mach-omap2/board-am3517evm.c | 45

Re: [PATCH 11/11] AM3517: Add mmc platform data for am3517evm

2010-04-13 Thread Adrian Hunter
Stanley.Miao wrote: Add mmc platform data. Besides, the mmc slot on UI board has a pin conflict with LCD, so add macros to resolve it. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/Makefile |3 +- arch/arm/mach-omap2/board-am3517evm.c | 45

RE: [PATCH 11/11] AM3517: Add mmc platform data for am3517evm

2010-04-13 Thread Hiremath, Vaibhav
: Add mmc platform data for am3517evm Add mmc platform data. Besides, the mmc slot on UI board has a pin conflict with LCD, so add macros to resolve it. [Hiremath, Vaibhav] I am not sure whether your statement is right here. As far I know he conflicts is between UI card USB and Base-board LCD

RE: [PATCH 2/2] can:ti_hecc: board specific hookup on AM3517EVM

2010-02-26 Thread Govindarajan, Sriramakrishnan
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, February 26, 2010 3:34 AM To: Govindarajan, Sriramakrishnan Cc: linux-omap@vger.kernel.org; Gole, Anant Subject: Re: [PATCH 2/2] can:ti_hecc: board specific hookup on AM3517EVM * Sriramakrishnan s

[PATCH v2 1/2] can:ti_hecc: board specific hookup on AM3517EVM

2010-02-26 Thread Sriramakrishnan
Add board specific hookup for TI HECC driver on AM3517 EVM Signed-off-by: Sriramakrishnan s...@ti.com --- Addressed review comments about formatting and patch ordering. arch/arm/mach-omap2/board-am3517evm.c | 38 + arch/arm/mach-omap2/include/mach/am35xx.h |

[PATCH 2/2] AM3517EVM : correct typo - tca6416 mispelt as tca6516.

2010-02-25 Thread Sriramakrishnan
Correct instances where tca6416 is misspelt as tca6516 in the board-am3517evm file. Signed-off-by: Sriramakrishnan s...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c b

Re: [PATCH 2/2] can:ti_hecc: board specific hookup on AM3517EVM

2010-02-25 Thread Tony Lindgren
* Sriramakrishnan s...@ti.com [100222 22:35]: Add board specific hookup for TI HECC driver on AM3517 EVM Signed-off-by: Sriramakrishnan s...@ti.com Acked-by: Anant Gole anantg...@ti.com --- The driver requires that CAN_STB signal be driven low to enable CAN PHY. Currently this is being

[APPLIED] [PATCH 2/2] AM3517EVM : correct typo - tca6416 mispelt as tca6516.

2010-02-25 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): ca54e54bd372036deca5268a0f9d05a6a3c89b0b PatchWorks http://patchwork.kernel.org/patch/81963/ Git (Likely to change, and takes a while to get

[PATCH 6/6] AM3517EVM : correct typo - tca6416 mispelt as tca6516

2010-02-25 Thread Tony Lindgren
From: Sriram s...@ti.com Correct instances where tca6416 is misspelt as tca6516 in the board-am3517evm file. Signed-off-by: Sriramakrishnan s...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/board-am3517evm.c | 12 ++-- 1 files changed, 6 insertions

[PATCH 2/2] can:ti_hecc: board specific hookup on AM3517EVM

2010-02-22 Thread Sriramakrishnan
Add board specific hookup for TI HECC driver on AM3517 EVM Signed-off-by: Sriramakrishnan s...@ti.com Acked-by: Anant Gole anantg...@ti.com --- The driver requires that CAN_STB signal be driven low to enable CAN PHY. Currently this is being managed from U-boot. Will submit a patch for handling

[PATCH 19/23] AM3517: Enable RTC driver support for AM3517EVM

2010-02-17 Thread Tony Lindgren
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support RTC driver (S35390A). Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/board-am3517evm.c | 39 + 1 files

[PATCH 20/23] AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM

2010-02-17 Thread Tony Lindgren
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support I2C based GPIo expander (TCA6416). There are 3 instances of I2C Expander on AM3517EVM, - One is over I2C-2 mounted on Base board - Two are over I2C3 mounted on UI Card Signed-off-by: Vaibhav

[PATCH 0/2-V3] Add support for I2C based devices to AM3517EVM

2010-02-13 Thread hvaibhav
error return properly (comment provided by Tony). Vaibhav Hiremath (2): AM3517: Enable RTC driver support for AM3517EVM AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM arch/arm/mach-omap2/board-am3517evm.c | 79 - 1 files changed, 77

[PATCH 2/2-V3] AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM

2010-02-13 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support I2C based GPIo expander (TCA6416). There are 3 instances of I2C Expander on AM3517EVM, - One is over I2C-2 mounted on Base board - Two are over I2C3 mounted on UI Card Signed-off-by: Vaibhav

[PATCH 1/2-V3] AM3517: Enable RTC driver support for AM3517EVM

2010-02-13 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support RTC driver (S35390A). Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 39 + 1 files changed, 39 insertions(+), 0 deletions(-) diff

[PATCH 1/2-V2] AM3517: Enable RTC driver support for AM3517EVM

2010-02-11 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support RTC driver (S35390A). Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git

[PATCH 2/2-V2] AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM

2010-02-11 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support I2C based GPIo expander (TCA6416). There are 3 instances of I2C Expander on AM3517EVM, - One is over I2C-2 mounted on Base board - Two are over I2C3 mounted on UI Card Signed-off-by: Vaibhav

[PATCH 0/2-V2] Add support for I2C based devices to AM3517EVM

2010-02-11 Thread hvaibhav
it has already been merged. - Removed TSC2004 support patch, since it will be merged to TSC2007 driver. Vaibhav Hiremath (2): AM3517: Enable RTC driver support for AM3517EVM AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM arch/arm/mach-omap2/board

Re: [PATCH 1/2-V2] AM3517: Enable RTC driver support for AM3517EVM

2010-02-11 Thread Tony Lindgren
* hvaib...@ti.com hvaib...@ti.com [100211 00:09]: From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support RTC driver (S35390A). Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 25 + 1 files

RE: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-10 Thread Hiremath, Vaibhav
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, February 05, 2010 10:09 PM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org Subject: Re: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM * Hiremath, Vaibhav hvaib

Re: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-10 Thread Tony Lindgren
driver support for AM3517EVM * Hiremath, Vaibhav hvaib...@ti.com [100204 21:31]: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Friday, February 05, 2010 6:35 AM To: linux-omap

Re: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-05 Thread Tony Lindgren
/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM This patch has been applied to the linux-omap by youw fwiendly patch wobot. [Hiremath, Vaibhav] Tony, Please revert this single commit. Actually I had a discussion with Dmitry Torokhov and the conclusion is, as of now

[APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-04 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 5fcad6b119b8760f817dbf2f2d6331ee0cee442f PatchWorks http://patchwork.kernel.org/patch/72102/ Git (Likely to change, and takes a while to get

[APPLIED] [PATCH 3/4-V1] AM3517: Enable RTC driver support for AM3517EVM

2010-02-04 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 0e444714870c4b98e1c3417359f359916b452f86 PatchWorks http://patchwork.kernel.org/patch/72100/ Git (Likely to change, and takes a while to get

RE: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-04 Thread Hiremath, Vaibhav
for AM3517EVM This patch has been applied to the linux-omap by youw fwiendly patch wobot. [Hiremath, Vaibhav] Tony, Please revert this single commit. Actually I had a discussion with Dmitry Torokhov and the conclusion is, as of now for TSC2004 we can reuse TSC2007, and once they start diverging we can

Re: [PATCH 4/4] OMAP: AM3517: Enable DSS2 for AM3517EVM board

2010-01-13 Thread Tomi Valkeinen
Hi, I applied these two to my tree: [PATCH 2/4] OMAP: DSS2: Add Sharp LQ043T1DG01 panel drivers [PATCH 3/4] OMAP: Enable DSS2 for OMAP3EVM board But this patch doesn't apply, I guess the below mentioned I2C stuff is missing from the linus' tree. Tomi On Mon, 2010-01-04 at 15:34 +0100, ext

RE: [PATCH 0/6] Added DSS2/FBDEV support for OMAP3EVM AM3517EVM

2010-01-11 Thread Tomi Valkeinen
DSS2/FBDEV support for OMAP3EVM AM3517EVM From: Vaibhav Hiremath hvaib...@ti.com This patch added DSS2 + OMAPFB support for OMAP3EVM and AM3517/05 EVM along with sharp LQ043T1DG01 panel support. Vaibhav Hiremath (4): OMAP: DSS2: Fix compile warning OMAP: DSS2: Add Sharp

[PATCH 0/4-V1] Add support for I2C based devices to AM3517EVM

2010-01-10 Thread hvaibhav
comment, added more description in patch-series/change-log/commit Vaibhav Hiremath (4): AM3517: Enable basic I2C Support AM3517: Enable TSC2004 driver support for AM3517EVM AM3517: Enable RTC driver support for AM3517EVM AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM

[PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support touch-Screen driver (TSC2004). Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 60 + 1 files changed, 60 insertions(+), 0 deletions(-)

[PATCH 3/4-V1] AM3517: Enable RTC driver support for AM3517EVM

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support RTC driver (S35390A). Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 30 ++ 1 files changed, 26 insertions(+), 4 deletions(-) diff --git

[PATCH 4/4-V1] AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support I2C based GPIo expander (TCA6416). There are 3 instances of I2C Expander on AM3517EVM, - One is over I2C-2 mounted on Base board - Two are over I2C3 mounted on UI Card Signed-off-by: Vaibhav

RE: [PATCH 0/6] Added DSS2/FBDEV support for OMAP3EVM AM3517EVM

2010-01-10 Thread Hiremath, Vaibhav
\ -Original Message- From: Hiremath, Vaibhav Sent: Monday, January 04, 2010 8:04 PM To: linux-omap@vger.kernel.org Cc: tomi.valkei...@nokia.com; t...@atomide.com; Hiremath, Vaibhav Subject: [PATCH 0/6] Added DSS2/FBDEV support for OMAP3EVM AM3517EVM From: Vaibhav Hiremath hvaib

RE: [PATCH 0/4] Add I2C support to AM3517EVM

2010-01-07 Thread Hiremath, Vaibhav
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, January 07, 2010 5:22 AM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org; t...@atomide.com Subject: Re: [PATCH 0/4] Add I2C support to AM3517EVM hvaib...@ti.com writes: From

Re: [PATCH 0/4] Add I2C support to AM3517EVM

2010-01-06 Thread Kevin Hilman
hvaib...@ti.com writes: From: Vaibhav Hiremath hvaib...@ti.com This series of patchset adds support for I2C bus interface along with respective slave devices - - RTC-S35390A - TSC2004 - TVP5146 decoder along with VPFE-capture Vaibhav Hiremath (4): AM3517EVM: Enable

[PATCH 0/4] Add I2C support to AM3517EVM

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This series of patchset adds support for I2C bus interface along with respective slave devices - - RTC-S35390A - TSC2004 - TVP5146 decoder along with VPFE-capture Vaibhav Hiremath (4): AM3517EVM: Enable I2C Support AM3517: Add

[PATCH 1/4] AM3517EVM: Enable I2C Support

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c

[PATCH 0/6] Added DSS2/FBDEV support for OMAP3EVM AM3517EVM

2010-01-04 Thread hvaibhav
board OMAP: AM3517: Enable DSS2 for AM3517EVM board arch/arm/configs/am3517_evm_defconfig | 52 - arch/arm/configs/omap3_evm_defconfig | 51 - arch/arm/mach-omap2/board-am3517evm.c | 144 arch/arm/mach-omap2/board-omap3evm.c

[PATCH 4/4] OMAP: AM3517: Enable DSS2 for AM3517EVM board

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This patch is dependent on I2C interface support patch, since both the patch series modifies same file (board-am3517evm.c) file. Please refer to the link - http://marc.info/?l=linux-omapm=126261461106778w=2 Signed-off-by: Vaibhav Hiremath hvaib...@ti.com

[PATCH 4/5] AM3517: Enable DSS2 for AM3517EVM board

2009-12-17 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/configs/am3517_evm_defconfig | 53 - arch/arm/mach-omap2/board-am3517evm.c | 142 + 2 files changed, 194 insertions(+), 1 deletions(-) diff --git

[PATCH] am3517evm : add nand support

2009-10-29 Thread Sriramakrishnan
Enable Nand support on am3517evm Signed-off-by: Sriramakrishnan s...@ti.com --- This patch builds on the am3517evm board support patch submitted earlier. http://marc.info/?l=linux-omapm=125673923227266w=2 arch/arm/configs/am3517_evm_defconfig | 103 - arch/arm

[PATCH 2/2] AM35xx: Define the AM3517EVM board

2009-10-27 Thread Sanjeev Premi
Add support for the AM3517 EVM board. This EVM supports AM3505 and AM3517 devices. Signed-off-by: Sanjeev Premi pr...@ti.com --- arch/arm/mach-omap2/Kconfig |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index