summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-07-11dm: serial: ns16550: Convert to livetreeSimon Glass
2017-07-11video: simple-panel: Add a little more debuggingSimon Glass
2017-07-11dm: video: Update pwm_backlight to support livetreeSimon Glass
2017-07-11dm: video: Sync display on backspaceSimon Glass
2017-07-11tegra: video: Time the LCD initSimon Glass
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass
2017-07-11dm: scsi: Drop scsi_init() when driver model is usedSimon Glass
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass
2017-07-11dm: scsi: Adjust return value of scsi_exec()Simon Glass
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass
2017-07-11dm: ahci: Create a local version of two SCSI functionsSimon Glass
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass
2017-07-11dm: ahci: Drop use of probe_entSimon Glass
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass
2017-07-11dm: ahci: Move common code for starting ports into a functionSimon Glass
2017-07-11dm: scsi: Indent the confusing #ifdefsSimon Glass
2017-07-11dm: ahci: Refactor to avoid static variablesSimon Glass
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass
2017-07-11dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-07-11scsi: Drop scsi_print_error()Simon Glass
2017-07-11scsi: Drop sym53c8xx driverSimon Glass
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass
2017-07-11rockchip: rk3288: Add pinctrl support for the gmac ethernet interfaceSjoerd Simons
2017-07-11rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwrenKever Yang
2017-07-11power: regulator: rk8xx: Allow input current/charger shutdown configurationWadim Egorov
2017-07-11power: regulator: rk8xx: Build get_ldo_reg only for SPLWadim Egorov
2017-07-11usb: dwc2: use dev_read_bool() instead of fdt_getprop()Meng Dongyang
2017-07-11usb: Kconfig: migrate USB_DWC2 to KconfigPhilipp Tomsich
2017-07-11usb: host: xhci-rockchip: use fixed regulator to control vbusMeng Dongyang
2017-07-11usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USBMeng Dongyang
2017-07-11rockchip: video: mipi: Modify format type for debug messageeric.gao@rock-chips.com
2017-07-11rockchip: video: mipi: Modify variable type for arm32 compatibilityeric.gao@rock-chips.com
2017-07-11Revert "mmc: dw_mmc: rockchip: select proper card clock"Kever Yang
2017-07-11rockchip: dwmmc: use max-frequency when OF_PLATDATA enabledKever Yang
2017-07-11rockchip: rk322x: add sysreset driverKever Yang
2017-07-11rockchip: rk322x: add pinctrl driverKever Yang
2017-07-11rockchip: rk322x: add clock driverKever Yang