summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: eth: add Realtek RTL8152B/RTL8153 DRIVERTed Chen2016-01-235-0/+3075
* usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check boundsStefan Brüns2016-01-231-10/+19
* usb: dwc2: Add SPLIT INTERRUPT transaction supportStefan Brüns2016-01-232-5/+24
* usb: dwc2: Implement SPLIT transaction supportStefan Brüns2016-01-231-15/+66
* usb: dwc2: add helper function for setting SPLIT HC registersStefan Brüns2016-01-231-1/+14
* usb: dwc2: split transfer core from outer loopStefan Brüns2016-01-231-48/+64
* usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ackStefan Brüns2016-01-231-23/+17
* usb: dwc2: Fix out-of-bounds access, fix chunk sizeStefan Brüns2016-01-231-15/+15
* rockchip: spl: Support full-speed CPU in SPLSimon Glass2016-01-211-0/+56
* rockchip: rk3288: pinctrl: Fix HDMI pinctrlSimon Glass2016-01-211-0/+2
* rockchip: rk3288: clock: Fix various minor errorsSimon Glass2016-01-211-8/+13
* rockchip: video: Add a video-output driverSimon Glass2016-01-212-1/+347
* rockchip: video: Add a display driver for rockchip eDPSimon Glass2016-01-212-1/+1086
* rockchip: video: Add a display driver for rockchip HDMISimon Glass2016-01-214-0/+952
* rockchip: clk: Add support for clocks needed by the displaysSimon Glass2016-01-211-4/+170
* rockchip: Rename the CRU_MODE_CON fieldsSimon Glass2016-01-211-30/+9
* dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass2016-01-216-57/+71
* video: panel: Add a simple panel driverSimon Glass2016-01-212-1/+100
* dm: panel: Add a panel uclassSimon Glass2016-01-212-0/+26
* dm: backlight: Add a driver for a PWM backlightSimon Glass2016-01-212-0/+137
* dm: backlight: Add a backlight uclassSimon Glass2016-01-212-0/+26
* pwm: rockchip: Add a PWM driver for Rockchip SoCsSimon Glass2016-01-213-0/+113
* dm: pwm: Add a PWM uclassSimon Glass2016-01-214-0/+49
* video: bridge: Allow GPIOs to be optionalSimon Glass2016-01-211-4/+7
* video: Add a function to control cache flushingSimon Glass2016-01-211-0/+7
* video: Name consoles by their numberSimon Glass2016-01-211-1/+6
* rockchip: spi: Remove the explicit pinctrl settingSimon Glass2016-01-211-26/+2
* rockchip: spi: Correct chip-enable codeSimon Glass2016-01-211-1/+6
* rockchip: spi: Implement the delaysSimon Glass2016-01-211-4/+23
* 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-212-0/+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
* 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-211-2/+2
* dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass2016-01-211-0/+10
* 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
* 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
OpenPOWER on IntegriCloud