Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e3cef9f5616ee5a427627cf221bb438bafbf6576
/
drivers
e3cef9f
driver/ddr/fsl: Fix timing_cfg_2
by York Sun
· 8 years ago
ff9eb05
crypto/fsl: Update blob cmd to accept 64bit addresses
by Sumit Garg
· 8 years ago
e4584cc
driver: spi: fsl-qspi: remove compile Warnings
by Yunhui Cui
· 8 years ago
6f72634
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 8 years ago
fcdb3b3
net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers
by Hans de Goede
· 8 years ago
f3aa282
sunxi: gpio: Add .xlate function for gpio phandle resolution
by Chen-Yu Tsai
· 8 years ago
b135335
rockchip: rk3288: Fix pinctrl for GPIO bank 0
by John Keeping
· 8 years ago
3845660
mmc-uclass: correct the device number
by Kever Yang
· 8 years ago
1535e5a
spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock
by Vignesh R
· 8 years ago
391b12c
sf: sf_params: Add AT25DF321 flash support
by Wenyou Yang
· 8 years ago
a158ff9
spi: ti_qspi: Remove delay in read path for dra7xx
by Vignesh R
· 8 years ago
b970767
spi: ti_qspi: Fix compiler warning when DEBUG macro is set
by Vignesh R
· 8 years ago
aa29130
spi: ti_qspi: Fix failure on multiple READ_ID cmd
by Vignesh R
· 8 years ago
b0a00d3
spi: Add support for N25Q016A
by Moritz Fischer
· 8 years ago
7d20368
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
341fcb1
pci: allow disabling of pci init/enum via env
by Tim Harvey
· 8 years ago
b3a9699
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
34a10d3
mmc: dw_mmc: reduce timeout detection cycle
by Xu Ziyuan
· 8 years ago
92c67fa
Add a power domain framework/uclass
by Stephen Warren
· 8 years ago
a3a4320
dm: socfpga: mmc: Support CONFIG_BLK
by Simon Glass
· 8 years ago
4cc87fb
dm: mmc: zynq: Convert zynq to use driver model for MMC
by Simon Glass
· 8 years ago
476e63f
dm: zynq: usb: Convert to CONFIG_DM_USB
by Simon Glass
· 8 years ago
b3d61dd
net: phy: marvell: Add a missing errno.h header
by Simon Glass
· 8 years ago
1823034
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
09128c5
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
5d5388d
dm: core: Add a function to bind child devices
by Simon Glass
· 8 years ago
ad220ac
dm: mmc: dwmmc: use the callback functions as static
by Jaehoon Chung
· 8 years ago
9ab4d92
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 8 years ago
5786934
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
964409d
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
54f47a1
net: sun8i_emac: Drop redundant and incorrect setting of syscon register
by Chen-Yu Tsai
· 8 years ago
3d39ace
net: sun8i_emac: Do not configure AHB2 clock
by Chen-Yu Tsai
· 8 years ago
d62ecb4
drivers: net/fm: Add Fman support for LS1046A
by Mingkai Hu
· 8 years ago
f3c8bca
DM: crypto/fsl: Enable rsa DM driver usage before relocation
by Sumit Garg
· 8 years ago
6e6dce6
i2c: fsl: Fix driver initialization
by mario.six@gdsys.cc
· 9 years ago
bfa419c
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 8 years ago
efd1fb8
i2c: mvtwsi: Add documentation
by mario.six@gdsys.cc
· 8 years ago
e841b58
i2c: mvtwsi: Make delay times frequency-dependent
by mario.six@gdsys.cc
· 8 years ago
029a84b
i2c: mvtwsi: Handle zero-length offsets properly
by mario.six@gdsys.cc
· 8 years ago
355a127
i2c: mvtwsi: Add compatibility to DM
by mario.six@gdsys.cc
· 8 years ago
c4eceb5
i2c: mvtwsi: Make address length variable
by mario.six@gdsys.cc
· 8 years ago
9f7f689
i2c: mvtwsi: Factor out adap parameter
by mario.six@gdsys.cc
· 8 years ago
a4ac8b7
i2c: mvtwsi: Add compatibility functions
by mario.six@gdsys.cc
· 8 years ago
9e118b3
i2c: mvtwsi: Use 'uint' instead of 'unsigned int'
by mario.six@gdsys.cc
· 8 years ago
bdf0f66
i2c: mvtwsi: Get rid of status parameter
by mario.six@gdsys.cc
· 8 years ago
1cc2c28
i2c: mvtwsi: Eliminate flags parameter
by mario.six@gdsys.cc
· 8 years ago
7b0c431
i2c: mvtwsi: Improve and fix comments
by mario.six@gdsys.cc
· 8 years ago
f43d3e9
i2c: mvtwsi: Streamline code and add documentation
by mario.six@gdsys.cc
· 8 years ago
2b656eb
i2c: mvtwsi: Fix style violations
by mario.six@gdsys.cc
· 8 years ago
560037b
drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model
by Mugunthan V N
· 8 years ago
38d943a
drivers: i2c: omap24xx_i2c: prepare driver for DM conversion
by Mugunthan V N
· 8 years ago
bbf1ccf
drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable
by Mugunthan V N
· 8 years ago
65922e0
mmc: rockchip: add SDHCI driver support for rockchip soc
by Kever Yang
· 8 years ago
ae8fe41
rockchip: Use rockchip_get_clk() to obtain the SoC clock
by Simon Glass
· 8 years ago
32d8ab6
dm: core: Add a way to find a device by its driver
by Simon Glass
· 8 years ago
7f78c24
rockchip: rk3288: fix FREF_MIN_HZ constant
by Heiko Stübner
· 8 years ago
1bd4a54
cosmetic: rockchip: rk3288: rename rkclk_configure_cpu
by Heiko Stübner
· 8 years ago
5c91e2b
cosmetic: rockchip: sort socs according to numbers
by Heiko Stübner
· 8 years ago
d697909
cosmetic: rockchip: rk3036: pinctrl: fix config symbol naming
by Heiko Stübner
· 8 years ago
66bd8d3
cosmetic: rockchip: rk3288: pinctrl: fix config symbol naming
by Heiko Stübner
· 8 years ago
2c2196f
usb: dwc2 : invalidate dcache before starting DMA
by Xu Ziyuan
· 8 years ago
b729dc0
usb: dwc2-otg: adjust fifo size via platform data
by Xu Ziyuan
· 8 years ago
1ecf3e4
usb: rockchip-phy: implement USB2.0 phy control
by Xu Ziyuan
· 8 years ago
e4fcdbb
mtd: nand: fix bug writing 1 byte less than page size
by Hector Palacios
· 8 years ago
edf2440
mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NAND
by Boris Brezillon
· 8 years ago
57f2038
mtd: nand: Add the sunxi NAND controller driver
by Boris Brezillon
· 8 years ago
ba6463d
mtd: nand: add common DT init code
by Brian Norris
· 8 years ago
fa1f73f
ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()
by Masahiro Yamada
· 8 years ago
7dbad5c
mtd: OneNAND: initialize mtd->writebufsize to let UBI work
by Ladislav Michl
· 8 years ago
1173271
mtd: OneNAND: allow board init function fail
by Ladislav Michl
· 8 years ago
243af2f
mtd: OneNAND: add timeout to wait ready loops
by Ladislav Michl
· 8 years ago
d5b1c27
armv7: make gpmc_cfg const
by Ladislav Michl
· 8 years ago
820d24d
spl: Lightweight UBI and UBI fastmap support
by Thomas Gleixner
· 8 years ago
dcd7ed3
onenand_spl_simple: Add a simple OneNAND read function
by Ladislav Michl
· 8 years ago
daec8a4
nand_spl_simple: Add a simple NAND read function
by Thomas Gleixner
· 8 years ago
4a7234b
mtd: Sort subsystem directories aplhabeticaly in Makefile
by Ladislav Michl
· 8 years ago
7559ac4
i2c_eeprom: Add reading support
by mario.six@gdsys.cc
· 8 years ago
dcca7a9
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 8 years ago
42fcc18
usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ
by Siva Durga Prasad Paladugu
· 8 years ago
30d40b3
dm: clk: Remove simple version of clk_get_by_index/name()
by Michal Simek
· 8 years ago
eea9d96
serial: zynq: Read information about clock from DT
by Michal Simek
· 8 years ago
2da5125
mmc: sdhci: Disable internal clock enable bit
by Siva Durga Prasad Paladugu
· 9 years ago
fcdfeed
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 8 years ago
f6d96cb
powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL
by Sumit Garg
· 8 years ago
99893dd
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 8 years ago
f0c50f4
serial_mxc: Remove unconditional DCE setting
by Breno Lima
· 8 years ago
3e2fa2a
mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips
by Daniel Schwierzeck
· 8 years ago
2cf1fdb
imx_watchdog: add weak attribute to reset_cpu function
by Stefan Agner
· 8 years ago
8652ce9
usb: ehci-mx6: introduce config for high active power pin
by Stefan Agner
· 8 years ago
475cf91
usb: ehci-mx6: configure power polarity in usb_power_config
by Stefan Agner
· 8 years ago
100fe07
usb: move CONFIG_USB_EHCI_MX7 to Kconfig
by Stefan Agner
· 8 years ago
07b3f33
dm: imx: serial: Support DTE mode when using driver model
by Stefan Agner
· 8 years ago
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
a1db4fe
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
6527fa2
sunxi: Use BROM stored boot_media value to determine our boot-source
by Hans de Goede
· 8 years ago
b87ea78
Merge branch 'master' of git://git.denx.de/u-boot-samsung
by Tom Rini
· 8 years ago
ecf6082
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
d194c0e
net: Add EMAC driver for H3/A83T/A64 SoCs.
by Amit Singh Tomar
· 8 years ago
e2ead48
sunxi: mmc: increase status register polling rate for data transfers
by Tobias Doerffel
· 8 years ago
6f3ea20
sunxi: Support booting from SPI flash
by Siarhei Siamashka
· 8 years ago
Next »