[PATCH V2] OMAP4: Intialize IVA Device in addition to DSP device.

2011-03-12 Thread Shweta Gulati
OMAP4 has two different Devices IVA and DSP. DSP is bound with IVA for DVFS. The registration of IVA dev in API 'omap2_init_processor_devices' was missing. Init dev for 'iva_dev' is added. This also fixes the following error seen during boot as omap2_set_init_voltage can now find the iva device

Re: [PATCH] staging: tidspbridge: protect dmm_map properly

2011-03-12 Thread Greg KH
On Fri, Mar 11, 2011 at 06:29:06PM -0600, Omar Ramirez Luna wrote: Hi Greg, Please consider to apply this patch in the staging tree, as the description says it fixes a crash in tidspbridge driver, this bug was already present but it seems to have surfaced by recent tests made by Felipe and

Re: [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-12 Thread Vasiliy Kulikov
Vasiliy Kulikov (20):  mach-ux500: mbox-db5500: world-writable sysfs fifo file  leds: lp5521: world-writable sysfs engine* files  leds: lp5523: world-writable engine* sysfs files  misc: ep93xx_pwm: world-writable sysfs files  rtc: rtc-ds1511: world-writable sysfs nvram file  scsi: aic94xx:

[RFC PATCH 0/5] OMAP2+ / Panda implementation for async platform_data

2011-03-12 Thread Andy Green
The following series uses the - proposed platform support for async platform data http://marc.info/?l=linux-kernelm=129996915023642w=2 - proposed usb core and usbnet use of async platform data http://marc.info/?l=linux-kernelm=129996960824035w=2 in order to configure onboard USB -

[RFC PATCH 1/5] OMAP2+: Panda introduce async platform data definition

2011-03-12 Thread Andy Green
This is part of an RFC patch series introducing asynchronous platform data, which may be attached to discovered bus devices at probe time based on the device path. As part of the series, platform_data is enabled in usbnet layer. This patch defines the usbnet platform data, allowing the panda

[RFC PATCH 2/5] OMAP2+: add cpu id register to MAC address helper

2011-03-12 Thread Andy Green
Introduce a generic helper function that can set a MAC address using data from the OMAP unqiue CPU ID register. Signed-off-by: Andy Green andy.gr...@linaro.org --- arch/arm/mach-omap2/id.c | 13 + arch/arm/mach-omap2/include/mach/id.h |1 + 2 files changed, 14

[RFC PATCH 3/5] OMAP2+:Common CPU DIE ID reading code reads wrong registers for OMAP4430

2011-03-12 Thread Andy Green
This adapts the register offsets used to read the CPU DIE ID registers when run on 44XX so they match what is in the OMAP4430 Reference Manual page 269 Signed-off-by: Andy Green andy.gr...@linaro.org --- arch/arm/mach-omap2/id.c | 13 + 1 files changed, 13 insertions(+), 0

[RFC PATCH 4/5] OMAP2+: Set onboard Ethernet MAC address using unique CPU ID data

2011-03-12 Thread Andy Green
This is part of an RFC patch series introducing asynchronous platform data, which may be attached to discovered bus devices at probe time based on the device path. As part of the series, platform_data is enabled in usbnet layer. This patch used the usbnet platform data in the panda board

[RFC PATCH 5/5] USBNET: SMSC95XX: if mac set in platform data no need for random one

2011-03-12 Thread Andy Green
This is part of an RFC patch series introducing asynchronous platform data, which may be attached to discovered bus devices at probe time based on the device path. As part of the series, platform_data is enabled in usbnet layer. This patch allows smsc95xx usbnet driver to understand that the MAC

Re: [PATCH] staging: tidspbridge: protect dmm_map properly

2011-03-12 Thread Felipe Contreras
On Sat, Mar 12, 2011 at 7:36 PM, Greg KH g...@kroah.com wrote: On Fri, Mar 11, 2011 at 06:29:06PM -0600, Omar Ramirez Luna wrote: Please consider to apply this patch in the staging tree, as the description says it fixes a crash in tidspbridge driver, this bug was already present but it seems

Re: [RFC PATCH 1/5] OMAP2+: Panda introduce async platform data definition

2011-03-12 Thread Greg KH
On Sat, Mar 12, 2011 at 10:50:39PM +, Andy Green wrote: This is part of an RFC patch series introducing asynchronous platform data, which may be attached to discovered bus devices at probe time based on the device path. As part of the series, platform_data is enabled in usbnet layer.

Re: [PATCH] staging: tidspbridge: protect dmm_map properly

2011-03-12 Thread Greg KH
On Sun, Mar 13, 2011 at 01:42:35AM +0200, Felipe Contreras wrote: On Sat, Mar 12, 2011 at 7:36 PM, Greg KH g...@kroah.com wrote: On Fri, Mar 11, 2011 at 06:29:06PM -0600, Omar Ramirez Luna wrote: Please consider to apply this patch in the staging tree, as the description says it fixes a

[PATCH] OMAP4: PM: remove redundant #ifdef CONFIG_PM

2011-03-12 Thread Nishanth Menon
pm44xx.c is built only when CONFIG_PM is setup, remove redundant CONFIG_PM check. This also fixes: https://bugzilla.kernel.org/show_bug.cgi?id=25022 Reported-by: Martin Etti ettl.mar...@gmx.de Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/pm44xx.c |2 -- 1 files