Re: [U-Boot] [PATCH v5 17/41] rockchip: Add basic peripheral and clock definitions

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v5 17/41] rockchip: Add basic peripheral and clock definitions

2015-08-30 Thread Simon Glass
Add header files for the peripherals and clocks supported on Rockchip platforms. The particular implementation (and register set) for each is SoC-specific, but it seems that the naming can be generic. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Chan