Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
db88225c2a571838c9c859fbb2407528bf4136d4
/
drivers
db88225
i2c: tegra: use repeated start for reads
by Stephen Warren
· 10 years ago
0c538ea
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
192e8eb
usb: ci_udc: use var name ep/ci_ep consistently
by Stephen Warren
· 10 years ago
16a643e
USB: gadget: atmel: zero out allocated requests
by Stephen Warren
· 10 years ago
1d0788f
usb: ci_udc: don't memalign() struct ci_req allocations
by Stephen Warren
· 10 years ago
b8a872c
usb: ci_udc: remove controller.items array
by Stephen Warren
· 10 years ago
d13034e
usb: ci_udc: fix items array size/stride calculation
by Stephen Warren
· 10 years ago
fe52910
usb: ci_udc: lift ilist size calculations to global scope
by Stephen Warren
· 10 years ago
6667e23
usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs
by Stephen Warren
· 10 years ago
bec1c13
usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()
by Stephen Warren
· 10 years ago
ca8ca05
Merge remote-tracking branch 'u-boot-samsung/master'
by Albert ARIBAUD
· 10 years ago
ad763d7
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
edd3447
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
180bb6a
usb: eth: smsc95xx: add LAN9500A device ID
by Ilya Ledvich
· 11 years ago
36a6b40
usb: fastboot: fix potential buffer overflow
by Jeroen Hofstee
· 10 years ago
b351e46
usb: xhci: (likely) fix bracket in if condition
by Jeroen Hofstee
· 10 years ago
e5bad0d
usb:g_dnl:f_thor: remove memset before memcpy
by Jeroen Hofstee
· 10 years ago
6931bff
usb:composite: clear the whole common buffer
by Jeroen Hofstee
· 10 years ago
8af893e
usb: r8a66597: Fix initilization size of r8a66597 info structure
by Yasuhisa Umano
· 11 years ago
ea33c6a
usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB
by yasuhisa umano
· 11 years ago
5528f4c
usb: cosmetic: double const
by Jeroen Hofstee
· 10 years ago
fa51417
usb: ci_udc: fix typo in debug message
by Stephen Warren
· 10 years ago
f66ae99
usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC
by Stephen Warren
· 10 years ago
d0b3d76
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
746b92b
PMIC: MAX77686: fix invalid bus check
by Jeroen Hofstee
· 10 years ago
8613bed
Exynos: SPI: Fix reading data from SPI flash
by Akshay Saraswat
· 10 years ago
34a1d35
dm: Cast away the const-ness of the global_data pointer
by Simon Glass
· 10 years ago
df6bd7d
dm: Add missing header files in lists and root
by Simon Glass
· 10 years ago
d4acf63
dm: Use case-insensitive comparison for GPIO banks
by Simon Glass
· 10 years ago
767827a
dm: Rename struct device_id to udevice_id
by Simon Glass
· 10 years ago
78472a8
spi: davinci: Fix register address for SPI1_BUS
by Axel Lin
· 10 years ago
8062b05
ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c
by Khoronzhuk, Ivan
· 10 years ago
753a00a
mtd: nand: davinci: add header file for driver definitions
by Khoronzhuk, Ivan
· 10 years ago
550b42d
pmic: tps65090: correct checking i2c bus
by Jeroen Hofstee
· 10 years ago
bfe88fe
includes: move openssl headers to include/u-boot
by Jeroen Hofstee
· 10 years ago
52b2afd
video: atmel_hlcdfb: enable dcache support
by Wu, Josh
· 11 years ago
1805240
net: macb: enable dcache in macb
by Wu, Josh
· 11 years ago
1e86812
macb: make checkpatch clean
by Andreas Bießmann
· 11 years ago
51c03fa
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 10 years ago
cc350cb
mmc: free allocated memory on initialization errors
by Darwin Rambo
· 11 years ago
bf0c785
mmc: return meaningful error codes from mmc_select_hwpart
by Stephen Warren
· 11 years ago
6c2d142
i2c: kona: Resolve Kona I2C driver issue
by Steve Rae
· 11 years ago
660031e
m68k: Fix warnings with gcc 4.6
by Simon Glass
· 10 years ago
b6d1611
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 10 years ago
3298501
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
3e0d028
dfu: Disable default calculation of CRC32
by Lukasz Majewski
· 10 years ago
a9e91da
usb: ci_udc: terminate ep0 INs with a zlp when required
by Stephen Warren
· 10 years ago
9c7ebe7
usb: ci_udc: clean up all allocations in unregister
by Stephen Warren
· 10 years ago
c5d619b
usb: ci_udc: fix probe error cleanup
by Stephen Warren
· 10 years ago
10fecbd
usb: ci_udc: fix freeing of ep0 req
by Stephen Warren
· 10 years ago
6e9aa0d
usb: ci_udc: call udc_disconnect() from ci_pullup()
by Stephen Warren
· 10 years ago
8d14b25
net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLF
by Nobuhiro Iwamatsu
· 11 years ago
31e84df
net: sh-eth: Fix coding style
by Nobuhiro Iwamatsu
· 11 years ago
46288f4
net: sh-eth: Add support R7S72100 of rmobile
by Nobuhiro Iwamatsu
· 11 years ago
c7410e3
arm: vf610: Add QSPI driver support
by Alison Wang
· 11 years ago
39a5ebc
sf: probe: Fix quad bit set path
by Poddar, Sourav
· 11 years ago
6b622d1
spi: soft_spi: Support NULL din/dout buffers
by Andrew Ruder
· 11 years ago
b219e82
sf: params: Added support for Spansion S25FL512S_512K
by Siva Durga Prasad Paladugu
· 11 years ago
17365f4
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
0634fc0
power: Add support for the TPS65218 PMIC
by Tom Rini
· 10 years ago
4cfd64a
ti: qspi: populate slave device to set flash quad bit.
by Sourav Poddar
· 11 years ago
046cf86
mtd: nand: omap: add support for BCH16_ECC - NAND driver updates
by pekon gupta
· 10 years ago
6250faf
mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device bus-width
by pekon gupta
· 11 years ago
6767522
mtd: nand: force NAND_CMD_READID onto 8-bit bus
by Brian Norris
· 11 years ago
f383230
mtd: nand: don't use read_buf for 8-bit ONFI transfers
by Brian Norris
· 11 years ago
cfe6b8a
mtd: nand: omap: fix error-codes returned from omap-elm driver
by pekon gupta
· 11 years ago
3c43c5b
mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bch
by pekon gupta
· 11 years ago
aa16848
mtd: nand: omap_gpmc: rename struct nand_bch_priv to struct omap_nand_info
by pekon gupta
· 11 years ago
9d4b747
mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv'
by pekon gupta
· 11 years ago
dcd2411
mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between BCH4/BCH8/BCH16
by pekon gupta
· 11 years ago
30f3567
mtd: nand: omap_elm: remove #include omap_gpmc.h
by pekon gupta
· 11 years ago
e9d1347
dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6D
by Tim Harvey
· 11 years ago
dcf4066
spl: nand: add support for mxs nand
by Tim Harvey
· 10 years ago
c62270e
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
ff5ca8d
driver/ddr/fsl: Fix printing unspecified module info for DDR4
by York Sun
· 10 years ago
9982579
powerpc/mpc85xx: Add workaround for DDR erratum A004508
by York Sun
· 11 years ago
433dd00
powerpc/espi: remove 80us delay to improve transfer performance
by Hou Zhiqiang
· 11 years ago
cdfc576
phy: fix create_phy_by_mask for when its given an actual search mask
by Cormier, Jonathan
· 11 years ago
e61f9f6
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
aa449fa
usb: ci_udc: complete ep0 direction handling
by Stephen Warren
· 11 years ago
9ac8b54
usb: ci_udc: pre-allocate ep0 req
by Stephen Warren
· 11 years ago
b3dc422
usb: ci_udc: use a single descriptor for ep0
by Stephen Warren
· 11 years ago
62237cf
usb: ci_udc: detect queued requests on ep0
by Stephen Warren
· 11 years ago
fa8dc1d
dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting
by Lukasz Majewski
· 11 years ago
342ecb7
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
be6aafc
Add cli_ prefix to readline functions
by Simon Glass
· 11 years ago
dec3c01
move CLI prototypes to cli.h and add comments
by Simon Glass
· 11 years ago
a17f285
serial_mxc: disable new features of autobaud detection
by Eric Nelson
· 11 years ago
0f0900b
power: Explicitly select pmic device's bus
by Aaron Durbin
· 11 years ago
2ab5695
power: Add support for TPS65090 PMU chip.
by Tom Wai-Hong Tam
· 11 years ago
05400a6
power: Add PMIC_ prefix to CHARGER_EN/DISABLE
by Simon Glass
· 11 years ago
0222981
power: Rename CONFIG_PMIC_... to CONFIG_POWER_...
by Simon Glass
· 11 years ago
b74fcb4
dm: rename device struct to udevice
by Heiko Schocher
· 11 years ago
6bcb562
mmc: atmel_mci: fix print incorrect buffer content for debug
by Wu, Josh
· 11 years ago
383543a
gpio: at91: add sanity check for the NULL pointer
by Wu, Josh
· 11 years ago
4164b74
net/designware: Make DMA burst length configurable and reduce by default
by Ian Campbell
· 11 years ago
52daae3
net/designware: reorder struct dw_eth_dev to pack more efficiently.
by Ian Campbell
· 11 years ago
0e690fd
net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGN
by Ian Campbell
· 11 years ago
07c92fc
net/designware: ensure device private data is DMA aligned.
by Ian Campbell
· 11 years ago
b4e9f2f
sunxi: mmc support
by Ian Campbell
· 11 years ago
Next »