Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5ea6cf24b2e56ead41700d5aeb221d565e793bd1
5ea6cf2
usb: xhci: Change MAX_HC_PORTS to 255
by Bin Meng
· 7 years ago
7e84f9e
usb: hub: Add 3.0 hub port status mask of 2.0 hub
by Bin Meng
· 7 years ago
0d66b3a
usb: hub: Change USB hub descriptor to match USB 3.0 hubs
by Bin Meng
· 7 years ago
5003a8f
usb: hub: Revise wLength for 'get port status' request
by Bin Meng
· 7 years ago
e8930c4
usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
by Bin Meng
· 7 years ago
049ba14
usb: hub: Update handling connect status/change in usb_scan_port()
by Bin Meng
· 7 years ago
ec0501b
usb: xhci: Add input slot context in xhci_set_configuration()
by Bin Meng
· 7 years ago
8a3f9cf
usb: xhci: Initialize scratchpad buffer array and scratchpad buffers
by Bin Meng
· 7 years ago
474b250
usb: xhci: Correct command TRB 4th dword initialization
by Bin Meng
· 7 years ago
c72f37a
usb: xhci: Remove incorrect comments for struct xhci_container_ctx
by Bin Meng
· 7 years ago
c6e19d3
usb: host: ohci-generic: add generic PHY support
by Patrice Chotard
· 7 years ago
170229e
usb: host: ohci-generic: add RESET support
by Patrice Chotard
· 7 years ago
37a197a
usb: host: ohci-generic: add CLOCK support
by Patrice Chotard
· 7 years ago
1a62cde
usb: host: ehci-generic: add generic PHY support
by Patrice Chotard
· 7 years ago
a0809dc
usb: host: ehci-generic: add error path and .remove callback
by Patrice Chotard
· 7 years ago
5e7a080
usb: host: ehci-generic: replace printf() by error()
by Patrice Chotard
· 7 years ago
be7dd60
dm: core: add ofnode_count_phandle_with_args()
by Patrice Chotard
· 7 years ago
96fc03d
clk: add clk_release_all()
by Patrice Chotard
· 7 years ago
e4d368e
reset: add reset_release_all()
by Patrice Chotard
· 7 years ago
76290e3
reset: add reset_request()
by Patrice Chotard
· 7 years ago
ecfafba
usb: host: xhci-dwc3: Add generic PHY support
by Patrice Chotard
· 7 years ago
f915a69
drivers: phy: add generic_phy_valid() method
by Patrice Chotard
· 7 years ago
956b7ad
drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails
by Patrice Chotard
· 7 years ago
17b0887
usb: host: xhci-dwc3: Add dual role mode support from DT
by Patrice Chotard
· 7 years ago
c7eadfc
usb: host: xhci-dwc3: Convert driver to DM
by Patrice Chotard
· 7 years ago
6d8e433
usb: add static to local symbols
by Masahiro Yamada
· 7 years ago
627562b
rockchip: puma-rk3399: remove duplicate code (merge artifact)
by Kever Yang
· 7 years ago
9536f3c
rockchip: add u-boot specific dts for rk3036 sdk
by Andy Yan
· 7 years ago
4c97e31
rockchip: use puts instead of printf when back to bootrom
by Andy Yan
· 7 years ago
e92c532
rockchip: enable SPL_LIBGENERIC for rk3036 based boards
by Andy Yan
· 7 years ago
26beb52
rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036
by Andy Yan
· 7 years ago
201ff6c
rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 based board
by Andy Yan
· 7 years ago
25428c4
sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation
by Andy Yan
· 7 years ago
c2d85e7
microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· 7 years ago
ad0ac4b
powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· 7 years ago
984c10d
mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· 7 years ago
1fa20e4d
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
by Andy Yan
· 7 years ago
dfbe021
rockchip: firefly: Add "usb start" to auto-start USB device
by Leo Wen
· 7 years ago
d4ad52f
rockchip: firefly: Set the environment variable 'usbkbd' to the stdin
by Leo Wen
· 7 years ago
b035c52
rockchip: firefly: Add some macros to enable the usb keyboard
by Leo Wen
· 7 years ago
d17d8cf
rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig
by Philipp Tomsich
· 7 years ago
039ad1d
rockchip: rk3288: Add support for drive-strength in PINCTRL
by Romain Perier
· 7 years ago
065386f
rockchip: use UUID for root partitions
by Kever Yang
· 7 years ago
8b61499
rockchip: dts: rk3399-puma: put EFI partition entries at 2MB
by Philipp Tomsich
· 7 years ago
c3eb43e
rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL
by Philipp Tomsich
· 7 years ago
611e9f8
rockchip: clk: rk3399: remove unused fields from priv-structures
by Philipp Tomsich
· 7 years ago
767f865
rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv
by Philipp Tomsich
· 7 years ago
ea825a3
rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc
by Philipp Tomsich
· 7 years ago
728aae4
rockchip: spl: make boot0 hook TPL safe
by Philipp Tomsich
· 7 years ago
2291e49
rockchip: pwm: add mask for config setting
by Kever Yang
· 7 years ago
cba88f1
power: pwm_regulator: remove redundant code
by Kever Yang
· 7 years ago
6ea3e5d
power: pwm_regulator: fix the pwm_set_config parameter order
by Kever Yang
· 7 years ago
1511c2e
rockchip: dts: correct vdd_log setting for firefly-rk3399
by Kever Yang
· 7 years ago
5d9dd9f
rockchip: dts: firefly using ddr3 1600
by Kever Yang
· 7 years ago
c872684
rockchip: phycore: Add ID page of M24C32-D EEPROM
by Wadim Egorov
· 7 years ago
c197c23
rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC
by Romain Perier
· 7 years ago
2410ab2
rockchip: rk3288: Remove phy reset GPIO pull up
by Romain Perier
· 7 years ago
efd6384
rockchip: efuse: dm: change to use dev_read_addr
by Philipp Tomsich
· 7 years ago
8592ac0
rockchip: timer: make register sizes explicit
by Philipp Tomsich
· 7 years ago
7441a76
rockchip: dts: rk3229: add dwc2 node for fastboot
by Meng Dongyang
· 7 years ago
fe32dfc
Merge git://git.denx.de/u-boot-uniphier
by Tom Rini
· 7 years ago
72195c0
Merge git://git.denx.de/u-boot-mips
by Tom Rini
· 7 years ago
277e919
MAINTAINERS: Update maintainer for x86
by Bin Meng
· 7 years ago
96496f8
FIT: List kernel_noload in the list of types
by Tom Rini
· 7 years ago
7c695ce
ram: stm32: add stm32h7 support
by Patrice Chotard
· 7 years ago
e40b014
ARM: DTS: stm32: remove useless mr-nbanks property
by Patrice Chotard
· 7 years ago
7fb9603
ram: stm32: add second SDRAM bank management
by Patrice Chotard
· 7 years ago
8b37922
ram: stm32: replace fdtdec_get by ofnode calls
by Patrice Chotard
· 7 years ago
f2b8000
ram: stm32: get base address from DT
by Patrice Chotard
· 7 years ago
7e82a69
ram: stm32: migrate fmc defines in driver file
by Patrice Chotard
· 7 years ago
e2e28d2
clk: stm32f7: remove clock_get()
by Patrice Chotard
· 7 years ago
b8442fb
spi: stm32_qspi: add clk_get_rate() support
by Patrice Chotard
· 7 years ago
4809a19
serial: stm32x7: add clk_get_rate() support
by Patrice Chotard
· 7 years ago
2195315
serial: stm32x7: migrate serial struct to driver
by Patrice Chotard
· 7 years ago
fee92ee
clk: stm32f7: cleanup clocks unused definitions
by Patrice Chotard
· 7 years ago
7bdf971
clk: stm32f7: add clock .get_rate() callback
by Patrice Chotard
· 7 years ago
d93fc2c
clk: stm32f7: get RCC base address from DT
by Patrice Chotard
· 7 years ago
a8f951a
clk: stm32f7: add static for configure_clocks()
by Patrice Chotard
· 7 years ago
e5f82cf
ARM: DTS: stm32: align DT clock declaration with kernel
by Patrice Chotard
· 7 years ago
39354af
arm: mach-keystone: Fixes issue with return values in inline assembly
by Srinivas, Madan
· 7 years ago
d320ab6
configs: ti: armv7: Fixes bug in fit_loadaddr for ramfs boot
by Madan Srinivas
· 7 years ago
e885610
arm: mach-keystone: Updates mon_install for K2G HS
by Madan Srinivas
· 7 years ago
d354c04
configs: k2x_evm: Reorder default boot command
by Andrew F. Davis
· 7 years ago
5a32f7c
configs: k2x_evm: Adds environment variables for secure devices
by Madan Srinivas
· 7 years ago
dd94071
configs: k2x_evm: Adds FIT loading environment variables
by Andrew F. Davis
· 7 years ago
816178b
board: ti: x15: Add support for beagle_X15 revC
by Lokesh Vutla
· 7 years ago
ab4f71e
board: ti: am57xx: Fix detection of board version
by Lokesh Vutla
· 7 years ago
aad6144
odroid-c2: enable GPIO
by Beniamino Galvani
· 7 years ago
5aeb135
pinctrl: meson: add GPIO support
by Beniamino Galvani
· 7 years ago
6bf2f10
arm: dts: meson: import dts files from Linux 4.12
by Beniamino Galvani
· 7 years ago
cac388a
ARM: uniphier: enable CONFIG_CMD_FS_GENERIC
by Masahiro Yamada
· 7 years ago
a7e5ba9
ARM: uniphier: remove part number info from the boot log
by Masahiro Yamada
· 7 years ago
2706e99
doc: uniphier: rework README.uniphier
by Masahiro Yamada
· 7 years ago
3f8e166
ARM: uniphier: remove SPL support for ARMv8 SoCs
by Masahiro Yamada
· 7 years ago
4b48bac
Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig
by Simon Glass
· 7 years ago
5b32e18
Convert CONFIG_ENV_IS_IN_FAT to Kconfig
by Simon Glass
· 7 years ago
8d8f742
Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig
by Simon Glass
· 7 years ago
3b21fdd
Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig
by Simon Glass
· 7 years ago
6617a73
Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig
by Simon Glass
· 7 years ago
a3a0023
Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig
by Simon Glass
· 7 years ago
Next »