mbox series

[U-Boot,v3,0/6] arm: ti: misc updates and bug fixes

Message ID 20171228151003.19500-1-lokeshvutla@ti.com
Headers show
Series arm: ti: misc updates and bug fixes | expand

Message

Lokesh Vutla Dec. 28, 2017, 3:09 p.m. UTC
This series consolidates few bug fixes on TI platforms.

Changes since v2:
- Added a new patch for making in file structures static.

Lokesh Vutla (4):
  configs: k2g_evm: Allocate more space for u-boot
  tools: omapimage: Fix mismatch of image size in header
  arm: am33xx: Avoid writing into reserved DPLL divider
  board: ti: k2g: Make ddr3* declarations as static

Rex Chang (1):
  board: ti: K2G FC SoC 1GHz and DDR3 1066 MT/s support

Tomi Valkeinen (1):
  board: ti: dra76: mux wakeup2 as gpio1_2

 arch/arm/mach-keystone/include/mach/hardware.h |  3 ++
 arch/arm/mach-keystone/init.c                  | 17 ++++++-
 arch/arm/mach-omap2/am33xx/clock_am33xx.c      | 12 ++---
 board/ti/dra7xx/mux_data.h                     |  2 +-
 board/ti/ks2_evm/board.h                       |  4 ++
 board/ti/ks2_evm/board_k2g.c                   | 32 ++++++++++---
 board/ti/ks2_evm/ddr3_k2g.c                    | 65 +++++++++++++++++++++++---
 board/ti/ks2_evm/mux-k2g.h                     |  2 +-
 include/configs/k2g_evm.h                      |  6 ++-
 tools/omapimage.c                              |  2 +-
 10 files changed, 119 insertions(+), 26 deletions(-)

Comments

Lokesh Vutla Jan. 18, 2018, 2:07 p.m. UTC | #1
On Thursday 28 December 2017 08:39 PM, Lokesh Vutla wrote:
> This series consolidates few bug fixes on TI platforms.

Gentle Ping. If there are no further comments, can this series be merged ?

Thanks and regards,
Lokesh

> 
> Changes since v2:
> - Added a new patch for making in file structures static.
> 
> Lokesh Vutla (4):
>   configs: k2g_evm: Allocate more space for u-boot
>   tools: omapimage: Fix mismatch of image size in header
>   arm: am33xx: Avoid writing into reserved DPLL divider
>   board: ti: k2g: Make ddr3* declarations as static
> 
> Rex Chang (1):
>   board: ti: K2G FC SoC 1GHz and DDR3 1066 MT/s support
> 
> Tomi Valkeinen (1):
>   board: ti: dra76: mux wakeup2 as gpio1_2
> 
>  arch/arm/mach-keystone/include/mach/hardware.h |  3 ++
>  arch/arm/mach-keystone/init.c                  | 17 ++++++-
>  arch/arm/mach-omap2/am33xx/clock_am33xx.c      | 12 ++---
>  board/ti/dra7xx/mux_data.h                     |  2 +-
>  board/ti/ks2_evm/board.h                       |  4 ++
>  board/ti/ks2_evm/board_k2g.c                   | 32 ++++++++++---
>  board/ti/ks2_evm/ddr3_k2g.c                    | 65 +++++++++++++++++++++++---
>  board/ti/ks2_evm/mux-k2g.h                     |  2 +-
>  include/configs/k2g_evm.h                      |  6 ++-
>  tools/omapimage.c                              |  2 +-
>  10 files changed, 119 insertions(+), 26 deletions(-)
>