summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ddr: marvell: a38x: disable WL phase correction stage in case of bus_width=16bitMoti Buskila2021-02-261-0/+3
* ddr: marvell: a38x: add support for twin-die combined memory deviceMoti Buskila2021-02-262-1/+17
* ddr: marvell: a38x: add 16Gbit memory devices supportMoti Buskila2021-02-262-1/+4
* ddr: marvell: a38x: allow board specific ODT configurationBaruch Siach2021-02-262-0/+8
* ddr: marvell: a38x: import header change from upstreamMarek Behún2021-02-261-0/+8
* ddr: marvell: a38x: fix memory size calculation using 32bit bus widthMoti Buskila2021-02-263-10/+0
* ddr: marvell: a38x: fix 32bitMoti Buskila2021-02-261-1/+1
* ddr: marvell: a38x: import header change from upstreamMarek Behún2021-02-261-0/+2
* ddr: marvell: a38x: add ddr 32bit ECC supportAlex Leibovich2021-02-263-1/+11
* ddr: marvell: a38x: add ddr32 supportAlex Leibovich2021-02-261-1/+4
* ddr: marvell: a38x: import header change from upstreamMarek Behún2021-02-261-1/+2
* ddr: marvell: a38x: fix write leveling suplementary algoMoti Buskila2021-02-261-1/+4
* pci: pci_mvebu: set local dev to number 1Marek Behún2021-02-261-1/+1
* pci: pci_mvebu: refactor validation of addresses for config accessMarek Behún2021-02-261-28/+31
* pci: pci_mvebu: debug rd/wr config as other drivers doMarek Behún2021-02-261-2/+2
* pci: pci_mvebu: cosmetic fixMarek Behún2021-02-261-3/+6
* pci: pci_mvebu: use dev_seq instead of static variableMarek Behún2021-02-261-3/+1
* arm: a37xx: pci: Set Max Payload Size and Max Read Request Size to 512 bytesPali Rohár2021-02-261-0/+8
* net: cortina_ni: buffer overrunHeinrich Schuchardt2021-02-241-1/+1
* mtd: rawnand: cortina_nand: missing initializationHeinrich Schuchardt2021-02-241-1/+1
* dm: ddr: socfpga: don't assign values that are not usedHeinrich Schuchardt2021-02-241-7/+0
* rng: iProc rng200: Rename ..._platdata variables to just ..._platPeter Robinson2021-02-241-10/+10
* virtio: fix off by one device id comparisonVincent Stehlé2021-02-241-1/+1
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-2312-126/+200
|\
| * spi: zynqmp_gqspi: fix set_speed bug on multiple runsBrandon Maier2021-02-231-12/+11
| * net: gem: Fix error path in zynq_gem_probeMichal Simek2021-02-231-4/+4
| * net: gem: Enable ethernet rx clock for versalT Karthik Reddy2021-02-231-6/+27
| * i2c: i2c_cdns: Enable i2c clockT Karthik Reddy2021-02-231-0/+7
| * clk: versal: Add support to enable clocksT Karthik Reddy2021-02-231-0/+11
| * clk: zynqmp: Add support to enable clocksT Karthik Reddy2021-02-231-0/+49
| * clk: zynq: Add dummy clock enable functionMichal Simek2021-02-238-9/+18
| * fpga: zynqpl: fix buffer alignmentMichael Walle2021-02-231-1/+1
| * net: gem: unregister mdio bus if probe failsMichael Walle2021-02-111-1/+3
| * spi: zynqmp_gqspi: support dual and quad modeBrandon Maier2021-02-031-94/+70
* | Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-224-0/+176
|\ \
| * | adc: meson-saradc: add support for getting reference voltage valueMarek Szyprowski2021-02-181-0/+21
| * | button: add a simple Analog to Digital Converter device based button driverMarek Szyprowski2021-02-183-0/+155
* | | Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-221-2/+2
|\ \ \
| * | | clk: ti: improve debug messages for clkctrl driverDario Binacchi2021-02-221-2/+2
* | | | Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-02-226-490/+213
|\ \ \ \
| * | | | drivers: video: Add Support for Himax HX8238D PanelMoses Christopher2021-02-193-0/+208
| * | | | Replace video_uc_platdata with video_uc_platDario Binacchi2021-02-192-3/+3
| * | | | video: eliminate unused drivers/video/mb862xx.cHeinrich Schuchardt2021-02-192-487/+0
| * | | | video: simple_panel: Add boe,nv101wxmn51 displayAlper Nebi Yasak2021-02-191-0/+1
| * | | | video: simple_panel: Add sharp,lq123p1jx31 displayAlper Nebi Yasak2021-02-191-0/+1
* | | | | uec.h: fix COFIG_DM typoRasmus Villemoes2021-02-211-1/+1
* | | | | dm_qe_uec.c: fix indentation in uec_set_mac_if_mode()Rasmus Villemoes2021-02-211-2/+2
* | | | | Merge tag 'for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini2021-02-2124-81/+109
|\ \ \ \ \
| * | | | | dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-2119-71/+71
| * | | | | dm: i2c: allow disabling driver model in SPLIgor Opaniuk2021-02-213-3/+24