summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: ast_i2c: Update to use standard enums for speedSimon Glass2020-01-272-3/+1
* i2c: designware_i2c: Add spike supressionSimon Glass2020-01-273-1/+13
* i2c: designware_i2c: Rewrite timing calculationSimon Glass2020-01-271-22/+147
* i2c: designware_i2c: Put hold config in a structSimon Glass2020-01-271-27/+55
* i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass2020-01-271-6/+8
* i2c: designware_i2c: Read device-tree propertiesSimon Glass2020-01-273-3/+22
* i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass2020-01-272-12/+10
* i2c: designware_i2c: Use an enum for selected speed modeSimon Glass2020-01-272-4/+8
* i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass2020-01-272-9/+9
* i2c: designware_i2c: Include clk.h in the header fileSimon Glass2020-01-272-1/+2
* i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass2020-01-271-2/+0
* i2c: designware_i2c: Add more registersSimon Glass2020-01-271-1/+13
* common: fix regression on block cache initAngelo Durgehello2020-01-261-0/+6
* arm: mvebu: fix A38x breakage from commit bb872dd930ccJoel Johnson2020-01-261-1/+1
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/26Jan2020Tom Rini2020-01-261-0/+12
|\
| * phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara2020-01-241-0/+12
| * common: Move hang() to the same header as panic()Simon Glass2020-01-2424-0/+24
| * common: Move RAM-sizing functions to init.hSimon Glass2020-01-246-0/+6
| * common: Rename and move source()Simon Glass2020-01-241-1/+1
| * common: Move the image globals into image.hSimon Glass2020-01-241-0/+1
| * image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-241-3/+3
| * common: Move reset_cpu() to the CPU headerSimon Glass2020-01-243-0/+3
| * common: Move get_tbclk() to time.hSimon Glass2020-01-241-0/+1
| * common: Move clock functions into a new fileSimon Glass2020-01-247-0/+7
| * common: Move ll_boot_init() to init.hSimon Glass2020-01-242-0/+2
| * common: Drop floppy disk supportSimon Glass2020-01-243-107/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/25Jan2020Tom Rini2020-01-258-67/+303
|\ \
| * | drivers: net: fsl_enetc: fix SXGMII MAC configurationAlex Marginean2020-01-241-11/+25
| * | pci: layerscape: device tree fixup based on SoC andWasim Khan2020-01-243-0/+75
| * | pci: layerscape: Move streamId allocation to common device tree fixupWasim Khan2020-01-244-26/+31
| * | pci: layerscape: Common device tree fixup for NXP SoCsWasim Khan2020-01-245-8/+58
| * | drivers: net: fsl_enetc: add write_hwaddr() for LS1028AMichael Walle2020-01-241-0/+38
| * | drivers: net: fsl_enetc: use write_hwaddr()Michael Walle2020-01-241-9/+8
| * | pci: layerscape: Fix the BARs disable functionHou Zhiqiang2020-01-241-11/+0
| * | pci: layerscape: Fix the disabling of Expansion ROM BARHou Zhiqiang2020-01-241-1/+1
| * | drivers: net: fsl_enetc: Pass on primary MAC address to LinuxAlex Marginean2020-01-242-1/+67
* | | common: add blkcache initAngelo Durgehello2020-01-251-1/+8
* | | net: macb: Drop local cache flushVignesh Raghavendra2020-01-251-3/+1
* | | mtd: denali: Drop custom dma mapping functionsVignesh Raghavendra2020-01-251-32/+3
* | | mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra2020-01-251-22/+3
* | | fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee2020-01-252-0/+132
* | | usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee2020-01-253-1/+428
* | | crypto: make mod_exp_sw() staticHeinrich Schuchardt2020-01-251-2/+2
* | | lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt2020-01-251-1/+0
* | | serial: ns16550: Use old baud rate divisor for flushing if not givenPatrik Dahlström2020-01-241-0/+7
* | | remoteproc: elf_loader: fix program header parsingFabien Dessenne2020-01-241-2/+1
|/ /
* | gpio: bcm6345: allow to use this driver on arm bcm68360Philippe Reynes2020-01-231-1/+2
* | led: bcm6858: allow to use this driver on arm bcm68360Philippe Reynes2020-01-231-1/+1
* | nand: brcmnand: add bcm68360 supportPhilippe Reynes2020-01-233-0/+130
* | spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360Philippe Reynes2020-01-231-1/+2