summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-272-17/+34
|\
| * net: zynq_gem: Add support for fixed-link phyMichal Simek2018-09-271-8/+9
| * net: zynq_gem: Fix reading of max-speed propertySiva Durga Prasad Paladugu2018-09-261-1/+2
| * fpga: zynqmp: Modify PL bitstream loading sequenceSiva Durga Prasad Paladugu2018-09-261-10/+25
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-09-263-47/+89
|\ \
| * | rtc: pl031: convert the driver to driver modelAKASHI Takahiro2018-09-231-46/+80
| * | dm: video: check bounds for column and rowHeinrich Schuchardt2018-09-231-0/+8
| * | efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt2018-09-231-1/+1
* | | serial: omap: Add support for AM654 uart controllerLokesh Vutla2018-09-251-0/+1
* | | ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSITuomas Tynkkynen2018-09-251-0/+2
* | | ata: ahci: Loop over the actual number of ports, not the maximumTuomas Tynkkynen2018-09-251-1/+1
* | | mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pinAdam Ford2018-09-251-0/+4
* | | spi: add support for ARM PL022 SPI controllerQuentin Schulz2018-09-253-0/+347
* | | drivers: net: cpsw: add support to update phy addressSekhar Nori2018-09-251-0/+29
| |/ |/|
* | pinctrl: bcm6838: add pinctrl supportPhilippe Reynes2018-09-223-0/+170
|/
* Merge git://git.denx.de/u-boot-marvellTom Rini2018-09-198-159/+477
|\
| * phy: marvell: add SATA comphy RX/TX polarity invert supportRabeeh Khoury2018-09-192-2/+23
| * fix: nand: pxa3xx: Add WA for eliminating flash ready timeoutDavid Sniatkiwicz2018-09-191-0/+3
| * nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NANDKonstantin Porotchkin2018-09-191-6/+66
| * nand: pxa3xx: cosmetic: add comments to the timing layout structuresKonstantin Porotchkin2018-09-191-1/+20
| * fix: nand: Replace hardcoded page chunk size with calculated oneKonstantin Porotchkin2018-09-191-22/+20
| * mtd: nand: pxa3xx: add support for Toshiba flashKonstantin Porotchkin2018-09-191-0/+3
| * mtd: nand: pxa3xx: add support for 2KB 8-bit flashVictor Axelrod2018-09-191-0/+27
| * mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon2018-09-191-0/+1
| * mtd: nand: pxa3xx_nand: add support for partial chunksOfer Heifetz2018-09-191-55/+99
| * mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanOfer Heifetz2018-09-191-16/+14
| * mtd: pxa3xx_nand: Fix initial controller configurationOfer Heifetz2018-09-191-12/+29
| * mtd: pxa3xx_nand: Increase the initial chunk sizeOfer Heifetz2018-09-191-1/+1
| * nand: pxa3xx: Increase READ_ID buffer and make the size staticOfer Heifetz2018-09-191-19/+10
| * mtd: nand: pxa3xx-nand: fix random command timeoutsOfer Heifetz2018-09-191-3/+7
| * mtd: nand: pxa3xx_nand: fix early spurious interruptOfer Heifetz2018-09-191-1/+1
| * mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()Ofer Heifetz2018-09-191-2/+2
| * mtd: nand: pxa3xx_nand: use nand_to_mtd()Ofer Heifetz2018-09-191-10/+9
| * mtd: nand: pxa3xx_nand: Increase initial buffer sizeOfer Heifetz2018-09-191-6/+9
| * clk: armada-37xx-periph: Support changing clock parent and rateMarek Behún2018-09-191-1/+129
| * phy: marvell: Support changing SERDES map in board fileMarek Behún2018-09-195-16/+18
* | ofnode: add ofnode_by_prop_value()Jens Wiklander2018-09-182-0/+41
* | dm: core: fix devfdt_remap_addr_index()Cédric Le Goater2018-09-181-1/+1
* | dm: core: Scan "/firmware" node by defaultRajan Vaja2018-09-181-1/+7
* | dm: core: Move "/clock" node scan into functionRajan Vaja2018-09-181-15/+18
* | misc: Add MPC83xx serdes driverMario Six2018-09-184-0/+425
* | cpu: Add MPC83xx CPU driverMario Six2018-09-184-0/+483
* | test: Add tests for CPU uclassMario Six2018-09-182-0/+62
* | cpu: Add cpu_probe_all methodMario Six2018-09-181-0/+23
* | timer: Add MPC83xx timer driverMario Six2018-09-183-0/+257
* | timer: Sort Makefile entriesMario Six2018-09-181-8/+8
* | clk: Add MPC83xx clock driverMario Six2018-09-184-0/+796
* | mpc83xx: Add sysreset driverMario Six2018-09-184-4/+325
* | test: Add tests for sysreset_get_statusMario Six2018-09-181-0/+16
* | sysreset: Add get_status methodMario Six2018-09-181-0/+10