linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] omap: dsp: make the driver actually work
@ 2010-10-04 16:09 Felipe Contreras
  2010-10-04 16:09 ` [PATCH 1/2] omap: add dsp platform device Felipe Contreras
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Felipe Contreras @ 2010-10-04 16:09 UTC (permalink / raw)
  To: linux-omap, linux-main
  Cc: Greg KH, Ohad Ben-Cohen, Tony Lindgren, Omar Ramirez Luna,
	Hiroshi Doyu, Felipe Contreras

Hi,

It seems the platform device was dropped from the migration of tidspbridge into
staging, plus the sdram meblock (previously bootmem) required for it work are
gone.

Withouth these patches the driver loads, but doesn't do anything.

A second issue with ioremap() still remains, but that can be solved by
reverting 309caa9.

I think these might be worth to get into 2.6.36, if not, I have versions with
more changes; cleanups and so on.

Tested on a Nokia N900.

Felipe Contreras (2):
  omap: add dsp platform device
  staging: tidspbridge: use omap_dsp_platform_data

 arch/arm/mach-omap2/Makefile                       |    4 +
 arch/arm/mach-omap2/dsp.c                          |   85 ++++++++++++++++++++
 arch/arm/plat-omap/common.c                        |    2 +
 arch/arm/plat-omap/devices.c                       |   30 +++++++
 arch/arm/plat-omap/include/plat/dsp.h              |   31 +++++++
 drivers/staging/tidspbridge/core/tiomap3430.c      |   14 ++--
 drivers/staging/tidspbridge/core/tiomap3430_pwr.c  |   14 ++--
 drivers/staging/tidspbridge/core/tiomap_io.c       |    4 +-
 .../tidspbridge/include/dspbridge/host_os.h        |   19 -----
 drivers/staging/tidspbridge/rmgr/drv_interface.c   |   10 ++-
 10 files changed, 177 insertions(+), 36 deletions(-)
 create mode 100644 arch/arm/mach-omap2/dsp.c
 create mode 100644 arch/arm/plat-omap/include/plat/dsp.h

-- 
1.7.3.1.2.g7fe2b

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-10-07  1:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-04 16:09 [PATCH 0/2] omap: dsp: make the driver actually work Felipe Contreras
2010-10-04 16:09 ` [PATCH 1/2] omap: add dsp platform device Felipe Contreras
2010-10-05 15:56   ` Greg KH
2010-10-05 16:28     ` Tony Lindgren
2010-10-05 19:04       ` Greg KH
2010-10-04 16:09 ` [PATCH 2/2] staging: tidspbridge: use omap_dsp_platform_data Felipe Contreras
2010-10-05 19:07 ` [PATCH 0/2] omap: dsp: make the driver actually work Greg KH
2010-10-05 19:23   ` Felipe Contreras
2010-10-05 19:52     ` Ramirez Luna, Omar
2010-10-05 20:02       ` Felipe Contreras
2010-10-05 20:09         ` Ramirez Luna, Omar
2010-10-05 21:05           ` Felipe Contreras
2010-10-07  1:32             ` Omar Ramirez Luna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).