summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * dm: ofnode: use ofnode_read_bool() to check property existenceMasahiro Yamada2017-07-111-5/+5
| * dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada2017-07-111-0/+5
| * dm: serial: Add livetree supportSimon Glass2017-07-111-3/+15
| * dm: serial: Separate out the core serial-device finding codeSimon Glass2017-07-111-40/+44
| * dm: serial: ns16550: Convert to livetreeSimon Glass2017-07-111-10/+5
| * video: simple-panel: Add a little more debuggingSimon Glass2017-07-111-0/+2
| * dm: video: Update pwm_backlight to support livetreeSimon Glass2017-07-111-10/+12
| * dm: video: Sync display on backspaceSimon Glass2017-07-111-0/+1
| * tegra: video: Time the LCD initSimon Glass2017-07-111-0/+2
| * dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-115-6/+56
| * dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2017-07-111-0/+11
| * dm: core: Add dev_read_resource() to read device resourcesSimon Glass2017-07-112-1/+38
| * dm: core: Add ofnode_read_string_count()Simon Glass2017-07-111-0/+10
| * dm: scsi: Drop scsi_init() when driver model is usedSimon Glass2017-07-111-2/+4
| * dm: ahci: Add a driver for SCSI on AHCISimon Glass2017-07-111-0/+57
| * dm: scsi: Split out the bus scanning codeSimon Glass2017-07-111-12/+23
| * dm: scsi: Adjust return value of scsi_exec()Simon Glass2017-07-112-7/+7
| * dm: scsi: Add operations for SCSI devicesSimon Glass2017-07-114-0/+29
| * dm: ahci: Create a local version of two SCSI functionsSimon Glass2017-07-111-2/+13
| * dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-111-10/+10
| * dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-113-17/+34
| * dm: ahci: Drop use of probe_entSimon Glass2017-07-112-30/+45
| * dm: ahci: Unwind the confusing init codeSimon Glass2017-07-114-16/+27
| * dm: ahci: Move common code for starting ports into a functionSimon Glass2017-07-111-23/+22
| * dm: scsi: Indent the confusing #ifdefsSimon Glass2017-07-111-13/+13
| * dm: ahci: Refactor to avoid static variablesSimon Glass2017-07-111-68/+76
| * dm: sata: Move ataid into struct ahci_uc_privSimon Glass2017-07-111-23/+27
| * dm: ahci: Rename struct ahci_probe_entSimon Glass2017-07-112-45/+45
| * dm: scsi: Use the uclass platform dataSimon Glass2017-07-115-7/+6
| * dm: scsi: Drop the ccb typedefSimon Glass2017-07-113-18/+19
| * dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass2017-07-111-1/+1
| * scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-119-20/+730
| * sata: Move drivers into new drivers/ata directorySimon Glass2017-07-1126-61/+206
| * Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-0/+13
| * scsi: Drop scsi_print_error()Simon Glass2017-07-112-9/+0
| * scsi: Drop sym53c8xx driverSimon Glass2017-07-112-852/+0
| * Convert CONFIG_SCSI to KconfigSimon Glass2017-07-111-0/+9
| * dm: core: Add uclass_first/next_device_check()Simon Glass2017-07-111-0/+27
| * dm: core: Clarify uclass_first/next_device() commentsSimon Glass2017-07-111-2/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2017-07-1123-124/+1026
|\ \ | |/ |/|
| * rockchip: rk3288: Add pinctrl support for the gmac ethernet interfaceSjoerd Simons2017-07-111-0/+118
| * rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwrenKever Yang2017-07-111-4/+2
| * power: regulator: rk8xx: Allow input current/charger shutdown configurationWadim Egorov2017-07-111-0/+34
| * power: regulator: rk8xx: Build get_ldo_reg only for SPLWadim Egorov2017-07-111-19/+21
| * usb: dwc2: use dev_read_bool() instead of fdt_getprop()Meng Dongyang2017-07-111-10/+6
| * usb: Kconfig: migrate USB_DWC2 to KconfigPhilipp Tomsich2017-07-111-0/+10
| * usb: host: xhci-rockchip: use fixed regulator to control vbusMeng Dongyang2017-07-111-18/+18
| * usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USBMeng Dongyang2017-07-111-0/+2
| * rockchip: video: mipi: Modify format type for debug messageeric.gao@rock-chips.com2017-07-111-4/+4
| * rockchip: video: mipi: Modify variable type for arm32 compatibilityeric.gao@rock-chips.com2017-07-111-7/+7