Review comments are incorporated.
This series contains patches which does the following. 
        1. define TWL4030 rtc platform data which has msecure gpio line info
        2. initialise msecure gpio line from rtc driver
        3. twl core file passes rtc platform data from board file to rtc driver
        4. Board files handle mux configuration of msecure gpio line

This series applies on top of linux-2.6.31-rc5.

CharuLatha (4):

        [PATCH 1/4] RTC platform data structure defined
        [PATCH 2/4] RTC msecure initialization
        [PATCH 3/4] handling rtc platform data
        [PATCH 4/4] board files do msecure line mux configuration


Signed-off-by: Charulatha V <ch...@ti.com>
---
 include/linux/i2c/twl4030.h           |    5 +++++
 drivers/rtc/rtc-twl4030.c             |   38 
+++++++++++++++++++++++++++++++++++++-
 drivers/mfd/twl4030-core.c            |    2 +-
 arch/arm/mach-omap2/board-2430sdp.c   |    7 +++++++
 arch/arm/mach-omap2/board-3430sdp.c   |   18 +++++++++++++++++-
 arch/arm/mach-omap2/board-ldp.c       |   19 +++++++++++++++++++
 arch/arm/mach-omap2/mux.c             |    5 +++++
 arch/arm/plat-omap/include/mach/mux.h |    2 ++
 
 8 files changed, 93 insertions(+), 3 deletions(-)
--
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