summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-01-25serial: Remove serial_putc_raw_devTom Rini
2016-01-24x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass
2016-01-24x86: i2c: Add a stub driver for Intel I2C/SMbusSimon Glass
2016-01-24ahci: Add a disk-controller uclassSimon Glass
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass
2016-01-24dm: syscon: Allow finding devices by driver dataSimon Glass
2016-01-24dm: usb: Add a compatible string for PCI EHCI controllerSimon Glass
2016-01-24dm: core: Display the error number when driver binding failsSimon Glass
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass
2016-01-24spi: ich: Separate out the read/write trace from normal debuggingSimon Glass
2016-01-24dm: x86: Add a driver for Intel PCH9Simon Glass
2016-01-24dm: x86: Add a driver for Intel PCH7Simon Glass
2016-01-24dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass
2016-01-24dm: pci: Avoid using pci_bus_to_hose() in the uclassSimon Glass
2016-01-24dm: pci: Add a function to write a BARSimon Glass
2016-01-24dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass
2016-01-21rockchip: spl: Support full-speed CPU in SPLSimon Glass
2016-01-21rockchip: rk3288: pinctrl: Fix HDMI pinctrlSimon Glass
2016-01-21rockchip: rk3288: clock: Fix various minor errorsSimon Glass
2016-01-21rockchip: video: Add a video-output driverSimon Glass
2016-01-21rockchip: video: Add a display driver for rockchip eDPSimon Glass
2016-01-21rockchip: video: Add a display driver for rockchip HDMISimon Glass
2016-01-21rockchip: clk: Add support for clocks needed by the displaysSimon Glass
2016-01-21rockchip: Rename the CRU_MODE_CON fieldsSimon Glass
2016-01-21dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass
2016-01-21video: panel: Add a simple panel driverSimon Glass
2016-01-21dm: panel: Add a panel uclassSimon Glass
2016-01-21dm: backlight: Add a driver for a PWM backlightSimon Glass
2016-01-21dm: backlight: Add a backlight uclassSimon Glass
2016-01-21pwm: rockchip: Add a PWM driver for Rockchip SoCsSimon Glass
2016-01-21dm: pwm: Add a PWM uclassSimon Glass
2016-01-21video: bridge: Allow GPIOs to be optionalSimon Glass
2016-01-21video: Add a function to control cache flushingSimon Glass
2016-01-21video: Name consoles by their numberSimon Glass
2016-01-21rockchip: spi: Remove the explicit pinctrl settingSimon Glass
2016-01-21rockchip: spi: Correct chip-enable codeSimon Glass
2016-01-21rockchip: spi: Implement the delaysSimon Glass
2016-01-21rockchip: gpio: Implement the get_function() methodSimon Glass
2016-01-21rockchip: gpio: Read the GPIO value correctlySimon Glass
2016-01-21rockchip: pinctrl: Implement the get_gpio_mux() methodSimon Glass
2016-01-21rockchip: pinctrl: Reduce the size for SPLSimon Glass
2016-01-21rockchip: clk: Make rkclk_get_clk() SoC-specificSimon Glass
2016-01-21rockchip: spi: Correct the bus init codeSimon Glass
2016-01-21rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass
2016-01-21dm: clk: Add a simple version of clk_get_by_index()Simon Glass
2016-01-21dm: power: Allow regulators to not implement all operationsSimon Glass
2016-01-21dm: power: Tidy up debugging output and return valuesSimon Glass
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass
2016-01-21dm: power: Allow regulators to be omitted from SPLSimon Glass