public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] Set of various i.MX28 patches
@ 2012-02-26 22:15 Marek Vasut
  2012-02-26 22:15 ` [U-Boot] [PATCH 1/7] M28: Fix LCD PINMUX Marek Vasut
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Marek Vasut @ 2012-02-26 22:15 UTC (permalink / raw)
  To: u-boot

These patches fix random issues on the i.MX28 series.

Marek Vasut (4):
  M28: Fix LCD PINMUX
  M28: Support for the old M28 SoM v1.0
  i.MX28: Reformat the DRAM memory configuration data
  i.MX28: Enable additional DRAM address bits

Robert Delien (3):
  Renamed mx28_register to mx28_register_32 to prepare for
    mx28_register_8
  Introducing 8-bit wide register, mx28_register_8
  Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1
    registers

 arch/arm/cpu/arm926ejs/mx28/clock.c           |   74 +++-----
 arch/arm/cpu/arm926ejs/mx28/iomux.c           |    6 +-
 arch/arm/cpu/arm926ejs/mx28/mx28.c            |    6 +-
 arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c    |  112 ++++++-----
 arch/arm/include/asm/arch-mx28/regs-apbh.h    |  254 ++++++++++++------------
 arch/arm/include/asm/arch-mx28/regs-bch.h     |   42 ++--
 arch/arm/include/asm/arch-mx28/regs-clkctrl.h |   98 ++++------
 arch/arm/include/asm/arch-mx28/regs-common.h  |   28 ++-
 arch/arm/include/asm/arch-mx28/regs-gpmi.h    |   26 ++--
 arch/arm/include/asm/arch-mx28/regs-i2c.h     |   28 ++--
 arch/arm/include/asm/arch-mx28/regs-ocotp.h   |   86 ++++----
 arch/arm/include/asm/arch-mx28/regs-pinctrl.h |  168 ++++++++--------
 arch/arm/include/asm/arch-mx28/regs-power.h   |   28 ++--
 arch/arm/include/asm/arch-mx28/regs-rtc.h     |   28 ++--
 arch/arm/include/asm/arch-mx28/regs-ssp.h     |   40 ++--
 arch/arm/include/asm/arch-mx28/regs-timrot.h  |   38 ++--
 arch/arm/include/asm/arch-mx28/regs-usbphy.h  |   20 +-
 arch/arm/include/asm/arch-mx28/sys_proto.h    |   10 +-
 board/denx/m28evk/spl_boot.c                  |   16 +-
 drivers/gpio/mxs_gpio.c                       |   16 +-
 drivers/usb/host/ehci-mxs.c                   |    8 +-
 21 files changed, 562 insertions(+), 570 deletions(-)

-- 
1.7.9

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

end of thread, other threads:[~2012-03-09 13:39 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26 22:15 [U-Boot] [PATCH 0/7] Set of various i.MX28 patches Marek Vasut
2012-02-26 22:15 ` [U-Boot] [PATCH 1/7] M28: Fix LCD PINMUX Marek Vasut
2012-03-03  9:06   ` Stefano Babic
2012-02-26 22:15 ` [U-Boot] [PATCH 2/7] M28: Support for the old M28 SoM v1.0 Marek Vasut
2012-03-03  9:07   ` Stefano Babic
2012-02-26 22:15 ` [U-Boot] [PATCH 3/7] i.MX28: Reformat the DRAM memory configuration data Marek Vasut
2012-03-03  9:09   ` Stefano Babic
2012-02-26 22:15 ` [U-Boot] [PATCH 4/7] i.MX28: Enable additional DRAM address bits Marek Vasut
2012-03-01 15:22   ` Fabio Estevam
2012-03-01 18:34     ` Marek Vasut
2012-03-01 18:39       ` Fabio Estevam
2012-03-01 18:52         ` Marek Vasut
2012-03-03 10:21           ` Stefano Babic
2012-03-03 12:02             ` Marek Vasut
2012-03-09 13:39   ` Stefano Babic
2012-02-26 22:15 ` [U-Boot] [PATCH 5/7] Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8 Marek Vasut
2012-03-03  9:13   ` Stefano Babic
2012-02-26 22:15 ` [U-Boot] [PATCH 6/7] Introducing 8-bit wide register, mx28_register_8 Marek Vasut
2012-03-03  9:14   ` Stefano Babic
2012-02-26 22:15 ` [U-Boot] [PATCH 7/7] Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 registers Marek Vasut
2012-03-03  9:16   ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox