Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
16b7dddb0c367ea9a115d14daa5753477edfacb4
16b7ddd
dm: sf: Update default name of spi flash in structure udevice
by Haikun.Wang@freescale.com
· Wed May 06 10:37:43 2015 +0800
2a8a987
dm: usb: exynos: Drop legacy USB code
by Simon Glass
· Wed Mar 25 12:23:07 2015 -0600
1dbdb31
sandbox: Enable time unit test command
by Simon Glass
· Sat May 02 09:25:03 2015 -0600
9b4221b
test: Add a simple time test
by Simon Glass
· Sat May 02 09:25:02 2015 -0600
335f470
sandbox: Don't try distro_bootcmd by default
by Sjoerd Simons
· Thu Apr 30 22:16:09 2015 +0200
d98dc99
usb: ohci: Don't log an error on interrupt packet timeout
by Hans de Goede
· Tue May 05 23:56:14 2015 +0200
8e41f66
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
by Hans de Goede
· Tue May 05 23:56:13 2015 +0200
60f4bd0
usb: ohci: Fix ctrl in messages with a data-len of 0
by Hans de Goede
· Tue May 05 23:56:12 2015 +0200
516c987
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
by Hans de Goede
· Tue May 05 23:56:11 2015 +0200
eb509d3
usb: ohci: Remove unnecessary phcca variable
by Hans de Goede
· Tue May 05 23:56:10 2015 +0200
e5ef421
usb: ohci: Move the td array struct to inside the ohci_dev struct
by Hans de Goede
· Tue May 05 23:56:09 2015 +0200
0c0e960
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
by Hans de Goede
· Tue May 05 23:56:08 2015 +0200
2a240e7
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
by Hans de Goede
· Tue May 05 23:56:07 2015 +0200
6766dc1
usb: ohci: Remove unused devgone global variable
by Hans de Goede
· Tue May 05 23:56:06 2015 +0200
09a9ae8
usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
by Hans de Goede
· Tue May 05 23:56:04 2015 +0200
76bc7f4
dm: usb: Set desc_before_addr from ehci dm code
by Hans de Goede
· Tue May 05 11:54:35 2015 +0200
d5ab160
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
by Hans de Goede
· Tue May 05 11:54:34 2015 +0200
6be39d1
dm: usb: Use usb_get_bus in dm ehci code
by Hans de Goede
· Tue May 05 11:54:33 2015 +0200
8a0b4c2
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
by Hans de Goede
· Tue May 05 11:54:32 2015 +0200
3b5ddd3
dm: usb: Make usb_get_bus easier to use for callers
by Hans de Goede
· Tue May 05 11:54:31 2015 +0200
8679b3a
dm: usb: Do not use bus->seq before device_probe(bus)
by Hans de Goede
· Mon May 04 21:33:26 2015 +0200
0547483
dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
by Axel Lin
· Sun Apr 26 11:05:38 2015 +0800
c83c4b9
dm: rtc: Add tests for real-time clocks
by Simon Glass
· Mon Apr 20 12:37:31 2015 -0600
6b0fb74
dm: test: dts: Sort the aliases in the test device tree file
by Simon Glass
· Mon Apr 20 12:37:30 2015 -0600
4a9cbb9
dm: rtc: sandbox: Enable real-time clock support
by Simon Glass
· Mon Apr 20 12:37:29 2015 -0600
72138b9
dm: sandbox: dts: Add a real-time clock attached to I2C
by Simon Glass
· Mon Apr 20 12:37:28 2015 -0600
1aa1126
dm: net: rtc: Support using driver model for rtc in sntp
by Simon Glass
· Mon Apr 20 12:37:27 2015 -0600
a8efb4a
dm: rtc: Convert 'date' command to support driver model
by Simon Glass
· Mon Apr 20 12:37:26 2015 -0600
c2a8c06
dm: rtc: sandbox: Add a driver for the sandbox I2C RTC
by Simon Glass
· Mon Apr 20 12:37:25 2015 -0600
c404aa6
dm: rtc: sandbox: Add an emulated I2C RTC device
by Simon Glass
· Mon Apr 20 12:37:24 2015 -0600
d9050b5
dm: rtc: Add a uclass for real-time clocks
by Simon Glass
· Mon Apr 20 12:37:23 2015 -0600
504548f
dm: sandbox: Add os_localtime() to obtain the system time
by Simon Glass
· Mon Apr 20 12:37:22 2015 -0600
573e3f7
dm: rtc: Split structure definition into its own file
by Simon Glass
· Mon Apr 20 12:37:21 2015 -0600
0c1d7a6
dm: Remove unnecessary types in bcd.h
by Simon Glass
· Mon Apr 20 12:37:20 2015 -0600
4283e84
dm: rtc: Rename mktime() and reduce the number of parameters
by Simon Glass
· Mon Apr 20 12:37:19 2015 -0600
1299466
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
by Simon Glass
· Mon Apr 20 12:37:18 2015 -0600
2d937bb
dm: rtc: Rename gregorian day function
by Simon Glass
· Mon Apr 20 12:37:17 2015 -0600
248b18d
fdt: Correct warning in fdt_setup_simplefb_node()
by Simon Glass
· Mon Apr 20 12:37:16 2015 -0600
4c70ed9
dm: i2c: Add an explicit test mode to the sandbox I2C driver
by Simon Glass
· Mon Apr 20 12:37:15 2015 -0600
0c70261
dm: i2c: Add functions to read and write a register
by Simon Glass
· Mon Apr 20 12:37:14 2015 -0600
34d8e95
dm: i2c: sandbox: Add debugging to the speed limit
by Simon Glass
· Mon Apr 20 12:37:13 2015 -0600
dfda30f
dm: spi: Correct the comment on spi_get_ops()
by Simon Glass
· Mon Apr 20 12:37:12 2015 -0600
2d6dfb4
cros_ec: Handle the single duplex requirement in cros_ec
by Simon Glass
· Tue Feb 17 15:29:37 2015 -0700
46e1733
cros_ec: Show the protocol version in the debug message
by Simon Glass
· Tue Feb 17 15:29:36 2015 -0700
b46cb63
dm: spi: Avoid setting the speed with every transfer
by Simon Glass
· Tue Feb 17 15:29:35 2015 -0700
6901f43
test: dm: eth: Skip timeouts on ping tests
by Joe Hershberger
· Tue Apr 21 13:57:20 2015 -0500
be71142
sandbox: eth: Add a function to skip ping timeouts
by Joe Hershberger
· Tue Apr 21 13:57:19 2015 -0500
7496135
sandbox: Add test function to advance time
by Joe Hershberger
· Tue Apr 21 13:57:18 2015 -0500
f225b49
Prepare v2015.07-rc1
by Tom Rini
· Tue May 05 19:52:15 2015 -0400
2842885
fw_env.h: include autoconf.h
by Max Krummenacher
· Tue Apr 14 21:50:47 2015 +0200
d3cbf12
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· Tue May 05 14:57:23 2015 -0400
df08b2e
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· Tue May 05 10:32:08 2015 -0400
a860354
arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets
by Stefan Roese
· Mon May 04 17:31:34 2015 +0200
b1f81f0
arm: mvebu: db-mv784mp-gp: Fix ECC I2C address
by Stefan Roese
· Wed Apr 22 18:36:39 2015 +0200
073efd7
arm: mvebu: Add Armada A38x DB-88F6820-GP board support
by Stefan Roese
· Sat Apr 25 06:29:56 2015 +0200
7a4a5ba
arm: mvebu: Add d-cache invalidate before enabling the d-cache
by Stefan Roese
· Sat Apr 25 06:29:55 2015 +0200
758b07a
arm: mvebu: mv-common.h: Add CONFIG_PREBOOT
by Stefan Roese
· Sat Apr 25 06:29:54 2015 +0200
ba98f4f
arm: mvebu: Remove coherency configuration
by Stefan Roese
· Sat Apr 25 06:29:53 2015 +0200
44ffbe5
arm: mvebu: Change network init code to allow a more flexible setup
by Stefan Roese
· Sat Apr 25 06:29:52 2015 +0200
174d23e
arm: mvebu: Add basic Armada 38x support
by Stefan Roese
· Sat Apr 25 06:29:51 2015 +0200
549e798
arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common header
by Stefan Roese
· Sat Apr 25 06:29:50 2015 +0200
7cd3484
arm: mvebu: Only define MV88F78X60 for Armada XP
by Stefan Roese
· Sat Apr 25 06:29:49 2015 +0200
a205b3e
arm: mvebu: Remove unreferenced define
by Stefan Roese
· Sat Apr 25 06:29:48 2015 +0200
ebda3ec
arm: mvebu: Change header macros from ARMADA_XP to MVEBU
by Stefan Roese
· Sat Apr 25 06:29:47 2015 +0200
42e5aab
arm: mvebu: Move mvebu-common into mach-mvebu
by Stefan Roese
· Sat Apr 25 06:29:46 2015 +0200
525178d
arm: armada-xp: Move SoC headers to mach-mvebu/include/mach
by Stefan Roese
· Sat Apr 25 06:29:45 2015 +0200
4e9b72f
arm: armada-xp: Move SoC sources to mach-mvebu
by Stefan Roese
· Sat Apr 25 06:29:44 2015 +0200
323a6bb
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· Tue May 05 07:00:38 2015 -0400
54c7a1e
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· Tue May 05 07:00:11 2015 -0400
fdaeb16
ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver
by Marek Vasut
· Mon May 04 22:54:36 2015 +0200
7bcaf2a
tegra: mmc: Set the removable flag correctly
by Simon Glass
· Mon May 04 11:31:16 2015 -0600
43c6b2f
mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
by Alexander Stein
· Fri Apr 17 17:33:17 2015 +0200
3ffa851
mmc: fsl_esdhc: update eMMC44 adapter card erase timeout
by Yangbo Lu
· Wed Apr 15 10:13:12 2015 +0800
8e5db91
mmc: sdhci: add timeout setting for response busy command
by Kevin Liu
· Mon Mar 23 17:57:00 2015 -0500
5fd3edd
mmc: remove the MMC_MODE_HC flag
by Rob Herring
· Mon Mar 23 17:56:59 2015 -0500
3a669bc
mmc: Fix splitting device initialization
by Andrew Gabbasov
· Thu Mar 19 07:44:07 2015 -0500
034857c
mmc: Restructure polling loops to avoid extra delays
by Andrew Gabbasov
· Thu Mar 19 07:44:06 2015 -0500
5a513ca
mmc: Continue polling MMC card for OCR only if it is still not ready
by Andrew Gabbasov
· Thu Mar 19 07:44:05 2015 -0500
fafa6a0
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
by Andrew Gabbasov
· Thu Mar 19 07:44:04 2015 -0500
ec600d1
mmc: Avoid extra duplicate entry in mmc device structure
by Andrew Gabbasov
· Thu Mar 19 07:44:03 2015 -0500
90cccbf
mmc: Fix typo in MMC type checking macro
by Andrew Gabbasov
· Thu Mar 19 07:44:02 2015 -0500
5895b7c
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· Tue May 05 10:09:06 2015 +0200
17a7069
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· Mon May 04 17:50:20 2015 -0400
19ac688
powerpc/mpc85xx: Add board support for ucp1020
by Oleksandr G Zhadan
· Wed Apr 29 16:57:39 2015 -0400
2d24af1
powerpc/mpc85xx: Fix compiling error for common/cmd_gpio.c
by Oleksandr G Zhadan
· Tue Apr 28 13:59:50 2015 -0400
cbea6f7
powerpc/t4240qds: Update RCW, defconfig and maintainer
by Shaohui Xie
· Mon Apr 27 15:28:17 2015 +0800
1c64c41
t2080rdb/rcw: update ddr frequency from 1600MT/s to 1867MT/s
by Shengzhou Liu
· Wed Apr 22 17:54:40 2015 +0800
00c9d7b
powerpc/t2080qds: enable eSDHC peripheral clock support
by Yangbo Lu
· Wed Apr 22 13:57:56 2015 +0800
163beec
mmc: fsl_esdhc: Add peripheral clock support
by Yangbo Lu
· Wed Apr 22 13:57:40 2015 +0800
90a6cd3
powerpc/t2080qds: enable eSDHC adapter card type identification
by Yangbo Lu
· Wed Apr 22 13:57:21 2015 +0800
b124f8a
mmc: fsl_esdhc: Add adapter card type identification support
by Yangbo Lu
· Wed Apr 22 13:57:00 2015 +0800
d703f66
board/t2080rdb: reset cs4315 phy
by Shengzhou Liu
· Wed Apr 22 10:59:50 2015 +0800
0b161c6
fsl/deepsleep: avoid the DDR restore from being optimized out
by Tang Yuantian
· Mon Apr 20 11:16:56 2015 +0800
4ffeb5d
powerpc/mpc85xx: Don't deref NULL if qman portal lacks cell-index
by Scott Wood
· Fri Apr 17 18:10:06 2015 -0500
032df62
board/t102x: use fdt_setprop_string instead of fdt_setprop
by Shengzhou Liu
· Tue Apr 14 17:56:50 2015 +0800
b8cb075
powerpc: add 2 common dcache assembly functions
by Valentin Longchamp
· Fri Mar 27 16:07:32 2015 +0100
00d7e5b
powerpc/t1023rdb: Add T1023 RDB board support
by Shengzhou Liu
· Fri Mar 27 15:48:34 2015 +0800
143adc9
fsl/pci: Set CFG_READY for PCIe v3.0 and later
by Minghuan Lian
· Fri Mar 27 13:24:39 2015 +0800
f36e0ba
T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue
by Zhao Qiang
· Thu Mar 26 16:13:09 2015 +0800
66cba6b
powerpc/t4rdb: Add SD boot support for T4240RDB board
by Chunhe Lan
· Fri Mar 20 17:08:54 2015 +0800
Next »