Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
97e915262e06c5980124de2e0fe5c2f34b40ee8f
/
drivers
74f96da
dm: Give the demo uclass a name
by Simon Glass
· 10 years ago
bb58503
dm: Add dm_scan_other() to locate board-specific devices
by Simon Glass
· 10 years ago
9b0ba06
dm: Improve errors and warnings in lists_bind_fdt()
by Simon Glass
· 10 years ago
a327dee
dm: Add child_pre_probe() and child_post_remove() methods
by Simon Glass
· 10 years ago
e59f458
dm: Introduce per-child data for devices
by Simon Glass
· 10 years ago
997c87b
dm: Add functions to access a device's children
by Simon Glass
· 10 years ago
1ca7e20
dm: Provide a function to scan child FDT nodes
by Simon Glass
· 10 years ago
c910e2e
dm: Avoid accessing uclasses before they are ready
by Simon Glass
· 10 years ago
f4cdead
dm: Allow a device to be found by its FDT offset
by Simon Glass
· 10 years ago
5a66a8f
dm: Introduce device sequence numbering
by Simon Glass
· 10 years ago
9ca296a
dm: Move uclass error checking/probing into a function
by Simon Glass
· 10 years ago
093f79a
Add a flag indicating when the serial console is ready
by Simon Glass
· 10 years ago
ab7cd62
dm: Support driver model prior to relocation
by Simon Glass
· 10 years ago
00606d7
dm: Allow drivers to be marked 'before relocation'
by Simon Glass
· 10 years ago
9adbd7a
dm: Provide a way to shut down driver model
by Simon Glass
· 10 years ago
7497812
dm: Make sure that the root device is probed
by Simon Glass
· 10 years ago
709ea54
stdio: Pass device pointer to stdio methods
by Simon Glass
· 10 years ago
91d0be1
stdio: Remove redundant code around stdio_register() calls
by Simon Glass
· 10 years ago
5b9765c
dm: gpio: Don't use the driver model uclass for SPL
by Simon Glass
· 10 years ago
e0ddcf9
AHCI: Increase link timeout to 200ms
by Ian Campbell
· 10 years ago
5b9587a
serial: ns16550: use a const variable instead of macro
by Masahiro Yamada
· 10 years ago
f8c7c20
serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor
by Masahiro Yamada
· 10 years ago
841977d
serial: ns16550: drop CONFIG_OMAP1610 from the special case
by Masahiro Yamada
· 10 years ago
4a755f1
driver/usb: include upper/lower_32_bits() from linux/compat.h
by Lijun Pan
· 10 years ago
3364b18
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 10 years ago
750121c
mmc: prevent some warnings with make W=1
by Jeroen Hofstee
· 10 years ago
cee9ab7
dirvers: mmc: use __weak
by Jeroen Hofstee
· 10 years ago
fd536d8
dm: add missing includes
by Jeroen Hofstee
· 10 years ago
c15df21
mtd: cfi_flash: fix clang warning
by Jeroen Hofstee
· 10 years ago
a17fd10
fsl_i2c: add support for 3rd and 4th I2C
by Shengzhou Liu
· 10 years ago
f7c1053
i2c, omap24xx: add i2c deblock sequenz
by Heiko Schocher
· 10 years ago
5ba9554
usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
by Felipe Balbi
· 10 years ago
26707d9
usb: host: xhci: make sure to power up PHY
by Felipe Balbi
· 10 years ago
3a990bf
board: gdsys: Make gdsys osd hardware detection more robust
by Dirk Eibach
· 10 years ago
b46226b
i2c: IHS I2C master driver
by Dirk Eibach
· 10 years ago
0519e80
blackfin: Fix warning about undefined function
by Vasili Galka
· 10 years ago
b8c1438
mpc8xx: remove v37 board support
by Masahiro Yamada
· 10 years ago
c750b9c
mpc8xx: remove rbc823 board support
by Masahiro Yamada
· 10 years ago
0657e46
mpc8xx: remove RPXlite_dw, quantum board support
by Masahiro Yamada
· 10 years ago
49f9337
tpm: don't use unneeded double brackets
by Jeroen Hofstee
· 10 years ago
a8b0f9b
build: define CPU only when arch/${ARCH}/cpu/${CPU} exists
by Masahiro Yamada
· 10 years ago
6ee3d00
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 10 years ago
d8c67dc
watchdog/denali: Adding DesignWare watchdog driver support
by Chin Liang See
· 10 years ago
7237d22
arm: ep9315: Return back Cirrus Logic EDB9315A board support
by Sergey Kostanbaev
· 10 years ago
c0c3740
gpio: spear_gpio: Fix gpio_set_value() implementation
by Axel Lin
· 10 years ago
b940ca6
armv8/fsl-lsch3: Add support to load and start MC Firmware
by J. German Rivera
· 10 years ago
2f78eae
ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC
by York Sun
· 10 years ago
ad3091a
i2c: tegra: dump alen in debug statements
by Stephen Warren
· 10 years ago
981b14f
i2c: tegra: write clean data to TX FIFO
by Stephen Warren
· 10 years ago
68049a0
i2c: tegra: use repeated start for reads
by Stephen Warren
· 10 years ago
fe8b321
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
dcb89b5
usb: ci_udc: use var name ep/ci_ep consistently
by Stephen Warren
· 10 years ago
369d3c4
USB: gadget: atmel: zero out allocated requests
by Stephen Warren
· 10 years ago
639e990
usb: ci_udc: don't memalign() struct ci_req allocations
by Stephen Warren
· 10 years ago
6ac15fd
usb: ci_udc: remove controller.items array
by Stephen Warren
· 10 years ago
7e54188
usb: ci_udc: fix items array size/stride calculation
by Stephen Warren
· 10 years ago
06b38fc
usb: ci_udc: lift ilist size calculations to global scope
by Stephen Warren
· 10 years ago
8d7c39d
usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs
by Stephen Warren
· 10 years ago
d7beeb9
usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()
by Stephen Warren
· 10 years ago
304f936
Merge remote-tracking branch 'u-boot-samsung/master'
by Albert ARIBAUD
· 10 years ago
e99f30e
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
d6694af
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
08ebd46
usb: eth: smsc95xx: add LAN9500A device ID
by Ilya Ledvich
· 11 years ago
29425be
usb: fastboot: fix potential buffer overflow
by Jeroen Hofstee
· 10 years ago
25d1936
usb: xhci: (likely) fix bracket in if condition
by Jeroen Hofstee
· 10 years ago
19a2a67
usb:g_dnl:f_thor: remove memset before memcpy
by Jeroen Hofstee
· 10 years ago
933611f
usb:composite: clear the whole common buffer
by Jeroen Hofstee
· 10 years ago
198c5f9
usb: r8a66597: Fix initilization size of r8a66597 info structure
by Yasuhisa Umano
· 11 years ago
8ecdce7
usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB
by yasuhisa umano
· 11 years ago
51afc2c
usb: cosmetic: double const
by Jeroen Hofstee
· 10 years ago
83c3750
usb: ci_udc: fix typo in debug message
by Stephen Warren
· 10 years ago
fb22ae6
usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC
by Stephen Warren
· 10 years ago
ed1d98d
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
00d4796
PMIC: MAX77686: fix invalid bus check
by Jeroen Hofstee
· 10 years ago
e76d2a8
Exynos: SPI: Fix reading data from SPI flash
by Akshay Saraswat
· 10 years ago
89876a5
dm: Cast away the const-ness of the global_data pointer
by Simon Glass
· 10 years ago
6a6d8fb
dm: Add missing header files in lists and root
by Simon Glass
· 10 years ago
939cda5
dm: Use case-insensitive comparison for GPIO banks
by Simon Glass
· 10 years ago
ae7f451
dm: Rename struct device_id to udevice_id
by Simon Glass
· 10 years ago
7a4861f
spi: davinci: Fix register address for SPI1_BUS
by Axel Lin
· 10 years ago
909ea9a
ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c
by Khoronzhuk, Ivan
· 10 years ago
3e01ed0
mtd: nand: davinci: add header file for driver definitions
by Khoronzhuk, Ivan
· 10 years ago
a348d56
pmic: tps65090: correct checking i2c bus
by Jeroen Hofstee
· 10 years ago
2b9912e
includes: move openssl headers to include/u-boot
by Jeroen Hofstee
· 10 years ago
b137bd8
video: atmel_hlcdfb: enable dcache support
by Wu, Josh
· 11 years ago
5ae0e38
net: macb: enable dcache in macb
by Wu, Josh
· 10 years ago
ceef983
macb: make checkpatch clean
by Andreas Bießmann
· 10 years ago
d8a97f9
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 10 years ago
3d6a5a4
mmc: free allocated memory on initialization errors
by Darwin Rambo
· 10 years ago
d4622df
mmc: return meaningful error codes from mmc_select_hwpart
by Stephen Warren
· 10 years ago
6736ec1
i2c: kona: Resolve Kona I2C driver issue
by Steve Rae
· 10 years ago
ddc9437
m68k: Fix warnings with gcc 4.6
by Simon Glass
· 10 years ago
28b62f0
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 10 years ago
61e76f5
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
3d83e67
dfu: Disable default calculation of CRC32
by Lukasz Majewski
· 10 years ago
e0672b3
usb: ci_udc: terminate ep0 INs with a zlp when required
by Stephen Warren
· 10 years ago
b7c0051
usb: ci_udc: clean up all allocations in unregister
by Stephen Warren
· 10 years ago
9a7d34b
usb: ci_udc: fix probe error cleanup
by Stephen Warren
· 10 years ago
bdf8161
usb: ci_udc: fix freeing of ep0 req
by Stephen Warren
· 10 years ago
43a8f25
usb: ci_udc: call udc_disconnect() from ci_pullup()
by Stephen Warren
· 10 years ago
Next »