All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] ARM: OMAP4+: Misc Cleanup
@ 2013-05-29 10:09 Lokesh Vutla
  2013-05-29 10:09 ` [U-Boot] [PATCH 1/3] ARM: OMAP4+: Cleanup header files Lokesh Vutla
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lokesh Vutla @ 2013-05-29 10:09 UTC (permalink / raw)
  To: u-boot

Misc cleanup.
And also adding a Generic bus init and write functions
for PMIC.
This series is applied on top of u-boot-ti:
git://git.denx.de/u-boot-ti.git

Lokesh Vutla (2):
  ARM: OMAP4+: Cleanup header files
  ARM: OMAP4+: pmic: Make generic bus init and write functions

Sricharan R (1):
  ARM: OMAP5: clocks: Do not enable sgx clocks

 arch/arm/cpu/armv7/omap-common/clocks-common.c |    6 ++---
 arch/arm/cpu/armv7/omap-common/vc.c            |   14 ++++++++++-
 arch/arm/cpu/armv7/omap4/hw_data.c             |   11 ++++++++-
 arch/arm/cpu/armv7/omap4/prcm-regs.c           |    3 +++
 arch/arm/cpu/armv7/omap5/hw_data.c             |    9 +++----
 arch/arm/cpu/armv7/omap5/prcm-regs.c           |    2 ++
 arch/arm/include/asm/arch-omap4/clocks.h       |   28 ---------------------
 arch/arm/include/asm/arch-omap4/cpu.h          |   12 ---------
 arch/arm/include/asm/arch-omap4/omap.h         |   14 -----------
 arch/arm/include/asm/arch-omap4/sys_proto.h    |    2 +-
 arch/arm/include/asm/arch-omap5/clocks.h       |   22 -----------------
 arch/arm/include/asm/arch-omap5/cpu.h          |   12 ---------
 arch/arm/include/asm/arch-omap5/omap.h         |   31 +-----------------------
 arch/arm/include/asm/arch-omap5/sys_proto.h    |    2 +-
 arch/arm/include/asm/omap_common.h             |    7 +++---
 board/ti/omap5_uevm/evm.c                      |   12 ++++++---
 board/ti/panda/panda.c                         |   20 +++++++++------
 board/ti/sdp4430/sdp.c                         |   16 +++++++-----
 drivers/usb/musb/omap3.c                       |    4 ++-
 19 files changed, 73 insertions(+), 154 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-05-29 13:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-29 10:09 [U-Boot] [PATCH 0/3] ARM: OMAP4+: Misc Cleanup Lokesh Vutla
2013-05-29 10:09 ` [U-Boot] [PATCH 1/3] ARM: OMAP4+: Cleanup header files Lokesh Vutla
2013-05-29 10:09 ` [U-Boot] [PATCH 2/3] ARM: OMAP5: clocks: Do not enable sgx clocks Lokesh Vutla
2013-05-29 12:40   ` Tom Rini
2013-05-29 13:17     ` Sricharan R
2013-05-29 10:09 ` [U-Boot] [PATCH 3/3] ARM: OMAP4+: pmic: Make generic bus init and write functions Lokesh Vutla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.