[PATCHv2] omap: id: add chip id recognition for omap4430 es2.3

2011-12-07 Thread David Anders
on silicon errata for omap4430 revisions can be found at http://focus.ti.com/pdfs/wtbu/swpz009D.pdf Signed-off-by: David Anders x0132...@ti.com --- arch/arm/mach-omap2/id.c |7 +-- arch/arm/plat-omap/include/plat/cpu.h |1 + 2 files changed, 6 insertions(+), 2 deletions

Re: [PATCH] omap: id: add chip id recognition for omap4430 es2.3

2011-12-07 Thread David Anders
Tony, On 12/07/2011 05:43 PM, Tony Lindgren wrote: * David Andersx0132...@ti.com [07 09:43]: allow for the omap4430 es2.3 revision to be recognized in the omap4_check_revision() function. most aspects of all omap4430 es2.x versions are identical, however a number of small variations

Re: [PATCHv2] omap: id: add chip id recognition for omap4430 es2.3

2011-12-07 Thread David Anders
Tony, On 12/07/2011 06:23 PM, Tony Lindgren wrote: * David Andersx0132...@ti.com [111207 15:29]: allow for the omap4430 es2.3 revision to be recognized in the omap4_check_revision() function. most aspects of all omap4430 es2.x versions are identical, however a number of small variations

Re: [PATCH v2] omap4: i2c: add post idle reset registers flag

2011-11-08 Thread David Anders
On 11/08/2011 02:11 AM, Shubhrajyoti wrote: On Tuesday 08 November 2011 03:01 AM, David Anders wrote: omap44xx i2c devices need to have the registers reset post idle similar to omap3xxx devices. this adds the additional flag for OMAP_I2C_FLAG_RESET_REGS_POSTIDLE to the omap44xx i2c_dev_attr

[PATCH] omap: id: add chip id recognition for omap4430 es2.3

2011-11-07 Thread David Anders
on silicon errata for omap4430 revisions can be found at http://focus.ti.com/pdfs/wtbu/swpz009D.pdf Signed-off-by: David Anders x0132...@ti.com --- arch/arm/mach-omap2/id.c |6 -- arch/arm/plat-omap/include/plat/cpu.h |1 + 2 files changed, 5 insertions(+), 2 deletions

[PATCH] omap4: i2c: add post idle reset registers flag

2011-11-07 Thread David Anders
omap44xx i2c devices need to have the registers reset post idle similar to omap3xxx devices. this adds the additional flag for OMAP_I2C_FLAG_RESET_REGS_POSTIDLE to the omap44xx i2c_dev_attr. Signed-off-by: David Anders x0132...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c |3 ++- 1

[PATCH v2] omap4: i2c: add post idle reset registers flag

2011-11-07 Thread David Anders
omap44xx i2c devices need to have the registers reset post idle similar to omap3xxx devices. this adds the additional flag for OMAP_I2C_FLAG_RESET_REGS_POSTIDLE to the omap44xx i2c_dev_attr. Signed-off-by: David Anders x0132...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c |3 ++- 1

[PATCH] OMAP4: PandaBoard: remove unused power regulators

2011-03-15 Thread David Anders
of the unused power regulators of VUSIM and VAUX1. Signed-off-by: David Anders x0132...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c | 28 1 files changed, 0 insertions(+), 28 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach

Re: Open issues after 2.6.38 merge window

2011-01-14 Thread David Anders
Tony, i've been testing the 2.6.37 kernel on ES2.0, ES2.1, ES2.2 using the following: x-loader: git://gitorious.org/x-loader/x-loader.git branch: master 6f3a261 omap1: remove support for 1710 and 1510 defconfig: omap4430panda_config U-boot: git://git.denx.de/u-boot.git tag: v2010.12

Re: BeagleBoard stops at booting kernel with 2.6.37-rc5

2010-12-16 Thread David Anders
Elvis, please enable earlyprintk in your kernel config and add earlyprintk to your boot args. this will provide a more detailed boot log even if the tty is incorrect. Dave On 12/16/2010 02:19 PM, Elvis Dowson wrote: Hi, I'm working with linux mainline 2.6.37-rc5 and my custom

Re: [PATCH] OMAP4: Pandaboard: Fixing MMC card detect gpio line

2010-12-08 Thread David Anders
Menon Signed-off-by: Kishore Kadiyalakishore.kadiy...@ti.com Signed-off-by: Raghuveer Murthyraghuveer.mur...@ti.com Acked-by: Nishanth Menonn...@ti.com Tested-by: David Anders x0132...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |1 + 1 files changed, 1 insertions(+), 0

[PATCH 0/3] omap4: pandaboard: machine cleanups

2010-10-07 Thread David Anders
PandaBoard machine file related cleanups. David Anders (3): omap4: pandaboard: remove unused hsmmc definition omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set omap4: pandaboard: enable the ehci port on pandaboard arch/arm/mach-omap2/board-omap4panda.c | 69

[PATCH 1/3] omap4: pandaboard: remove unused hsmmc definition

2010-10-07 Thread David Anders
remove the second hsmmc definition as it is only used on the expansion header of the PandaBoard and can be mux for other functions. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |6 +- 1 files changed, 1

[PATCH 3/3] omap4: pandaboard: enable the ehci port on pandaboard

2010-10-07 Thread David Anders
The OMAP4 PandaBoard has EHCI port1 hooked up to an external SMSC3320 transciever. GPIO 1 is used to power on the transceiver and GPIO 62 for reset on the transceiver. Signed-off-by: David Anders x0132...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c | 54

[PATCH 2/3] omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set

2010-10-07 Thread David Anders
Avoid possible crash if CONFIG_MMC_OMAP_HS is not set. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board

Re: [PATCH 0/4] omap4: pandaboard: machine cleanups

