Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
ee87ee82e1c9052d59e44c5c29448f4545ab59e7
« Previous
a139b96
usb: gadget: udc: add udc-core from linux kernel to u-boot
by Kishon Vijay Abraham I
· 10 years ago
fc2f15d
ARM: AM43xx: Enable clocks for USB OTGSS and USB PHY
by Kishon Vijay Abraham I
· 10 years ago
d3cfcb3
ARM: DRA7: Enable clocks for USB OTGSS and USB PHY
by Kishon Vijay Abraham I
· 10 years ago
5877de9
usb: dwc2: retry NAK'd interrupt transfers
by Stephen Warren
· 10 years ago
e236519
usb: dwc2: implement interrupt transfers
by Stephen Warren
· 10 years ago
ed9bcbc
usb: dwc2: correctly program hcchar for LS devices
by Stephen Warren
· 10 years ago
122426d
ARM: bcm2835: use phys_to_bus() for mbox
by Stephen Warren
· 10 years ago
4748cce
usb: dwc2: detect device speed correctly
by Stephen Warren
· 10 years ago
5c0beb5
usb: dwc2: use phys_to_bus/bus_to_phys
by Stephen Warren
· 10 years ago
79340db
ARM: bcm2835: implement phys_to_bus/bus_to_phys
by Stephen Warren
· 10 years ago
927c1fa
Create API to map between CPU physical and bus addresses
by Stephen Warren
· 10 years ago
fc909c0
usb: dwc2: fix bulk transfers
by Stephen Warren
· 10 years ago
805b67e
usb: dwc2: remove restriction on buffer length
by Stephen Warren
· 10 years ago
d1c880c
usb: dwc2: fix aligned buffer usage
by Stephen Warren
· 10 years ago
66ffc87
usb: dwc2: simplify wait_for_chhltd
by Stephen Warren
· 10 years ago
282685e
usb: dwc2: remove control_data_toggle[]
by Stephen Warren
· 10 years ago
ee83755
usb: dwc2: usb chunk_msg() for control transfers too
by Stephen Warren
· 10 years ago
7b5e504
usb: dwc2: refactor submit_bulk_msg to be common
by Stephen Warren
· 10 years ago
4a1d21f
usb: dwc2: unify waiting for transfer completion
by Stephen Warren
· 10 years ago
319418c
usb: hub: allow pgood_delay to be specified via env
by Tim Harvey
· 10 years ago
25c0673
usb: fix first descriptor fetch error handling
by Stephen Warren
· 10 years ago
04ee6ee
usb: Early failure when the first descriptor read fails or is invalid
by Paul Kocialkowski
· 10 years ago
8879be8
usb: Check usb_new_device for failure
by Paul Kocialkowski
· 10 years ago
5a80b34
usb: usb_new_device return codes consistency
by Paul Kocialkowski
· 10 years ago
f657087
usb_storage:Fix USB storage capacity detection on 64 bit architectures
by Sergey Temerkhanov
· 10 years ago
421a5a0
usb: 64-bit architectures support for xHCI
by Sergey Temerkhanov
· 10 years ago
b12242a
usb: Convert protocol header structures to use explicitly sized variables
by Sergey Temerkhanov
· 10 years ago
ec5e78c
usb: mass-storage: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
96df9c7
usb: ehci-tegra: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
98ae840
ehci-hcd: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
f72d832
usb: ci_udc: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
4c5998b
usb: eth: asix: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
cd74965
usb_storage : scan all interfaces to find a storage device
by Franck Jullien
· 10 years ago
f33cdaa
Prepare v2015.04
by Tom Rini
· 10 years ago
v2015.04
a6a4c54
break build if it would produce broken binary
by Pavel Machek
· 10 years ago
1d2f746
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
787affb
ARM: rpi: add a couple more revision IDs
by Stephen Warren
· 10 years ago
bf71a29
ARM: fix arch/arm/Makefile for Tegra
by Masahiro Yamada
· 10 years ago
4adb46a
arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret
by Stefan Roese
· 10 years ago
c175f30
Merge git://git.denx.de/u-boot-arc
by Tom Rini
· 10 years ago
a811492
arc: fix separate compilation of start.o
by Alexey Brodkin
· 10 years ago
a7b00a7
integrator: consolidate flash info
by Linus Walleij
· 10 years ago
10d1491
vexpress64: juno: add default NOR flash boot
by Linus Walleij
· 10 years ago
4bb6650
common/armflash: Support for ARM flash images
by Linus Walleij
· 10 years ago
ffb96d5
Merge branch 'master' of git://git.denx.de/u-boot-fdt
by Tom Rini
· 10 years ago
5906434
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
6d0f452
common, ubi: use positive return values for ubi check
by Stefan Agner
· 10 years ago
8957607
arc: make sure _start is in the beginning of .text section
by Alexey Brodkin
· 10 years ago
4bde2e9
fdt: nios: Fix warning in ft_cpu_setup()
by Simon Glass
· 10 years ago
412ae53
lpc32xx: add support for board work_92105
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
8c80eb3
Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
39f520b
lpc32xx: add lpc32xx-spl.bin boot image target
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
24d528e
dtt: add ds620 support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
981219e
lpc32xx: add LPC32xx SSP support (SPI mode)
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
606f704
lpc32xx: add GPIO support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
5e862b9
lpc32xx: i2c: add LPC32xx I2C interface support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
c8381bf
lpc32xx: mtd: nand: add MLC NAND controller
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
ac2916a
lpc32xx: add Ethernet support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
b491d97
Merge branch 'u-boot/master'
by Albert ARIBAUD
· 10 years ago
7637545
omap3: pandora: use common configuration
by Grazvydas Ignotas
· 10 years ago
18094e3
odroid-XU3: update board maintainer
by Przemyslaw Marczak
· 10 years ago
eb5e129
mcx: update maintainer and convert to generic board
by Anatolij Gustschin
· 10 years ago
26f7c11
MAINTAINERS: fix TI DaVinci directory path and add KeyStone
by Masahiro Yamada
· 10 years ago
0241c31
board: axs10x - support v3 mother-board
by Alexey Brodkin
· 10 years ago
3bf801a
ARM: mx5: add support for USB armory board
by Andrej Rosano
· 10 years ago
424ee3d
ARM: mx5: move to a standard arch/board approach
by Andrej Rosano
· 10 years ago
385a08a
ARM: zynq: Remove Jagan from list of maintainers
by Michal Simek
· 10 years ago
321f86e
ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot
by Masahiro Yamada
· 10 years ago
f97d112
Fix mxc_hab documenation for DEK blob generation
by Ulises Cardenas
· 10 years ago
a80a65e
mx53loco: Disable printing cpuinfo
by Fabio Estevam
· 10 years ago
adcc570
cmd_mem.c: Update 'iteration_limit' to unsigned long
by Tom Rini
· 10 years ago
c4aaf2e
fix makefiles to respect DTC setting
by Pavel Machek
· 10 years ago
bf678df
MAKEALL: fix get_target_arch() to adjust to '-' in Status field
by Masahiro Yamada
· 10 years ago
cffcd28
kbuild: include config.mk when auto.conf is not older than .config
by Masahiro Yamada
· 10 years ago
e049b77
am33xx/ddr.c: Fix regression on DDR2 platforms
by Tom Rini
· 10 years ago
e37f1eb
cmd_mem: cleanups, catch bad usage
by Pavel Machek
· 10 years ago
8f6e183
ahci: Fix a wrong parameter pass
by Tang Yuantian
· 10 years ago
5e8397d
env_sf: Fix recovery default
by Mario Schuknecht
· 10 years ago
3419af7
Merge branch 'master' of git://git.denx.de/u-boot-samsung
by Tom Rini
· 10 years ago
1018b0a
config: exynos: trats2: Enable support for Image.itb at trats2 device
by Łukasz Majewski
· 10 years ago
0a1387b
config: exynos: trats: Enable support for Image.itb at trats device
by Łukasz Majewski
· 10 years ago
f26cc7d
config: exynos: common: Provide env variables to support Image.itb
by Łukasz Majewski
· 10 years ago
0f00c38
smdk5420: Remove GPIO enums
by Ajay Kumar
· 10 years ago
607eff6
dts: peach_pi: Add DT properties needed for display
by Ajay Kumar
· 10 years ago
b798177
dts: peach_pit: Add SLP and RST GPIO properties in parade DT node
by Ajay Kumar
· 10 years ago
e549234
dts: exynos54xx: Add samsung, pwm-out-gpio property to FIMD node
by Ajay Kumar
· 10 years ago
55e7092
video: parade: configure SLP and RST GPIOs if specified in DT
by Ajay Kumar
· 10 years ago
9018efa
video: exynos_fb: configure backlight GPIOs if specified in DT
by Ajay Kumar
· 10 years ago
6102560
Exynos5: Fix rpll_sdiv to support both peach-pit and peach-pi panels
by Ajay Kumar
· 10 years ago
70b4fb6
arm: exynos: add display clocks for Exynos5800
by Ajay Kumar
· 10 years ago
d7e1f02
config: peach: Correct memory layout environment settings
by Sjoerd Simons
· 10 years ago
f44ef7d
exynos5: add trace feature #ifdef in exynos5-common.h
by Inha Song
· 10 years ago
0467faf
Exynos: Clock: Fix exynos5_get_periph_rate for I2C.
by Guillaume GARDET
· 10 years ago
47bdb9f
sunxi: Fix Orangepi_mini dtb filename
by Hans de Goede
· 10 years ago
d68df02
Merge git://git.denx.de/u-boot-arc
by Tom Rini
· 10 years ago
692e5c4
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 10 years ago
d5717e8
board: AXS10x - update SDIO clock value
by Alexey Brodkin
· 10 years ago
6eb15e5
arc: add support for SLC (System Level Cache, AKA L2-cache)
by Alexey Brodkin
· 10 years ago
09424d1
board: Switch Abilis TB-100 board to Driver Model for serial port
by Alexey Brodkin
· 10 years ago
01496c4
serial-arc: switch to DM
by Alexey Brodkin
· 10 years ago
Next »