[PATCH 0/4] enable CM-T35 platform in Ubuntu kernel

Mike Rapoport mike at compulab.co.il
Thu Apr 29 12:08:25 UTC 2010


The below patches allow enabling of OMAP3-based CM-T35 platform in
ti-omap flavor of Ubuntu Lucid kernel. They are related to Bug 571663 ([1]).

The regulator patches are required for proper display operation and
they are picked from 2.6.34-rc series.

The fix for BeagleBoard should allow booting it despite
CONFIG_OMAP_MUX enabled (utested).

Please CC me in replies, I'm not subsribed to the list

--
[1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/571663
--

Mark Brown (2):
  regulator: Assume regulators are enabled if they don't report
    anything
  regulator: Provide optional dummy regulator for consumers

Mike Rapoport (2):
  omap3: cm-t35: add DSS2 display support
  OMAP3: beagle: make beagleboard boot with CONFIG_OMAP_MUX

 arch/arm/mach-omap2/board-cm-t35.c      |  239 ++++++++++++++++++++++++++++++-
 arch/arm/mach-omap2/board-omap3beagle.c |    8 +
 arch/arm/mach-omap2/mux.c               |    3 +
 drivers/regulator/Kconfig               |   11 ++
 drivers/regulator/Makefile              |    1 +
 drivers/regulator/core.c                |   31 ++++-
 drivers/regulator/dummy.c               |   66 +++++++++
 drivers/regulator/dummy.h               |   31 ++++
 8 files changed, 386 insertions(+), 4 deletions(-)
 create mode 100644 drivers/regulator/dummy.c
 create mode 100644 drivers/regulator/dummy.h





More information about the kernel-team mailing list