summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: pcnet: Add Kconfig entriesMarek Vasut2020-06-296-1/+10
* net: pcnet: Add DM supportMarek Vasut2020-06-291-1/+126
* net: pcnet: Split common and non-DM functionsMarek Vasut2020-06-291-55/+94
* net: pcnet: Wrap name and enetaddr into private dataMarek Vasut2020-06-291-15/+19
* net: pcnet: Wrap iobase into private dataMarek Vasut2020-06-291-57/+46
* net: pcnet: Pass private data through dev->privMarek Vasut2020-06-291-10/+10
* net: pcnet: Wrap devbusfn into private dataMarek Vasut2020-06-291-10/+9
* net: pcnet: Drop useless forward declarationsMarek Vasut2020-06-291-6/+0
* net: pcnet: Move initialize function at the endMarek Vasut2020-06-291-91/+89
* net: pcnet: Move private data allocation to initializeMarek Vasut2020-06-291-13/+14
* net: pcnet: Replace memset+malloc with callocMarek Vasut2020-06-291-2/+1
* net: pcnet: Simplify private data allocationMarek Vasut2020-06-291-21/+12
* net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-291-1/+1
* net: pcnet: Drop PCNET_HAS_PROMMarek Vasut2020-06-292-6/+0
* net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut2020-06-291-5/+5
* Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-v...Tom Rini2020-06-291-1/+1
|\
| * video: rockchip: fix HDMI 4K resolutionAnatolij Gustschin2020-06-291-1/+1
|/
* Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-...WIP/28Jun2020Tom Rini2020-06-287-38/+51
|\
| * video: orisetech_otm8009a: fill characteristics of DSI data linkYannick Fertre2020-06-281-15/+5
| * video: raydium_rm68200: fill characteristics of DSI data linkYannick Fertre2020-06-281-15/+5
| * video: stm32: stm32_dsi: copy DSI fieldsYannick Fertre2020-06-281-0/+3
| * video: mipi update panel platform dataYannick Fertre2020-06-281-0/+6
| * video: check hardware version of DSIYannick Fertre2020-06-281-1/+9
| * splash: Fix build warning on 64 bits CPUYe Li2020-06-281-1/+1
| * video: vidconsole: avoid multiple lines overwrite logoYe Li2020-06-281-0/+1
| * video: bmp: support 8bits BMP drawing on 24/32 bpp framebufferYe Li2020-06-281-6/+21
* | Merge tag 'u-boot-rockchip-20200628' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-06-284-4/+24
|\ \
| * | rockchip: correctly set vop0 or vop1Patrick Wildt2020-06-281-1/+2
| * | rockchip: clk: rk3188: change APLL to safe 600MHzAlexander Kochetkov2020-06-271-1/+2
| * | rockchip: rk3188: Fix back to BROM bootAlexander Kochetkov2020-06-271-2/+19
| * | rk3399: Add BOOTENV_SF commandJagan Teki2020-06-271-0/+1
| |/
* | Merge branch 'for-tom' of https://github.com/lftan/u-bootTom Rini2020-06-261-1/+1
|\ \ | |/ |/|
| * arm: socfpga: misc_s10: Fix EMAC register address calculationLey Foon Tan2020-06-261-1/+1
|/
* Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/25Jun2020Tom Rini2020-06-252-8/+9
|\
| * efi_loader: size of secure boot variablesHeinrich Schuchardt2020-06-241-6/+6
| * efi_loader: type of efi_secure_modeHeinrich Schuchardt2020-06-241-1/+1
| * cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()Bin Meng2020-06-241-1/+2
* | ARM: dts: imx6q-tbs2910: Fix Ethernet regressionFabio Estevam2020-06-251-0/+11
* | Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/24Jun2020Tom Rini2020-06-245-19/+44
|\ \
| * | mmc: sdhci: Fix HISPD bit handlingJagan Teki2020-06-241-6/+19
| * | mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen2020-06-241-1/+8
| * | mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen2020-06-242-10/+13
| * | mmc: fsl_esdhc_imx: fix the mask for tuning start pointHaibo Chen2020-06-241-1/+1
| * | cmd: mmc: Cache-align extcsd read targetMarek Vasut2020-06-241-1/+3
| |/
* | Merge branch '2020-06-23-misc-minor-fixes'WIP/23Jun2020Tom Rini2020-06-236-6/+11
|\ \ | |/ |/|
| * psci: add 'static inline' to invoke_psci_fn() stubMasahiro Yamada2020-06-231-2/+2
| * doc: sifive: Fix spelling of "environment".Vagrant Cascadian2020-06-231-2/+2
| * cmd: booti: Fix spelling of "environment".Vagrant Cascadian2020-06-231-1/+1
| * nvme: Invalidate dcache before submitting admin cmdJagan Teki2020-06-231-0/+3
| * phy: atheros: Fix the "qca,clk-out-frequency" exampleFabio Estevam2020-06-231-1/+1