
Hi,
On 23 June 2015 at 15:38, Simon Glass sjg@chromium.org wrote:
This series adds several new uclasses. Some of these have been discussed for a while. All are fairly simple and just provide enough functionality for existing use cases. The following are included in this series:
- Clocks - setting and getting PLL and peripheral clocks
- Pinctrl - adjusting pin multiplexing settings
- Reset - reseting the board or SoC
- RAM - setting up RAM controllers and detecting the available RAM
- MMC - MMC controllers (using the existing block device framework)
- LEDs - turning LEDs on and off, with only a GPIO driver so far
Trivial support is also added for regmap and syscon controllers, modelled on how the kernel does this.
This builds on the SPL device tree support which was recently added.
I've started up a u-boot-dm/next tree again for the next release. I'm planning start applying patches from this soon, or at least the ones that don't need a respin. Please let me know if there are any more comments. I can still fix things after they are applied (basically drop patches and start again) but it is easier to get things right first time.
[snip]
Regards, Simon