2010-10-06 Thread David Anders
Tony, must have missed this request, i'll repost now thanks Dave On 10/06/2010 03:56 PM, Tony Lindgren wrote: * Tony Lindgrent...@atomide.com [100927 15:22]: * David Andersx0132...@ti.com [100921 14:15]: PandaBoard machine file related cleanups. David Anders (4): omap4

[PATCH 4/4] omap4: pandaboard: enable the ehci port on pandaboard

2010-10-06 Thread David Anders
The OMAP4 PandaBoard has EHCI port1 hooked up to an external SMSC3320 transciever. GPIO 1 is used to power on the transceiver and GPIO 62 for reset on the transceiver. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board

[PATCH 0/4] omap4: pandaboard: machine cleanups

2010-10-06 Thread David Anders
PandaBoard machine file related cleanups. David Anders (4): omap4: pandaboard: remove unused hsmmc definition omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set omap4: pandaboard: Adding card detect support for MMC1 omap4: pandaboard: enable the ehci port on pandaboard

[PATCH 1/4] omap4: pandaboard: remove unused hsmmc definition

2010-10-06 Thread David Anders
remove the second hsmmc definition as it is only used on the expansion header of the PandaBoard and can be mux for other functions. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |6 +- 1 files changed, 1

[PATCH 2/4] omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set

2010-10-06 Thread David Anders
Avoid possible crash if CONFIG_MMC_OMAP_HS is not set. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board

[PATCH 3/4] omap4: pandaboard: Adding card detect support for MMC1

2010-10-06 Thread David Anders
Adding card detect callback function and card detect configuration function for MMC1 Controller. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- patch depends on https://patchwork.kernel.org/patch/189952/ arch/arm/mach-omap2/board-omap4panda.c |7

[PATCH 3/4] omap4: pandaboard: Adding card detect support for MMC1

2010-10-06 Thread David Anders
Adding card detect callback function and card detect configuration function for MMC1 Controller. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- patch depends on https://patchwork.kernel.org/patch/189952/ arch/arm/mach-omap2/board-omap4panda.c |7

[PATCH 4/4] omap4: pandaboard: enable the ehci port on pandaboard

2010-10-06 Thread David Anders
The OMAP4 PandaBoard has EHCI port1 hooked up to an external SMSC3320 transciever. GPIO 1 is used to power on the transceiver and GPIO 62 for reset on the transceiver. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board

[PATCH 2/4] omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set

2010-10-06 Thread David Anders
Avoid possible crash if CONFIG_MMC_OMAP_HS is not set. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board

[PATCH 0/4] omap4: pandaboard: machine cleanups

2010-10-06 Thread David Anders
PandaBoard machine file related cleanups. David Anders (4): omap4: pandaboard: remove unused hsmmc definition omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set omap4: pandaboard: Adding card detect support for MMC1 omap4: pandaboard: enable the ehci port on pandaboard

[PATCH 1/4] omap4: pandaboard: remove unused hsmmc definition

2010-10-06 Thread David Anders
remove the second hsmmc definition as it is only used on the expansion header of the PandaBoard and can be mux for other functions. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |6 +- 1 files changed, 1

Re: [PATCH 3/4] omap4: pandaboard: Adding card detect support for MMC1

2010-09-22 Thread David Anders
On 09/22/2010 03:43 AM, Gadiyar, Anand wrote: On Wed, Sep 22, 2010 at 12:58 PM, Bryan Wubryan...@canonical.com wrote: On Wed, Sep 22, 2010 at 5:24 AM, David Andersx0132...@ti.com wrote: Adding card detect callback function and card detect configuration function for MMC1 Controller.

[PATCH 1/4] omap4: pandaboard: remove unused hsmmc definition

2010-09-21 Thread David Anders
remove the second hsmmc definition as it is only used on the expansion header of the PandaBoard and can be mux for other functions. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |6 +- 1 files changed, 1

[PATCH 2/4] omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set

2010-09-21 Thread David Anders
Avoid possible crash if CONFIG_MMC_OMAP_HS is not set. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board-omap4panda.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board

[PATCH 3/4] omap4: pandaboard: Adding card detect support for MMC1

2010-09-21 Thread David Anders
Adding card detect callback function and card detect configuration function for MMC1 Controller. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- patch depends on https://patchwork.kernel.org/patch/189952/ arch/arm/mach-omap2/board-omap4panda.c |7

[PATCH 4/4] omap4: pandaboard: enable the ehci port on pandaboard

2010-09-21 Thread David Anders
The OMAP4 PandaBoard has EHCI port1 hooked up to an external SMSC3320 transciever. GPIO 1 is used to power on the transceiver and GPIO 62 for reset on the transceiver. Signed-off-by: David Anders x0132...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board

[PATCH 0/4] omap4: pandaboard: machine cleanups

2010-09-21 Thread David Anders
PandaBoard machine file related cleanups. David Anders (4): omap4: pandaboard: remove unused hsmmc definition omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set omap4: pandaboard: Adding card detect support for MMC1 omap4: pandaboard: enable the ehci port on pandaboard

[PATCH] Add OMAP4 Panda Support

2010-06-24 Thread David Anders
Add initial support for the OMAP4 based Panda Board. Signed-off-by: David Anders x0132...@ti.com --- arch/arm/mach-omap2/Kconfig|4 + arch/arm/mach-omap2/Makefile |2 + arch/arm/mach-omap2/board-omap4panda.c | 305 3 files changed

[PATCH] select NOP_USB_XCEIV for OMAP4

2010-06-23 Thread David Anders
Add select statement to force selection of NOP_USB_XCEIV for OMAP4. Signed-off-by: David Anders x0132...@ti.com --- drivers/usb/musb/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index cfd38ed..e4624bc 100644