summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rockchip: gpio: Implement the get_function() methodSimon Glass2016-01-211-4/+36
* rockchip: gpio: Read the GPIO value correctlySimon Glass2016-01-211-1/+1
* rockchip: pinctrl: Implement the get_gpio_mux() methodSimon Glass2016-01-211-16/+52
* rockchip: pinctrl: Reduce the size for SPLSimon Glass2016-01-211-3/+17
* rockchip: clk: Make rkclk_get_clk() SoC-specificSimon Glass2016-01-214-29/+30
* rockchip: spi: Correct the bus init codeSimon Glass2016-01-211-2/+2
* rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass2016-01-211-1/+4
* rockchip: reset: Use the rk_clr/setreg() interfaceSimon Glass2016-01-211-2/+2
* rockchip: sdram: Use the rk_clr/setreg() interfaceSimon Glass2016-01-211-4/+3
* dm: clk: Add a simple version of clk_get_by_index()Simon Glass2016-01-211-1/+17
* dm: power: Allow regulators to not implement all operationsSimon Glass2016-01-211-0/+2
* dm: power: Tidy up debugging output and return valuesSimon Glass2016-01-213-8/+19
* dm: core: Export uclass_find_device_by_of_offset()Simon Glass2016-01-212-2/+18
* dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass2016-01-212-0/+42
* dm: power: Allow regulators to be omitted from SPLSimon Glass2016-01-214-2/+34
* spi: Correct device tree usage in spi_flash_decode_fdt()Simon Glass2016-01-211-6/+3
* dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass2016-01-213-3/+12
* cros_ec: Disable the Chrome OS EC in SPLSimon Glass2016-01-211-0/+2
* gpio: Allow 's' as an abbreviation for 'status'Simon Glass2016-01-211-1/+1
* rockchip: jerry: Drop unused optionsSimon Glass2016-01-212-5/+2
* rockchip: Disable simple-bus in SPL for firefly-rk3288, jerrySimon Glass2016-01-212-0/+2
* rockchip: jerry: Enable the RK808 PMIC and regulatorSimon Glass2016-01-211-0/+2
* rockchip: Move firefly and jerry to use the full pinctrlSimon Glass2016-01-212-2/+0
* rockchip: pinctrl: Add a full pinctrl driverSimon Glass2016-01-211-1/+229
* rockchip: mmc: Update the driver to use the new clock IDSimon Glass2016-01-211-1/+1
* rockchip: spi: Avoid setting the pinctrl twiceSimon Glass2016-01-211-3/+6
* rockchip: spi: Update the driver to use the new clock IDSimon Glass2016-01-211-15/+17
* rockchip: i2c: Update the driver to use the new clock IDSimon Glass2016-01-211-16/+22
* rockchip: clock: Add a function to find a clock by IDSimon Glass2016-01-212-2/+34
* rockchip: clk: Add a function to get a peripheral clock rateSimon Glass2016-01-211-0/+37
* rockchip: clock: Rename the general clock variable to gclk_rateSimon Glass2016-01-211-12/+12
* rockchip: Use a separate clock ID for clocksSimon Glass2016-01-215-44/+50
* rockchip: jerry: Disable pmic-int-1 setup to avoid a hangSimon Glass2016-01-211-1/+4
* rockchip: Use pwrseq for MMC start-up on jerrySimon Glass2016-01-213-4/+13
* rockchip: Correct the defconfig orderSimon Glass2016-01-212-5/+5
* rockchip: mmc: Use a pwrseq device if availableSimon Glass2016-01-211-0/+47
* rockchip: Convert the PMU IOMUX registers into an arraySimon Glass2016-01-212-6/+10
* rockchip: Avoid using MMC code when not booting from MMCSimon Glass2016-01-211-0/+2
* dm: Add a power sequencing uclassSimon Glass2016-01-215-0/+62
* power: Add support for RK808 regulatorsSimon Glass2016-01-213-0/+311
* power: Add base support for the RK808 PMICSimon Glass2016-01-214-0/+183
* dts: Bring in pinctrl device tree bindingSimon Glass2016-01-211-0/+236
* dm: pmic: Add 'reg status' to show all regulatorsSimon Glass2016-01-211-10/+56
* dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass2016-01-212-0/+25
* dm: core: Don't set pinctrl for pinctrl devicesSimon Glass2016-01-211-2/+4
* rockchip: kylin: Store env in emmcJeffy Chen2016-01-211-0/+12
* rockchip: kylin: Check fastboot requestJeffy Chen2016-01-212-0/+35
* rockchip: kylin: Add default gpt partition tableJeffy Chen2016-01-211-0/+29
* rockchip: rk3036: Bind GPIO banksJeffy Chen2016-01-211-0/+8
* ARM: bootm: Try to use relocated ramdiskJeffy Chen2016-01-211-1/+11
OpenPOWER on IntegriCloud