aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-21core: Make device_is_compatible live-tree compatibleMario Six1-1/+6
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six2-0/+13
2018-01-21core: read: Fix style violationsMario Six1-5/+4
2018-01-21core: ofnode: Fix style violationsMario Six1-8/+10
2018-01-21clk: Makefile: Sort entries alphabeticallyMario Six1-10/+10
2018-01-21clk: Remove superfluous gd declarationsMario Six2-4/+0
2018-01-21clk: clk_fixed_rate: Fix style violationMario Six1-2/+2
2018-01-21clk: clk-uclass: Fix style violationsMario Six1-10/+10
2018-01-21drivers: core: Add translation in live tree caseMario Six1-2/+7
2018-01-20Merge git://git.denx.de/u-boot-marvellTom Rini6-38/+62
2018-01-19Merge git://git.denx.de/u-boot-arcTom Rini1-10/+167
2018-01-19serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard4-6/+6
2018-01-19GPIO: tca642x: Rework to not include commands in SPLTom Rini1-3/+3
2018-01-19GPIO: pca953x: Rework to not include commands in SPLTom Rini1-3/+3
2018-01-19drivers: dma: ti-edma3: add support for memory fillTero Kristo1-7/+48
2018-01-19mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bitKishon Vijay Abraham I1-3/+4
2018-01-19mmc: omap_hsmmc: Enable Auto command (CMD12) enableKishon Vijay Abraham I1-1/+5
2018-01-19mmc: omap_hsmmc: Add support for DMA (ADMA2)Kishon Vijay Abraham I1-3/+202
2018-01-19ddr: marvell: update ddr controller init and freqChris Packham3-21/+34
2018-01-19ddr: marvell: update additional ODT settingChris Packham1-8/+14
2018-01-19ddr: marvell: use correct TREFI valueChris Packham1-1/+1
2018-01-19ddr: marvell: only assert M_ODT[0] on write for a single CSChris Packham3-8/+13
2018-01-19ARC: HSDK: CGU: Add 'Hz' when printing clock frequencyEugeniy Paltsev1-3/+3
2018-01-19ARC: HSDK: CGU: Use plat data instead of priv dataEugeniy Paltsev1-1/+1
2018-01-19ARC: HSDK: CGU: Update AXI, TUN, ARC clock optionsEugeniy Paltsev1-6/+163
2018-01-18Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"Jean-Jacques Hiblot1-31/+4
2018-01-17Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-11/+7
2018-01-16i2c: mxc_i2c: Use or operationPeng Fan1-3/+3
2018-01-16i2c: lpi2c: do not add 4 for bus seqPeng Fan1-4/+4
2018-01-15Merge git://git.denx.de/u-boot-netTom Rini17-146/+1083
2018-01-15Merge git://git.denx.de/u-boot-imxTom Rini3-2/+48
2018-01-15db410c: replace reset driver with psciJorge Ramirez-Ortiz2-42/+0
2018-01-15db820c: enable pmic gpios for pm8994Jorge Ramirez-Ortiz1-2/+5
2018-01-15serial: lpuart: Proper device identificationSriram Dash1-11/+7
2018-01-15phy: atheros: set auto-negotiation for AR8021Zhao Qiang1-0/+1
2018-01-15net: sh-eth: Add to Kconfig and convertNobuhiro Iwamatsu1-0/+6
2018-01-15net: sh-eth: Fix misaligned cache operation warningNobuhiro Iwamatsu1-2/+3
2018-01-15net: sh-eth: Change read/write() param to struct sh_eth_infoNobuhiro Iwamatsu2-57/+75
2018-01-15net: sh-eth: Remove bd_t from sh_eth_config()Nobuhiro Iwamatsu1-2/+2
2018-01-15net: sh-eth: Fix coding style checked by checkpatch.plNobuhiro Iwamatsu1-12/+19
2018-01-15net: phy: b53: Add b53_reg read/write commandsFlorian Fainelli1-0/+139
2018-01-15net: designware: Pad small packetsFlorian Fainelli1-0/+5
2018-01-15net: phy: Add Broadcom BCM53xx switch driverFlorian Fainelli4-0/+650
2018-01-15net: designware: add clock supportPatrice Chotard2-0/+47
2018-01-15dm: core: add missing dev_count_phandle_with_args()Patrice Chotard1-0/+7
2018-01-15net: mvneta - Fixed recv() when multiple packets have arrived.Jason Brown1-1/+5
2018-01-15net: miiphybb: fix casting errorChris Brandt1-1/+1
2018-01-15net: sh-eth: remove sh_eth_offset_rz tableChris Brandt1-58/+1
2018-01-15net: sh-eth: fix inl and outl definitionsChris Brandt1-1/+3
2018-01-15net: phy: marvell: Add functions to read PHY's extended registersLukasz Majewski1-0/+29