summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | rockchip: px30-evb: remove redundant include fileKever Yang2020-04-281-1/+0
| * | | | rockchip: px30: add -u-boot dtsi for socKever Yang2020-04-283-160/+88
| * | | | arm: dts: rockchip: rk3399-roc-pc: Enable FE1.1 USB 2.0 HUB on roc-rk3399-pcSuniel Mahesh2020-04-281-0/+10
| * | | | rockchip: video: Convert to use APIs which support live DTKever Yang2020-04-285-15/+10
| * | | | rockchip: video: Use ofnode_decode_display_timing() to parse timingKever Yang2020-04-282-4/+2
* | | | | Merge branch 'next' of git://git.denx.de/u-boot-shTom Rini2020-05-0413-1179/+1447
|\ \ \ \ \
| * | | | | net: smc911x: Add DM supportMarek Vasut2020-05-013-1/+121
| * | | | | net: smc911x: Split non-DM specific bits from common codeMarek Vasut2020-05-011-14/+43
| * | | | | net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut2020-05-011-14/+16
| * | | | | net: smc911x: Pass around driver private dataMarek Vasut2020-05-011-108/+124
| * | | | | net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut2020-05-011-6/+7
| * | | | | net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut2020-05-012-21/+9
| * | | | | net: smc911x: Inline all functions from header fileMarek Vasut2020-05-013-158/+312
| * | | | | net: smc911x: Pull MII registration into separate functionMarek Vasut2020-05-011-24/+40
| * | | | | net: smc911x: Fix potential memleak() in init fail pathMarek Vasut2020-05-011-2/+10
| * | | | | net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut2020-05-011-11/+16
| * | | | | net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut2020-05-011-2/+2
| * | | | | net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut2020-05-011-5/+3
| * | | | | net: smc911x: Remove pkt_data_{push,pull}Marek Vasut2020-05-011-7/+2
| * | | | | net: rtl8139: Fill in SPDX tagMarek Vasut2020-05-011-3/+1
| * | | | | net: rtl8139: Move functions aroundMarek Vasut2020-05-011-92/+87
| * | | | | net: rtl8139: Finish cleanupMarek Vasut2020-05-011-86/+87
| * | | | | net: rtl8139: Factor out hardware resetMarek Vasut2020-05-011-17/+11
| * | | | | net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut2020-05-011-5/+8
| * | | | | net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut2020-05-011-30/+33
| * | | | | net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut2020-05-011-33/+31
| * | | | | net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut2020-05-011-27/+34
| * | | | | net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut2020-05-011-11/+8
| * | | | | net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut2020-05-011-2/+2
| * | | | | net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut2020-05-011-9/+13
| * | | | | net: rtl8139: Rework eeprom_delay() macroMarek Vasut2020-05-011-14/+17
| * | | | | net: rtl8139: Register macro cleanupMarek Vasut2020-05-011-111/+152
| * | | | | net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptorMarek Vasut2020-05-011-1/+3
| * | | | | net: dwc_eth_qos: Invalidate RX packet DMA bufferMarek Vasut2020-05-011-0/+6
| * | | | | net: dwc_eth_qos: Invalidate RX descriptor before readingMarek Vasut2020-05-011-0/+1
| * | | | | net: dwc_eth_qos: Flush the RX descriptors on initMarek Vasut2020-05-011-1/+1
| * | | | | net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointerMarek Vasut2020-05-011-1/+2
| * | | | | net: dwc_eth_qos: Fully rewrite RX descriptor field 3Marek Vasut2020-05-011-2/+2
| * | | | | net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond()Marek Vasut2020-05-011-36/+21
| * | | | | net: dc2114x: Reorganize driverMarek Vasut2020-05-011-347/+325
| * | | | | net: dc2114x: Clean up INL/OUTL functionsMarek Vasut2020-05-011-24/+24
| * | | | | net: dc2114x: Clean up DE4X5 macrosMarek Vasut2020-05-011-39/+50
| * | | | | net: dc2114x: Clean up remaining driver codeMarek Vasut2020-05-011-43/+43
| * | | | | net: dc2114x: Clean up SROM operationsMarek Vasut2020-05-011-54/+63
| * | | | | net: dc2114x: Clean up send_setup_frame()Marek Vasut2020-05-011-22/+22
| * | | | | net: dc2114x: Clean up dc21x4x_halt()Marek Vasut2020-05-011-2/+2
| * | | | | net: dc2114x: Clean up dc21x4x_recv()Marek Vasut2020-05-011-25/+19
| * | | | | net: dc2114x: Clean up dc21x4x_send()Marek Vasut2020-05-011-22/+20
| * | | | | net: dc2114x: Clean up init codeMarek Vasut2020-05-011-34/+32
| * | | | | net: pcnet: Switch to PCI memory accessMarek Vasut2020-05-011-3/+3