Commit Graph

8396 Commits (d4bf91ada110aeb26f844cbe95cdb9b1ddb87f19)

Author SHA1 Message Date
Simon Glass d4bf91ada1 video: bridge: Allow GPIOs to be optional 9 years ago
Simon Glass 68dcdc99c5 video: Add a function to control cache flushing 9 years ago
Simon Glass f1a1247d89 video: Name consoles by their number 9 years ago
Simon Glass 90a28470fc rockchip: spi: Remove the explicit pinctrl setting 9 years ago
Simon Glass e15af8e2cd rockchip: spi: Correct chip-enable code 9 years ago
Simon Glass 183a3a0f67 rockchip: spi: Implement the delays 9 years ago
Simon Glass 486478282e rockchip: gpio: Implement the get_function() method 9 years ago
Simon Glass 7d0c2c3feb rockchip: gpio: Read the GPIO value correctly 9 years ago
Simon Glass 78a10b6656 rockchip: pinctrl: Implement the get_gpio_mux() method 9 years ago
Simon Glass 63c52648e4 rockchip: pinctrl: Reduce the size for SPL 9 years ago
Simon Glass 5ddf5d7705 rockchip: clk: Make rkclk_get_clk() SoC-specific 9 years ago
Simon Glass 2b9fe111ec rockchip: spi: Correct the bus init code 9 years ago
Simon Glass 28a943c110 rockchip: spi: Remember the last speed to avoid re-setting it 9 years ago
Simon Glass a4b10c088c dm: clk: Add a simple version of clk_get_by_index() 9 years ago
Simon Glass 364809de31 dm: power: Allow regulators to not implement all operations 9 years ago
Simon Glass 7d5779993d dm: power: Tidy up debugging output and return values 9 years ago
Simon Glass 1b30d61d78 dm: core: Export uclass_find_device_by_of_offset() 9 years ago
Simon Glass 77eaa19e73 dm: pinctrl: Add a way for a GPIO driver to obtain a pin function 9 years ago
Simon Glass 1f2b4b06ae dm: power: Allow regulators to be omitted from SPL 9 years ago
Simon Glass d178a1c5b2 spi: Correct device tree usage in spi_flash_decode_fdt() 9 years ago
Simon Glass 4082fce924 dm: i2c: Allow muxes to be enabled for SPL separately 9 years ago
Simon Glass d7248c42f1 cros_ec: Disable the Chrome OS EC in SPL 9 years ago
Simon Glass bea705c993 rockchip: pinctrl: Add a full pinctrl driver 9 years ago
Simon Glass 342999f9b3 rockchip: mmc: Update the driver to use the new clock ID 9 years ago
Simon Glass 6d97786b4c rockchip: spi: Avoid setting the pinctrl twice 9 years ago
Simon Glass 71037d1ca0 rockchip: spi: Update the driver to use the new clock ID 9 years ago
Simon Glass 930bc37423 rockchip: i2c: Update the driver to use the new clock ID 9 years ago
Simon Glass 64b7faa7f9 rockchip: clock: Add a function to find a clock by ID 9 years ago
Simon Glass 4f43673e5a rockchip: clk: Add a function to get a peripheral clock rate 9 years ago
Simon Glass 542635a0cf rockchip: clock: Rename the general clock variable to gclk_rate 9 years ago
Simon Glass 898d64395c rockchip: Use a separate clock ID for clocks 9 years ago
Simon Glass e1efec4e0a rockchip: mmc: Use a pwrseq device if available 9 years ago
Simon Glass a4275f5e52 rockchip: Convert the PMU IOMUX registers into an array 9 years ago
Simon Glass 5fd6badbd2 dm: Add a power sequencing uclass 9 years ago
Simon Glass e1227764cd power: Add support for RK808 regulators 9 years ago
Simon Glass 2a4febfd91 power: Add base support for the RK808 PMIC 9 years ago
Simon Glass 52db39a22b dm: pinctrl: Add a function to parse PIN_CONFIG flags 9 years ago
Simon Glass 0379597e55 dm: core: Don't set pinctrl for pinctrl devices 9 years ago
Jeffy Chen 9d19e5d3da rockchip: rk3036: Bind GPIO banks 9 years ago
Simon Glass e70cc43831 dm: clk: Add support for decoding clocks from the device tree 9 years ago
Masahiro Yamada b21e20b255 clk: add fixed rate clock driver 9 years ago
Jelle van der Waa 9d0826879e sunxi: Add support for the I2C controller which is part of the PRCM 9 years ago
Hans de Goede 904dfbfd67 i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs 9 years ago
Simon Glass 3c97c4fb52 dm: video: test: Add tests for the video uclass 9 years ago
Simon Glass 3ade5bc4dc dm: video: sandbox: Convert sandbox to use driver model for video 9 years ago
Simon Glass 1e69ad014c sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig 9 years ago
Simon Glass b01c7923e3 dm: video: Implement the bmp command for driver model 9 years ago
Simon Glass b5146b2811 dm: video: Add a driver for a rotated text console 9 years ago
Simon Glass 72cded9ec0 dm: video: Add a 'normal' text console driver 9 years ago
Simon Glass 83510766c9 dm: video: Add a uclass for the text console 9 years ago