summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* pwm: imx: increase support up to PWM8 for i.MX6SXChristoph Fritz2016-11-29-1/+11
* spl: add USB Gadget config optionStefan Agner2016-11-28-4/+4
* spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner2016-11-28-2/+9
* bootcounter_ram: Fix misaligned cache warningStefan Roese2016-11-28-1/+2
* sun8i_emac: Fix mdio read sequencePhilipp Tomsich2016-11-28-1/+1
* mtd: nand: add support for the TC58NVG2S0H chipBoris Brezillon2016-11-28-0/+3
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-11-26-28/+141
|\
| * rockchip: video: Avoid using u8 in the HDMI driverSimon Glass2016-11-25-15/+15
| * rockchip: clk: Support setting ACLKSimon Glass2016-11-25-0/+7
| * rockchip: video: Check for device in useSimon Glass2016-11-25-0/+9
| * video: Track whether a display is in useSimon Glass2016-11-25-1/+17
| * video: Use cache-alignment in video_sync()Simon Glass2016-11-25-1/+2
| * spi: Add a debug() on bind failureSimon Glass2016-11-25-1/+4
| * rockchip: spi: Honour the deactivation delaySimon Glass2016-11-25-0/+8
| * rockchip: spi: Add support for of-platdataSimon Glass2016-11-25-1/+35
| * spi: Add of-platdata support to SPI and SPI flashSimon Glass2016-11-25-2/+13
| * rockchip: video: Correct VOP clock selectionSimon Glass2016-11-25-6/+1
| * rockchip: video: Correct HDMI data source selectionSimon Glass2016-11-25-1/+2
| * power: regulator: Add limits checking while setting currentKeerthy2016-11-25-0/+7
| * power: regulator: Add limits checking while setting voltageKeerthy2016-11-25-0/+7
| * power: regulator: Introduce regulator_set_value_force functionKeerthy2016-11-25-0/+14
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-11-25-2/+8
|\ \
| * | driver: net: ldpaa_eth: Fix missing bracket issuePriyanka Jain2016-11-21-1/+2
| * | lpuart: add a get_lpuart_clk functionShaohui Xie2016-11-21-1/+6
* | | serial: pxa: integrate optional driver model handlingMarcel Ziswiler2016-11-23-70/+113
* | | serial: pxa: use kconfig for serial configurationMarcel Ziswiler2016-11-23-0/+6
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-11-22-453/+399
|\ \
| * | sf: Add support for MX66U51235F, MX66L1G45G, MT25QU02G, MT25QL02GRadu Bacrau2016-11-22-0/+4
| * | drivers: SPI: sunxi SPL: fix warningAndre Przywara2016-11-21-1/+2
| * | sf: Fix s25fs512s id tableJagan Teki2016-11-19-1/+1
| * | sf: dataflash: Minor cleanupsJagan Teki2016-11-19-23/+15
| * | sf: dataflash: Fix add_dataflash return logicJagan Teki2016-11-19-66/+61
| * | sf: dataflash: Move flash id detection into jedec_probeJagan Teki2016-11-19-9/+10
| * | sf: dataflash: Remove unneeded spi dataJagan Teki2016-11-19-5/+1
| * | spi: Remove dual flash options/flagsJagan Teki2016-11-19-9/+3
| * | sf: Rename few local functionsJagan Teki2016-11-18-13/+12
| * | sf: ids: Use small letter in ext_jedecJagan Teki2016-11-18-1/+1
| * | sf: ids: Use small letter's with flash nameJagan Teki2016-11-18-110/+110
| * | sf: Rename sf_params.c to spi_flash_ids.cJagan Teki2016-11-18-2/+3
| * | sf: Remove non-meaningful commentsJagan Teki2016-11-18-4/+0
| * | sf: Remove spansion_s25fss_disable_4KB_eraseJagan Teki2016-11-18-86/+1
| * | sf: params: Add S25FS256S_64K spi flash supportJagan Teki2016-11-18-0/+1
| * | sf: Add INFO6 flash_info macroJagan Teki2016-11-18-0/+15
| * | sf: Increase max id length by 1 byteJagan Teki2016-11-18-1/+1
| * | sf: Add SPI_FLASH_MAX_ID_LENJagan Teki2016-11-18-3/+4
| * | sf: nr_sectors -> n_sectorsJagan Teki2016-11-18-4/+4
| * | sf: Cleanup spi_flash_info{}Jagan Teki2016-11-18-24/+20
| * | sf: sandbox: Use JEDEC_MFR|ID in id exctractJagan Teki2016-11-18-3/+2
| * | sf: Simplify lock ops detection codeJagan Teki2016-11-18-8/+4
| * | sf: Adopt flash table INFO macro from LinuxJagan Teki2016-11-18-180/+209