linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] cbus/retu drivers to mainline
@ 2012-08-28 21:34 Aaro Koskinen
  2012-08-28 21:34 ` [RFC PATCH 1/5] i2c: introduce i2c-cbus driver Aaro Koskinen
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Aaro Koskinen @ 2012-08-28 21:34 UTC (permalink / raw)
  To: linux-omap

Hi,

I would like to start converting cbus drivers from linux-omap cbus branch
for mainline inclusion. Currently e.g. watchdog support is missing at
least on Nokia N800, so you cannot run the mainline kernel for longer
than ~60 seconds (and there is no way to disable the watchdog).

My proposal is to make cbus an i2c bus driver. For other drivers, it
should be easier to find a proper place in the tree. Here's a first
quickly made attempt to provide watchdog driver functionality for
N800. Please comment.

Aaro Koskinen (5):
  i2c: introduce i2c-cbus driver
  mfd: introduce retu-mfd driver
  watchdog: introduce retu_wdt driver
  arm: omap: n8x0: add i2c-cbus platform data
  arm: omap: n8x0: enable retu

 arch/arm/mach-omap2/board-n8x0.c |   35 ++++
 drivers/i2c/busses/Kconfig       |   10 +
 drivers/i2c/busses/Makefile      |    1 +
 drivers/i2c/busses/i2c-cbus.c    |  342 ++++++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig              |    8 +
 drivers/mfd/Makefile             |    1 +
 drivers/mfd/retu-mfd.c           |  114 +++++++++++++
 drivers/watchdog/Kconfig         |   12 ++
 drivers/watchdog/Makefile        |    1 +
 drivers/watchdog/retu_wdt.c      |  191 +++++++++++++++++++++
 include/linux/i2c-cbus.h         |   27 +++
 include/linux/mfd/retu.h         |   20 +++
 12 files changed, 762 insertions(+), 0 deletions(-)
 create mode 100644 drivers/i2c/busses/i2c-cbus.c
 create mode 100644 drivers/mfd/retu-mfd.c
 create mode 100644 drivers/watchdog/retu_wdt.c
 create mode 100644 include/linux/i2c-cbus.h
 create mode 100644 include/linux/mfd/retu.h

-- 
1.7.2.5


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

end of thread, other threads:[~2012-09-19 15:30 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-28 21:34 [RFC PATCH 0/5] cbus/retu drivers to mainline Aaro Koskinen
2012-08-28 21:34 ` [RFC PATCH 1/5] i2c: introduce i2c-cbus driver Aaro Koskinen
2012-08-29 23:35   ` Tony Lindgren
     [not found]   ` <1346189667-32330-2-git-send-email-aaro.koskinen-X3B1VOXEql0@public.gmane.org>
2012-08-30 15:34     ` Felipe Balbi
2012-08-28 21:34 ` [RFC PATCH 2/5] mfd: introduce retu-mfd driver Aaro Koskinen
2012-08-29 23:37   ` Tony Lindgren
2012-08-30 15:36   ` Felipe Balbi
2012-09-19 15:30   ` Samuel Ortiz
2012-08-28 21:34 ` [RFC PATCH 3/5] watchdog: introduce retu_wdt driver Aaro Koskinen
2012-08-29 23:38   ` Tony Lindgren
2012-08-28 21:34 ` [RFC PATCH 4/5] arm: omap: n8x0: add i2c-cbus platform data Aaro Koskinen
2012-08-29 23:39   ` Tony Lindgren
2012-08-30 15:38   ` Felipe Balbi
2012-08-28 21:34 ` [RFC PATCH 5/5] arm: omap: n8x0: enable retu Aaro Koskinen
2012-08-29 23:40   ` Tony Lindgren
2012-08-30 15:39   ` Felipe Balbi
2012-08-29 23:28 ` [RFC PATCH 0/5] cbus/retu drivers to mainline Tony Lindgren
2012-08-30 15:39 ` Felipe Balbi

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).