summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: mxs_nand: add support for specific ECC strengthStefan Agner2018-06-271-14/+30
* mtd: nand: mxs_nand: add device tree supportStefan Agner2018-06-274-0/+99
* mtd: nand: mxs_nand: move structs into header fileStefan Agner2018-06-272-60/+65
* mtd: nand: mxs_nand: add use_minimum_ecc to structStefan Agner2018-06-271-14/+20
* mtd: nand: mxs_nand: separate board/controller initStefan Agner2018-06-271-21/+33
* mtd: nand: mxs_nand: use more precise function nameStefan Agner2018-06-271-3/+3
* mtd: nand: mxs_nand: move register structs to driver dataStefan Agner2018-06-271-17/+17
* mtd: nand: mxs_nand: add minimal ECC supportStefan Agner2018-06-272-14/+66
* mtd: nand: mxs_nand: report correct ECC parametersStefan Agner2018-06-271-3/+2
* mtd: nand: mxs_nand: use structure for BCH geometryStefan Agner2018-06-271-87/+95
* mtd: nand: mxs_nand: allow to enable BBT supportStefan Agner2018-06-271-0/+4
* mtd: nand: mxs_nand: use self initStefan Agner2018-06-273-24/+31
* mtd: nand: mxs_nand: introduce SPL specific initStefan Agner2018-06-273-1/+55
* drivers/gpio/mxc: fix MXC GPIO name in KConfigHannes Schmelzer2018-06-181-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-06-162-41/+166
|\
| * usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick2018-06-142-6/+37
| * usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in useVasily Khoruzhick2018-06-131-2/+10
| * usb: sunxi: ohci: get rid of ifdefsVasily Khoruzhick2018-06-131-20/+63
| * usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick2018-06-131-20/+63
* | serial: zynq: Make zynq_serial_setbrg staticMichal Simek2018-06-151-1/+1
* | serial: zynq: Initialize uart only before relocationMichal Simek2018-06-151-0/+6
* | serial: zynq: Write chars till output fifo is fullMichal Simek2018-06-151-2/+2
* | serial: zynq: Use BIT macros instead of shifts and full hex numbersMichal Simek2018-06-151-8/+8
* | gpio: zynq_gpio: bank description should use unsigned typeMichal Simek2018-06-151-4/+4
* | mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning()Michal Simek2018-06-151-1/+1
* | gpio: zynq: Do not check unsigned type that is >= 0Michal Simek2018-06-151-1/+1
* | mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu2018-06-151-4/+4
* | timer: cadence: Implement timer_get_boot_usMichal Simek2018-06-151-0/+22
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2018-06-1414-69/+1294
|\ \
| * | net: gem: Check return value from memalign/mallocMichal Simek2018-06-131-0/+6
| * | net: zynq_gem: Initialize phyreg variableMichal Simek2018-06-131-1/+1
| * | net: zynq_gem: Fix return type for phy...()Michal Simek2018-06-131-4/+4
| * | net: mvgbe: extract common code for SMI waitChris Packham2018-06-132-24/+24
| * | net: designware: set the PS bit when resetting DMA bus in MII configurationQuentin Schulz2018-06-131-0/+9
| * | net: phy: mv88e61xx: Force CPU port link upChris Packham2018-06-131-21/+30
| * | mvebu: neta: align DMA buffersJon Nettleton2018-06-131-6/+12
| * | net: add Socionext AVE ethernet driver supportKunihiko Hayashi2018-06-133-0/+1006
| * | drivers/net/vsc9953: Initialize action RAM in VCAP complexRadu Bulie2018-06-131-0/+134
| * | net: cpsw: ti: Reap completed packets before stopping interfaceAlex Kiernan2018-06-131-8/+16
| * | net/phy/cortina: Add support for CS4223 PHYVicentiu Galanopulo2018-06-131-1/+47
| * | net: sunxi: Correct MAC address register orderJoe Hershberger2018-06-131-2/+2
| * | tsec: Fix reading phy registers from DTMario Six2018-06-131-2/+3
* | | Merge git://git.denx.de/u-boot-x86Tom Rini2018-06-133-21/+46
|\ \ \ | |/ / |/| |
| * | dm: pci: Use a 1:1 mapping for bus <-> phy addressesChristian Gmeiner2018-06-131-0/+10
| * | dm: pci: Make ranges dt property optionalChristian Gmeiner2018-06-131-13/+10
| * | usb: xhci-pci: Fix compiler warningBin Meng2018-06-131-3/+2
| * | x86: tsc: add support for reading CPU freq from cpuidChristian Gmeiner2018-06-131-5/+24
| |/
* | lib: Add hexdumpAlexey Brodkin2018-06-136-11/+16
|/
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-06-121-0/+29
|\
| * LS1012AFRWY: Add Secure Boot supportVinitha V Pillai2018-06-111-0/+29