summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: eepro100: Drop inline keywordMarek Vasut2020-06-181-4/+4
* net: eepro100: Fix EE_*_CMD macrosMarek Vasut2020-06-181-5/+5
* net: eepro100: Factor out MII registrationMarek Vasut2020-06-181-17/+39
* net: eepro100: Switch from malloc()+memset() to calloc()Marek Vasut2020-06-181-2/+1
* net: eepro100: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-181-4/+4
* net: eepro100: Reorder functions in the driverMarek Vasut2020-06-181-170/+160
* net: eepro100: Remove volatile misuseMarek Vasut2020-06-181-21/+21
* net: eepro100: Add cache managementMarek Vasut2020-06-181-20/+45
* net: eepro100: Factor out tx_ring command issuingMarek Vasut2020-06-181-71/+53
* net: eepro100: Replace purge_tx_ring() with memset()Marek Vasut2020-06-181-15/+1
* net: eepro100: Use standard I/O accessorsMarek Vasut2020-06-181-4/+4
* net: eepro100: Fix camelcaseMarek Vasut2020-06-181-87/+85
* net: eepro100: Fix remaining checkpatch issuesMarek Vasut2020-06-181-21/+24
* net: eepro100: Fix indented labelMarek Vasut2020-06-181-4/+4
* net: eepro100: Fix pointer locationMarek Vasut2020-06-181-6/+6
* net: eepro100: Fix parenthesis alignmentMarek Vasut2020-06-181-10/+10
* net: eepro100: Fix bracesMarek Vasut2020-06-181-7/+4
* net: eepro100: Fix spacingMarek Vasut2020-06-181-139/+139
* net: eepro100: Use plain debug()Marek Vasut2020-06-181-11/+4
* net: eepro100: Clean up commentsMarek Vasut2020-06-181-64/+36
* net: eepro100: Remove EEPRO100_SROM_WRITEMarek Vasut2020-06-183-90/+0
* common: hash: Remove a debug printf statementHarald Seiler2020-06-161-2/+0
* Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini2020-06-1341-207/+691
|\
| * doc: driver-model: fix typo in design.rstDario Binacchi2020-06-111-1/+1
| * dm: uclass: don't assign aliased seq numbersMichael Walle2020-06-115-23/+44
| * dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle2020-06-111-0/+2
| * usb: provide a device tree node to USB devicesMichael Walle2020-06-113-5/+67
| * log: check argument of 'log level' commandHeinrich Schuchardt2020-06-111-3/+11
| * log: clean up KconfigHeinrich Schuchardt2020-06-111-74/+85
| * doc: move README.log to HTML documentationHeinrich Schuchardt2020-06-113-0/+292
| * doc: log: correct option name CONFIG_LOG_MAX_LEVELPatrick Delaunay2020-06-111-2/+3
| * regmap: Check for out-of-range offsets before mapping themPratyush Yadav2020-06-111-4/+4
| * libfdt: Remove superfluous NUL character from overlay symbolsMarcus Comstedt2020-06-111-3/+2
| * doc: driver-model: there is no UCLASS_SATAHeinrich Schuchardt2020-06-111-1/+1
| * fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()Bin Meng2020-06-111-1/+2
| * fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()Bin Meng2020-06-111-1/+2
| * buildman: Remove _of_#_ from results directory pathsOvidiu Panait2020-06-112-9/+9
| * patman: Complain if a checkpatch line is not understoodSimon Glass2020-06-111-0/+2
| * patman: Support warnings in the patch subjectSimon Glass2020-06-111-1/+6
| * patman: Handle checkpatch output with notes and codeSimon Glass2020-06-111-1/+10
| * patman: Don't try to process checkpatch lines twiceSimon Glass2020-06-111-3/+8
| * patman: Support emacs mode with checkpatchSimon Glass2020-06-111-3/+7
| * patman: Fix 'warning' typoSimon Glass2020-06-111-1/+1
| * Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-0920-71/+132
| |\
| | * Revert "imx: rom api: fix image offset computation"Stefano Babic2020-06-091-1/+6
| | * ARM: dts: imx: m53menlo: Convert to DM_ETHMarek Vasut2020-06-082-0/+14
| | * ARM: imx: m53menlo: Do not fail boot on invalid splash screenMarek Vasut2020-06-081-5/+9
| | * ARM: imx: ddr: Add missing PHY resetMarek Vasut2020-06-082-3/+20
| | * power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut2020-06-081-0/+7
| | * imx: imx8mp_evk: fix boot issuePeng Fan2020-06-082-8/+7