aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-25serial: Remove serial_putc_raw_devTom Rini1-11/+0
2016-01-24x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass1-0/+24
2016-01-24x86: i2c: Add a stub driver for Intel I2C/SMbusSimon Glass3-0/+61
2016-01-24ahci: Add a disk-controller uclassSimon Glass3-0/+24
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass3-7/+147
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass1-12/+19
2016-01-24dm: usb: Add a compatible string for PCI EHCI controllerSimon Glass1-0/+6
2016-01-24dm: core: Display the error number when driver binding failsSimon Glass1-1/+2
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass1-116/+36
2016-01-24spi: ich: Separate out the read/write trace from normal debuggingSimon Glass1-9/+15
2016-01-24dm: x86: Add a driver for Intel PCH9Simon Glass2-0/+44
2016-01-24dm: x86: Add a driver for Intel PCH7Simon Glass2-0/+62
2016-01-24dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass3-0/+68
2016-01-24dm: pci: Avoid using pci_bus_to_hose() in the uclassSimon Glass1-7/+7
2016-01-24dm: pci: Add a function to write a BARSimon Glass1-0/+8
2016-01-24dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass3-15/+28
2016-01-21rockchip: spl: Support full-speed CPU in SPLSimon Glass1-0/+56
2016-01-21rockchip: rk3288: pinctrl: Fix HDMI pinctrlSimon Glass1-0/+2
2016-01-21rockchip: rk3288: clock: Fix various minor errorsSimon Glass1-8/+13
2016-01-21rockchip: video: Add a video-output driverSimon Glass2-1/+347
2016-01-21rockchip: video: Add a display driver for rockchip eDPSimon Glass2-1/+1086
2016-01-21rockchip: video: Add a display driver for rockchip HDMISimon Glass4-0/+952
2016-01-21rockchip: clk: Add support for clocks needed by the displaysSimon Glass1-4/+170
2016-01-21rockchip: Rename the CRU_MODE_CON fieldsSimon Glass1-30/+9
2016-01-21dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass6-57/+71
2016-01-21video: panel: Add a simple panel driverSimon Glass2-1/+100
2016-01-21dm: panel: Add a panel uclassSimon Glass2-0/+26
2016-01-21dm: backlight: Add a driver for a PWM backlightSimon Glass2-0/+137
2016-01-21dm: backlight: Add a backlight uclassSimon Glass2-0/+26
2016-01-21pwm: rockchip: Add a PWM driver for Rockchip SoCsSimon Glass3-0/+113
2016-01-21dm: pwm: Add a PWM uclassSimon Glass4-0/+49
2016-01-21video: bridge: Allow GPIOs to be optionalSimon Glass1-4/+7
2016-01-21video: Add a function to control cache flushingSimon Glass1-0/+7
2016-01-21video: Name consoles by their numberSimon Glass1-1/+6
2016-01-21rockchip: spi: Remove the explicit pinctrl settingSimon Glass1-26/+2
2016-01-21rockchip: spi: Correct chip-enable codeSimon Glass1-1/+6
2016-01-21rockchip: spi: Implement the delaysSimon Glass1-4/+23
2016-01-21rockchip: gpio: Implement the get_function() methodSimon Glass1-4/+36
2016-01-21rockchip: gpio: Read the GPIO value correctlySimon Glass1-1/+1
2016-01-21rockchip: pinctrl: Implement the get_gpio_mux() methodSimon Glass1-16/+52
2016-01-21rockchip: pinctrl: Reduce the size for SPLSimon Glass1-3/+17
2016-01-21rockchip: clk: Make rkclk_get_clk() SoC-specificSimon Glass2-0/+30
2016-01-21rockchip: spi: Correct the bus init codeSimon Glass1-2/+2
2016-01-21rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass1-1/+4
2016-01-21dm: clk: Add a simple version of clk_get_by_index()Simon Glass1-1/+17
2016-01-21dm: power: Allow regulators to not implement all operationsSimon Glass1-0/+2
2016-01-21dm: power: Tidy up debugging output and return valuesSimon Glass3-8/+19
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass1-2/+2
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass1-0/+10
2016-01-21dm: power: Allow regulators to be omitted from SPLSimon Glass4-2/+34