Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
3a0e70f181ecf21db2486c289055d4269887cab8
/
drivers
29171dc
mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bit
by Kishon Vijay Abraham I
· 7 years ago
866bb98
mmc: omap_hsmmc: Enable Auto command (CMD12) enable
by Kishon Vijay Abraham I
· 7 years ago
f0d53e8
mmc: omap_hsmmc: Add support for DMA (ADMA2)
by Kishon Vijay Abraham I
· 7 years ago
741726a
Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"
by Jean-Jacques Hiblot
· 7 years ago
086ebcd
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
WIP-17Jan2018
fb01287
i2c: mxc_i2c: Use or operation
by Peng Fan
· 7 years ago
0074d4b
i2c: lpi2c: do not add 4 for bus seq
by Peng Fan
· 7 years ago
fdb6c32
Merge git://git.denx.de/u-boot-net
by Tom Rini
· 7 years ago
WIP-15Jan2018
8e9801c
Merge git://git.denx.de/u-boot-imx
by Tom Rini
· 7 years ago
0689eb7
db410c: replace reset driver with psci
by Jorge Ramirez-Ortiz
· 7 years ago
e0cc0b6
db820c: enable pmic gpios for pm8994
by Jorge Ramirez-Ortiz
· 7 years ago
a2bbfc5
serial: lpuart: Proper device identification
by Sriram Dash
· 7 years ago
1e2d259
phy: atheros: set auto-negotiation for AR8021
by Zhao Qiang
· 7 years ago
dcd18ea
net: sh-eth: Add to Kconfig and convert
by Nobuhiro Iwamatsu
· 7 years ago
aae5d23
net: sh-eth: Fix misaligned cache operation warning
by Nobuhiro Iwamatsu
· 7 years ago
fbfb511
net: sh-eth: Change read/write() param to struct sh_eth_info
by Nobuhiro Iwamatsu
· 7 years ago
9b5f9ec
net: sh-eth: Remove bd_t from sh_eth_config()
by Nobuhiro Iwamatsu
· 7 years ago
dc14867
net: sh-eth: Fix coding style checked by checkpatch.pl
by Nobuhiro Iwamatsu
· 7 years ago
f3d78fb
net: phy: b53: Add b53_reg read/write commands
by Florian Fainelli
· 7 years ago
7a9ca9d
net: designware: Pad small packets
by Florian Fainelli
· 7 years ago
137963d
net: phy: Add Broadcom BCM53xx switch driver
by Florian Fainelli
· 7 years ago
ba1f966
net: designware: add clock support
by Patrice Chotard
· 7 years ago
ea8cd65
dm: core: add missing dev_count_phandle_with_args()
by Patrice Chotard
· 7 years ago
32ac8b0
net: mvneta - Fixed recv() when multiple packets have arrived.
by Jason Brown
· 7 years ago
33bab10
net: miiphybb: fix casting error
by Chris Brandt
· 7 years ago
f6ac626
net: sh-eth: remove sh_eth_offset_rz table
by Chris Brandt
· 7 years ago
5ad565b
net: sh-eth: fix inl and outl definitions
by Chris Brandt
· 7 years ago
ce27eb9
net: phy: marvell: Add functions to read PHY's extended registers
by Lukasz Majewski
· 7 years ago
3cacc6a
net: Fix buffer overrun error in netconsole
by Joe Hershberger
· 7 years ago
4bf5691
net: macb: Add support for Xilinx Zynq SoC
by Wilson Lee
· 7 years ago
f200680
dm: core: parse chosen node
by Rob Clark
· 7 years ago
210d959
spmi: msm: display the PMIC Arb version (debug)
by Jorge Ramirez-Ortiz
· 7 years ago
3dde8f2
Merge git://git.denx.de/u-boot-mmc
by Tom Rini
· 7 years ago
db359ef
mmc: fsl_esdhc: Fix eMMC 1.8v setting issue
by Peng Fan
· 7 years ago
8c0bb85
power: Rearrange code to guard power command with CONFIG_SPL_BUILD guard
by Tom Rini
· 7 years ago
f57263e
drivers: pci: imx: fix enumeration logic error
by Koen Vandeputte
· 7 years ago
afe8e1b
spi: fsl_qspi: support i.MX6UL/6ULLL/7D
by Peng Fan
· 7 years ago
67b71df
pci: imx: request gpio before use
by Peng Fan
· 7 years ago
8df42be
misc: mxc_ocotp: check fuse word before programming on i.MX7ULP
by Peng Fan
· 7 years ago
b7a6e2c
mmc: remove hc_wp_grp_size from struct mmc if not needed
by Jean-Jacques Hiblot
· 7 years ago
173c06d
mmc: don't read the size of eMMC enhanced user data area in SPL
by Jean-Jacques Hiblot
· 7 years ago
e6fa5a5
mmc: compile out erase and write mmc commands if write operations are not enabled
by Jean-Jacques Hiblot
· 7 years ago
5b2e72f
mmc: read ssr only if MMC write support is enabled
by Jean-Jacques Hiblot
· 7 years ago
d6400c3
mmc: add a Kconfig option to enable the support for MMC write operations
by Jean-Jacques Hiblot
· 7 years ago
58a6fb7
mmc: reworked version lookup in mmc_startup_v4
by Jean-Jacques Hiblot
· 7 years ago
baef207
mmc: compile out more code if support for UHS and HS200 is not enabled
by Jean-Jacques Hiblot
· 7 years ago
9b79dbd
mmc: atmel: when sending a data command, use the provided block size
by Jean-Jacques Hiblot
· 7 years ago
49f8925
dm: mmc: sandbox: Update SD card emulation
by Jean-Jacques Hiblot
· 7 years ago
cf17789
mmc: make optional the support for eMMC hardware partitioning
by Jean-Jacques Hiblot
· 7 years ago
f99c2ef
mmc: make UHS and HS200 optional
by Jean-Jacques Hiblot
· 7 years ago
d8e3d42
mmc: convert most of printf() to pr_err() and pr_warn()
by Jean-Jacques Hiblot
· 7 years ago
f7d5dff
mmc: don't use malloc_cache_aligned()
by Jean-Jacques Hiblot
· 7 years ago
1de06b9
mmc: fix for old MMCs (below version 4)
by Jean-Jacques Hiblot
· 7 years ago
1da8eb5
mmc: all hosts support 1-bit bus width and legacy timings
by Jean-Jacques Hiblot
· 7 years ago
00e446f
mmc: Fixed a problem with old sd or mmc that do not support High speed
by Jean-Jacques Hiblot
· 7 years ago
7abff2c
dm: mmc: update mmc_of_parse()
by Jean-Jacques Hiblot
· 7 years ago
52d241d
mmc: dump card and host capabilities if debug is enabled
by Jean-Jacques Hiblot
· 7 years ago
ef1614a
mmc: meson_gx_mmc: fix the complie error
by Jaehoon Chung
· 7 years ago
9215ef5
dm: mmc: Add a library function to parse generic dt binding
by Kishon Vijay Abraham I
· 7 years ago
9815e3b
mmc: add a library function to send tuning command
by Jean-Jacques Hiblot
· 7 years ago
bc1e327
mmc: use the right voltage level for MMC DDR and HS200 modes
by Jean-Jacques Hiblot
· 7 years ago
83dc422
mmc: Retry some MMC cmds on failure
by Kishon Vijay Abraham I
· 7 years ago
01298da
mmc: Change mode when switching to a boot partition
by Jean-Jacques Hiblot
· 7 years ago
04a2ea2
mmc: disable UHS modes if Vcc cannot be switched on and off
by Jean-Jacques Hiblot
· 7 years ago
c10b85d
mmc: Add support for UHS modes
by Jean-Jacques Hiblot
· 7 years ago
634d484
mmc: add HS200 support in MMC core
by Kishon Vijay Abraham I
· 7 years ago
ec84120
mmc: Add a execute_tuning() callback to the mmc operations.
by Kishon Vijay Abraham I
· 7 years ago
2e7410d
mmc: disable the mmc clock during power off
by Kishon Vijay Abraham I
· 7 years ago
35f6782
mmc: add a new mmc parameter to disable mmc clock
by Kishon Vijay Abraham I
· 7 years ago
fb7c3be
mmc: add power cyle support in mmc core
by Kishon Vijay Abraham I
· 7 years ago
318a7a5
mmc: Add a new callback function to perform the 74 clocks cycle sequence
by Jean-Jacques Hiblot
· 7 years ago
aff5d3c
mmc: Enable signal voltage to be selected from mmc core
by Kishon Vijay Abraham I
· 7 years ago
2a4d212
mmc: make mmc_set_ios() return status
by Kishon Vijay Abraham I
· 7 years ago
3862b85
mmc: refactor MMC startup to make it easier to support new modes
by Jean-Jacques Hiblot
· 7 years ago
d0c221f
mmc: refactor SD startup to make it easier to support new modes
by Jean-Jacques Hiblot
· 7 years ago
0503857
mmc: use mmc modes to select the correct bus speed
by Jean-Jacques Hiblot
· 7 years ago
4c9d2aa
mmc: Add a function to dump the mmc capabilities
by Jean-Jacques Hiblot
· 7 years ago
35f9e19
mmc: introduce mmc modes
by Jean-Jacques Hiblot
· 7 years ago
7382e69
mmc: add a function to read and test the ext csd (mmc >= 4)
by Jean-Jacques Hiblot
· 7 years ago
dfda9d8
mmc: make ext_csd part of struct mmc
by Jean-Jacques Hiblot
· 7 years ago
c744b6f
mmc: move the MMC startup for version above v4.0 in a separate function
by Jean-Jacques Hiblot
· 7 years ago
8ac8a26
mmc: split mmc_startup()
by Jean-Jacques Hiblot
· 7 years ago
06ec045
mmc: dm: get the IO-line and main voltage regulators from the dts
by Jean-Jacques Hiblot
· 7 years ago
bb7b4ef
mmc: sdhci: do not compare pointer to 0
by Heinrich Schuchardt
· 7 years ago
713e681
mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT
by Jorge Ramirez-Ortiz
· 7 years ago
339d578
mmc: sanitize includes for DM i2c
by Felix Brack
· 7 years ago
0e1746a
drivers: mmc: Avoid memory leak in case of failure
by Suniel Mahesh
· 7 years ago
18e7c8f
drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
by Suniel Mahesh
· 7 years ago
1a62f85
Merge git://git.denx.de/u-boot-video
by Tom Rini
· 7 years ago
6bf6342
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
WIP-11Jan2018
e38c66e
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
8a094f5
am335x-fb: setup display PLL
by Hannes Schmelzer
· 7 years ago
0d8a7d6
am335x-fb: cosmetic: fix coding style
by Hannes Schmelzer
· 7 years ago
e880a5e
am335x-fb: cosmetic: update-copyright
by Hannes Schmelzer
· 7 years ago
541d576
configs: Move SYS_DPAA_QBMAN to Kconfig
by Ahmed Mansour
· 7 years ago
4426232
drivers/misc: Share qbman init between archs
by Ahmed Mansour
· 7 years ago
084edbb
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 7 years ago
55acf49
PCI: Drop CONFIG_TSI108_PCI
by Tuomas Tynkkynen
· 7 years ago
0b3f789
ram: stm32: add memory mapping selection support
by Patrice Chotard
· 7 years ago
c8f7877
board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver
by Patrice Chotard
· 7 years ago
Next »