Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
7f0cfe478bd817d2bb373522222cf06630fea3cd
/
drivers
« Previous
17c9a1c
mmc: omap_hsmmc: add support for CONFIG_BLK
by Jean-Jacques Hiblot
· 8 years ago
3d673ff
mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is used
by Jean-Jacques Hiblot
· 8 years ago
dc09127
mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device desc
by Jean-Jacques Hiblot
· 8 years ago
ae000e2
mmc: omap_hsmmc: use an accessor to get the private data
by Jean-Jacques Hiblot
· 8 years ago
fbaa266
net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool
by Stefan Roese
· 8 years ago
fb64072
net: mvpp2: Configure SMI PHY address needed for PHY polling
by Stefan Roese
· 8 years ago
3e3cbb4
net: mvpp2: Enable PHY polling mode on PPv2.2
by Stefan Roese
· 8 years ago
025e592
net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID
by Stefan Roese
· 8 years ago
2fe2304
net: mvpp2: Add GoP and NetC support for port 0 (SFI)
by Stefan Roese
· 8 years ago
31aa1e3
net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)
by Stefan Roese
· 8 years ago
9acb7da
net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII
by Stefan Roese
· 8 years ago
66b11cc
net: mvpp2: Restructure probe / init functions
by Stefan Roese
· 8 years ago
ff572c6
net: mvpp2: Add RX and TX FIFO configuration for PPv2.2
by Stefan Roese
· 8 years ago
c9607c9
net: mvpp2: Handle eth device naming in multi-CP case correctly
by Stefan Roese
· 8 years ago
e7935c4
net: mvpp2: Enable compilation for Armada 7K/8K platforms
by Stefan Roese
· 8 years ago
30edc37
net: mvpp2.c: Clear all buffer / descriptor areas before usage
by Stefan Roese
· 8 years ago
1fabbd0
net: mvpp2: Move probe function from MISC to ETH DM driver
by Stefan Roese
· 8 years ago
0a61e9a
net: mvpp2: Add MDIO support for PPv2.2
by Stefan Roese
· 8 years ago
a83a641
net: mvpp2: finally add the PPv2.2 compatible string
by Thomas Petazzoni
· 8 years ago
09b3f94
net: mvpp2: adapt rxq distribution to PPv2.2
by Thomas Petazzoni
· 8 years ago
bc0bbf4
net: mvpp2: rework RXQ interrupt group initialization for PPv2.2
by Thomas Petazzoni
· 8 years ago
cdf7779
net: mvpp2: add AXI bridge initialization for PPv2.2
by Thomas Petazzoni
· 8 years ago
7c7311f
net: mvpp2: handle misc PPv2.1/PPv2.2 differences
by Thomas Petazzoni
· 8 years ago
26a5278
net: mvpp2: handle register mapping and access for PPv2.2
by Thomas Petazzoni
· 8 years ago
80350f5
net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2
by Thomas Petazzoni
· 8 years ago
b8c8e6f
net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2
by Thomas Petazzoni
· 8 years ago
8f3e4c3
net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
by Thomas Petazzoni
· 8 years ago
c8feeb2
net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
by Thomas Petazzoni
· 8 years ago
f50a011
net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
by Thomas Petazzoni
· 8 years ago
9a6db0b
net: mvpp2: introduce an intermediate union for the TX/RX descriptors
by Thomas Petazzoni
· 8 years ago
16a9898
net: mvpp2: add hw_version field in "struct mvpp2"
by Thomas Petazzoni
· 8 years ago
cfa414a
net: mvpp2: add and use accessors for TX/RX descriptors
by Thomas Petazzoni
· 8 years ago
cd9ee19
net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
by Thomas Petazzoni
· 8 years ago
15f4df3
net: mvpp2: remove support for buffer header
by Thomas Petazzoni
· 8 years ago
4dae32e
net: mvpp2: use "dma" instead of "phys" where appropriate
by Thomas Petazzoni
· 8 years ago
a7c28ff
net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)
by Stefan Roese
· 8 years ago
d1d075a
net: mvpp2: enable building on 64-bit platforms
by Thomas Petazzoni
· 8 years ago
c0abc76
net: mvpp2: simplify MVPP2_PRS_RI_* definitions
by Thomas Petazzoni
· 8 years ago
6b28f42
net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT
by Thomas Petazzoni
· 8 years ago
dbeb6de
net: mvpp2: remove unused register definitions
by Thomas Petazzoni
· 8 years ago
f1060f0
net: mvpp2: simplify mvpp2_bm_bufs_add()
by Thomas Petazzoni
· 8 years ago
f811e04
net: mvpp2: Round up top tx buffer boundaries for dcache ops
by Stefan Roese
· 8 years ago
20699e6
drivers: timer: Introduce ARC timer driver
by Vlad Zakharov
· 8 years ago
3fbeb52
mvebu: neta: a37xx: Add fixed link support to neta driver
by Konstantin Porotchkin
· 8 years ago
2a4d94d
mvebu: neta: Add support for board init function
by Konstantin Porotchkin
· 8 years ago
137b188
mvebu: usb: xhci: Add VBUS regulator supply to the host driver
by Konstantin Porotchkin
· 8 years ago
6cc102b
mvebu: pcie: Add support for GPIO reset for PCIe device
by Konstantin Porotchkin
· 8 years ago
1fb6921
drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register
by Jean-Jacques Hiblot
· 8 years ago
5c8ef35
regmap: use fdt address translation
by Jean-Jacques Hiblot
· 8 years ago
d666558
dm: core: Fix Handling of global_data moving in SPL
by Lokesh Vutla
· 8 years ago
7a92652
mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver
by Stefan Roese
· 8 years ago
6f73045
mmc: drop unnecessary send_status request
by Xu Ziyuan
· 8 years ago
5b3e5b5
mmc: sdhci: only flush cache for data command
by Kevin Liu
· 8 years ago
aff32df
mmc: tangier: Add Intel Tangier eMMC/SDHCI driver
by Felipe Balbi
· 8 years ago
ac9c491
mmc: pci: Add CONFIG_MMC_PCI
by Felipe Balbi
· 8 years ago
78be622
pcie-layerscape: Fixup iommu-map property of pci node
by Bharat Bhushan
· 8 years ago
47d1736
pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs
by Bharat Bhushan
· 8 years ago
203db38
mtd: nand: remove nand size print from nand_init function
by Hou Zhiqiang
· 8 years ago
d72158c
mtd: nand: add initialization flag
by Hou Zhiqiang
· 8 years ago
0aaa1a9
pci: layerscape: Fixup device tree node for ls2088a
by Hou Zhiqiang
· 8 years ago
3d8553f
pci: layerscape: add LS2088A series SoC pcie support
by Hou Zhiqiang
· 8 years ago
38a5c57
spi: fsl_qspi: Add support for single chip select
by Suresh Gupta
· 8 years ago
1b7dba9
arm: fsl-layerscape: Move QSGMII wriop_init to SoC file
by Prabhakar Kushwaha
· 8 years ago
d170aca
pci: layerscape: enable PCIe config ready
by Hou Zhiqiang
· 8 years ago
e46f8a3
i2c: Set default I2C bus number
by Lukasz Majewski
· 8 years ago
b52a3fa
i2c: ti: Update method to calculate psc, sscl and ssch I2C parameters
by Lukasz Majewski
· 8 years ago
e530d2e
i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernel
by Lukasz Majewski
· 8 years ago
0f5b461
i2c: lpc32xx: Force consistent bus numbering
by Liam Beguin
· 8 years ago
fb057880
i2c: lpc32xx: Move definitions to header file
by Liam Beguin
· 8 years ago
ddfd0821
i2c: lpc32xx: Remove note for DM conversation
by Sylvain Lemieux
· 8 years ago
d61c7ad
i2c: lpc32xx: Add DM for lpc32xx I2C
by Liam Beguin
· 8 years ago
eddac8e
i2c: lpc32xx: Factor out i2c_adapter parameter
by Liam Beguin
· 8 years ago
552531e
i2c: lpc32xx: Prepare compatibility functions
by Liam Beguin
· 8 years ago
03d924a
i2c: lpc32xx: Rename probe function
by Liam Beguin
· 8 years ago
44d5c37
Add single register pin controller driver
by Felix Brack
· 8 years ago
584861f
reset: Add STi reset support
by Patrice Chotard
· 8 years ago
0367bd4
pci: correct a function description
by Hou Zhiqiang
· 8 years ago
3d1df0e
lib: tpm: Add command to list resources
by mario.six@gdsys.cc
· 8 years ago
0f4b2ba
tpm: Add function to load keys via their parent's SHA1 hash
by mario.six@gdsys.cc
· 8 years ago
db40c1a
drivers/net/phy: add fixed-phy / fixed-link support
by Hannes Schmelzer
· 8 years ago
5c624b9
net: fix cache misaligned issue in Broadcom SF2 driver
by Suji Velupillai
· 8 years ago
ace1520
net: sunxi-emac: Write HW address via function
by oliver@schinagl.nl
· 8 years ago
5cf618e
Merge git://git.denx.de/u-boot-arc
by Tom Rini
· 8 years ago
c1daa40
Merge git://www.denx.de/git/u-boot-marvell
by Tom Rini
· 8 years ago
ad9b5f7
drivers: timer: Introduce ARC timer driver
by Vlad Zakharov
· 8 years ago
278d30c
mvebu: neta: a37xx: Add fixed link support to neta driver
by Konstantin Porotchkin
· 8 years ago
976feda
mvebu: neta: Add support for board init function
by Konstantin Porotchkin
· 8 years ago
81192b7
mvebu: usb: xhci: Add VBUS regulator supply to the host driver
by Konstantin Porotchkin
· 8 years ago
130b53e
mvebu: pcie: Add support for GPIO reset for PCIe device
by Konstantin Porotchkin
· 8 years ago
b06a381
drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register
by Jean-Jacques Hiblot
· 8 years ago
1804044
regmap: use fdt address translation
by Jean-Jacques Hiblot
· 8 years ago
b0d9512
dm: core: Fix Handling of global_data moving in SPL
by Lokesh Vutla
· 8 years ago
de0359c
mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver
by Stefan Roese
· 8 years ago
166c2b8
mmc: drop unnecessary send_status request
by Xu Ziyuan
· 8 years ago
fa7720b
mmc: sdhci: only flush cache for data command
by Kevin Liu
· 8 years ago
83b3248
mmc: tangier: Add Intel Tangier eMMC/SDHCI driver
by Felipe Balbi
· 8 years ago
b706b1c
mmc: pci: Add CONFIG_MMC_PCI
by Felipe Balbi
· 8 years ago
b4f4b0f
drivers: net: phy: add MV88E6xx options to Kconfig
by Tim Harvey
· 8 years ago
02ccab1
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
f40574e
Kconfig: Migrate CONFIG_BAUDRATE
by Philipp Tomsich
· 8 years ago
Next »