on the following we have section mismatch fixes,
compile fix to board-nokia770.c, compile fix to sossi.c,
compile fix to hwa742.c, compile fix to tahvo-usb.c
and a few cleanups to cbus driver.

It's compile tested only as I don't have 770s or n8x0 with
the development jig available right now, so please, if you
have any of those boards dusting around, test the following
patches.

(looks like everything is compiling fine now)

Felipe Balbi (10):
  arm: omap1: clock: fix section mismatch
  arm: omap: n770: make it build again
  video: omap: sossi: make it build again
  video: omap: hwa742: make it build again
  cbus: tahvo-usb: make it build again
  cbus: switch to kzalloc
  cbus: move EXPORT_SYMBOL close to its exported symbols
  cbus: separate into several MODULE_AUTHOR entries
  cbus: move to platform_driver
  cbus: add platform_data to pass gpios

 arch/arm/mach-omap1/board-nokia770.c   |   18 +++++++-
 arch/arm/mach-omap1/clock.c            |    2 +-
 arch/arm/mach-omap2/board-n8x0.c       |   18 +++++++
 arch/arm/plat-omap/include/plat/cbus.h |   31 +++++++++++++
 drivers/cbus/cbus.c                    |   77 ++++++++++++++++++--------------
 drivers/cbus/tahvo-usb.c               |   12 +++---
 drivers/video/omap/hwa742.c            |    1 +
 drivers/video/omap/sossi.c             |    1 +
 8 files changed, 119 insertions(+), 41 deletions(-)
 create mode 100644 arch/arm/plat-omap/include/plat/cbus.h

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to