Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6e3787447a9c2b1ce5e4785e6bca9ef64217aec7
6e37874
Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
by Simon Glass
· Sun Apr 05 16:07:34 2015 -0600
4fd12ce
sunxi: Replace the pcDuino3 config with FDT version
by Simon Glass
· Sun Apr 05 16:07:33 2015 -0600
c7dc2a3
sandbox: Enable more network features for sandbox
by Joe Hershberger
· Wed Apr 08 01:41:25 2015 -0500
22498c5
net: Fix compile errors when SNTP enabled and not DATE
by Joe Hershberger
· Wed Apr 08 01:41:24 2015 -0500
4c00eeb
net: Convert protocol structures to use explicit sizes
by Sergey Temerkhanov
· Wed Apr 08 01:41:23 2015 -0500
bf5ad64
net: Fix incorrect DHCP/BOOTP packets on 64-bit systems
by Sergey Temerkhanov
· Wed Apr 08 01:41:22 2015 -0500
c80b41b0
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· Wed Apr 08 01:41:21 2015 -0500
7581157
net: cosmetic: Fix checkpatch.pl failures in net.h
by Joe Hershberger
· Wed Apr 08 01:41:20 2015 -0500
c10c0b1
net: cosmetic: Fix checkpatch.pl failures in eth.c
by Joe Hershberger
· Wed Apr 08 01:41:19 2015 -0500
c3e92a7
net: cosmetic: Fix checkpatch.pl failures in linklocal
by Joe Hershberger
· Wed Apr 08 01:41:18 2015 -0500
013d387
net: cosmetic: Clean up cmd_net variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:17 2015 -0500
d02aa6b
net: cosmetic: Clean up netconsole variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:16 2015 -0500
f725e34
net: cosmetic: Clean up DNS variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:15 2015 -0500
527336f
net: cosmetic: Clean up CDP variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:14 2015 -0500
d640d5d
net: cosmetic: Clean up ping variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:13 2015 -0500
4af0b77
net: cosmetic: Clean up SNTP variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:12 2015 -0500
8e805bb
net: cosmetic: Clean up RARP variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:11 2015 -0500
40d7ca9
net: cosmetic: Clean up NFS variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:10 2015 -0500
2fe81a5
net: cosmetic: Clean up DHCP variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:09 2015 -0500
85ae776
net: cosmetic: Clean up ARP variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:08 2015 -0500
6470159
net: cosmetic: Clean up TFTP variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:07 2015 -0500
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· Wed Apr 08 01:41:06 2015 -0500
a8ca4f6
net: cosmetic: Cleanup internal packet buffer names
by Joe Hershberger
· Wed Apr 08 01:41:05 2015 -0500
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· Wed Apr 08 01:41:04 2015 -0500
6d23643
net: cosmetic: Fixup var names for DHCP strings
by Joe Hershberger
· Wed Apr 08 01:41:03 2015 -0500
290c899
net: cosmetic: Fixup var names related to boot file
by Joe Hershberger
· Wed Apr 08 01:41:02 2015 -0500
5874dec
net: cosmetic: Change IPaddr_t to struct in_addr
by Joe Hershberger
· Wed Apr 08 01:41:01 2015 -0500
51995c2
powerpc: ids8313: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:48:03 2015 +0900
2d4d832
ARM: cm_fx6: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:48:02 2015 +0900
0906a82
ARM: stv0991: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:48:01 2015 +0900
20c5781
ARM: bav335x: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:48:00 2015 +0900
e200554
ARM: socfpga: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:47:59 2015 +0900
d158964
ARM: mx6: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:47:58 2015 +0900
4bb8f82
ARM: snapper9260: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:47:57 2015 +0900
635be63
ARM: rmobile: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:47:56 2015 +0900
2df07d4
ARM: zynq: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:47:55 2015 +0900
85eb826
ARM: UniPhier: use "select" instead of default value in defconfig
by Masahiro Yamada
· Tue Mar 31 12:47:54 2015 +0900
5ef5ccc
dm: select CONFIG_DM* options
by Masahiro Yamada
· Tue Mar 31 12:47:53 2015 +0900
1260c38
dm: spi_flash: fix wrong dependency
by Masahiro Yamada
· Tue Mar 31 12:47:52 2015 +0900
0d81374
dm: usb: Add a README for driver model
by Simon Glass
· Wed Mar 25 12:23:08 2015 -0600
3168048
dm: usb: Add tests for the USB uclass
by Simon Glass
· Wed Mar 25 12:23:05 2015 -0600
1506180
dm: test: Allow 'dm test' to select a particular test to run
by Simon Glass
· Wed Mar 25 12:23:04 2015 -0600
bb99e33
dm: test: Correct printf() output nit in 'dm uclass'
by Simon Glass
· Wed Mar 25 12:23:03 2015 -0600
d810add
dm: usb: sandbox: Enable USB
by Simon Glass
· Wed Mar 25 12:23:02 2015 -0600
355f1ef
dm: usb: Tidy up pipe value decoding
by Simon Glass
· Wed Mar 25 12:23:01 2015 -0600
78a1b62
dm: usb: Add a generic descriptor struct
by Simon Glass
· Wed Mar 25 12:23:00 2015 -0600
3cefdb3
dm: usb: exynos: Enable both EHCI and XHCI on snow
by Simon Glass
· Wed Mar 25 12:22:58 2015 -0600
830edd7
dm: usb: exynos: Enable both USB ports on snow
by Simon Glass
· Wed Mar 25 12:22:57 2015 -0600
1a32ec3
dm: usb: exynos: Use driver model for USB
by Simon Glass
· Wed Mar 25 12:22:56 2015 -0600
85fb9ee
dm: usb: exynos: Adjust XHCI driver to support driver model
by Simon Glass
· Wed Mar 25 12:22:55 2015 -0600
b113f6e
dm: usb: Rename the XHCI HCD to U-Boot
by Simon Glass
· Wed Mar 25 12:22:54 2015 -0600
49b4183
dm: usb: Support driver model in XHCI
by Simon Glass
· Wed Mar 25 12:22:53 2015 -0600
686a812
dm: usb: xhci: Factor out common init/uninit
by Simon Glass
· Wed Mar 25 12:22:52 2015 -0600
4ec422c
dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
by Simon Glass
· Wed Mar 25 12:22:51 2015 -0600
88a3784
dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()
by Simon Glass
· Wed Mar 25 12:22:50 2015 -0600
a49e27b
dm: usb: xhci: Use a function to get xhci_ctrl
by Simon Glass
· Wed Mar 25 12:22:49 2015 -0600
9c57477
dm: usb: tegra: Add driver model support to tegra EHCI
by Simon Glass
· Wed Mar 25 12:22:48 2015 -0600
2bd08a9
dm: usb: tegra: Move most of init/uninit into a function
by Simon Glass
· Wed Mar 25 12:22:47 2015 -0600
6f7d342
dm: usb: tegra: Tidy up error handling and a static function
by Simon Glass
· Wed Mar 25 12:22:46 2015 -0600
57c76c3
dm: usb: tegra: Remove the port_addr_clear_csc variable
by Simon Glass
· Wed Mar 25 12:22:45 2015 -0600
2b8ceec
dm: usb: exynos: Add driver model support to exynos EHCI
by Simon Glass
· Wed Mar 25 12:22:44 2015 -0600
33b66e8
dm: usb: Add support for USB ethernet devices with driver model
by Simon Glass
· Wed Mar 25 12:22:43 2015 -0600
ce3ca2e
dm: usb: dts: sandbox: Add some sample USB devices to sandbox
by Simon Glass
· Wed Mar 25 12:22:42 2015 -0600
bc4546a
dm: usb: sandbox: Add a driver for sandbox
by Simon Glass
· Wed Mar 25 12:22:41 2015 -0600
fb09d95
dm: usb: sandbox: Add an emulator for USB hub emulation
by Simon Glass
· Wed Mar 25 12:22:40 2015 -0600
b144644
dm: usb: sandbox: Add an emulator for USB flash devices
by Simon Glass
· Wed Mar 25 12:22:39 2015 -0600
4147739
dm: usb: sandbox: Reset emulation devices in usb stop()
by Simon Glass
· Wed Mar 25 12:22:38 2015 -0600
59d66d2
dm: usb: sandbox: Add a uclass for USB device emulation
by Simon Glass
· Wed Mar 25 12:22:37 2015 -0600
0a99969
dm: usb: Move struct usb_string to a common place
by Simon Glass
· Wed Mar 25 12:22:36 2015 -0600
99df60c
dm: usb: tegra: Add vbus GPIOs for nyan
by Simon Glass
· Wed Mar 25 12:22:35 2015 -0600
5f1296b
dm: usb: Support driver model with USB keyboards
by Simon Glass
· Wed Mar 25 12:22:34 2015 -0600
fcdc0c3
dm: usb: Split out the keyboard probe into its own function
by Simon Glass
· Wed Mar 25 12:22:33 2015 -0600
444b1e0
dm: usb: Allow setting up a USB controller as a device/gadget
by Simon Glass
· Wed Mar 25 12:22:32 2015 -0600
c79173e
dm: usb: Bind generic USB devices when there is no driver
by Simon Glass
· Wed Mar 25 12:22:31 2015 -0600
fc03a55
dm: usb: Allow USB drivers to be declared and auto-probed
by Simon Glass
· Wed Mar 25 12:22:30 2015 -0600
a194b25
dm: usb: Add driver model support to EHCI
by Simon Glass
· Wed Mar 25 12:22:29 2015 -0600
302696b
dm: usb: Change ehci_reset() to use a pointer
by Simon Glass
· Wed Mar 25 12:22:28 2015 -0600
dc9f3ed
dm: usb: Drop the EHCI weak functions
by Simon Glass
· Wed Mar 25 12:22:27 2015 -0600
ccc40fd
dm: usb: Refactor EHCI init
by Simon Glass
· Wed Mar 25 12:22:26 2015 -0600
cb7cf60
dm: usb: ehci: Use a function to find the controller from struct udevice
by Simon Glass
· Wed Mar 25 12:22:25 2015 -0600
dfbf186
dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
by Simon Glass
· Wed Mar 25 12:22:24 2015 -0600
2d387ab
dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
by Simon Glass
· Wed Mar 25 12:22:23 2015 -0600
66a79f3
dm: usb: tegra: Drop use of global controller variable
by Simon Glass
· Wed Mar 25 12:22:22 2015 -0600
cc0dc6b
dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
by Simon Glass
· Wed Mar 25 12:22:21 2015 -0600
92a419e
dm: usb: tegra: Store the controller type explicitly
by Simon Glass
· Wed Mar 25 12:22:20 2015 -0600
0851caa
dm: usb: Allow ECHI to hold private data for the controller
by Simon Glass
· Wed Mar 25 12:22:19 2015 -0600
c78c765
dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
by Simon Glass
· Wed Mar 25 12:22:18 2015 -0600
0bec128
dm: usb: Move all the EHCI weak functions together and declare them
by Simon Glass
· Wed Mar 25 12:22:17 2015 -0600
ac9774e
dm: usb: Convert usb_storage to driver model
by Simon Glass
· Wed Mar 25 12:22:16 2015 -0600
df7d34f
dm: usb: Move storage device scanning into its own function
by Simon Glass
· Wed Mar 25 12:22:15 2015 -0600
0f50b16
Revert "usb_storage : scan all interfaces to find a storage device"
by Simon Glass
· Thu Apr 16 17:27:34 2015 -0600
332a9b6
dm: usb: Adjust usb_storage to work with sandbox
by Simon Glass
· Wed Mar 25 12:22:14 2015 -0600
5c3c91c
dm: usb: Simply device finding code in usb_storage
by Simon Glass
· Wed Mar 25 12:22:13 2015 -0600
78330d6
dm: usb: Fix type problems in usb_stor_get_info()
by Simon Glass
· Wed Mar 25 12:22:12 2015 -0600
6f41465
dm: usb: Move USB storage definitions to usb_defs.h
by Simon Glass
· Wed Mar 25 12:22:11 2015 -0600
6ab43b6
dm: usb: Add driver model support for hubs
by Simon Glass
· Wed Mar 25 12:22:10 2015 -0600
f977c18
dm: usb: Split hub detection into its own function
by Simon Glass
· Wed Mar 25 12:22:09 2015 -0600
2674e26
dm: usb: Convert core usb.c file to support driver model
by Simon Glass
· Wed Mar 25 12:22:08 2015 -0600
668c53f
dm: usb: Complete the splitting up of usb_new_device()
by Simon Glass
· Wed Mar 25 12:22:07 2015 -0600
aad719f
dm: usb: Split out more code from usb_new_device()
by Simon Glass
· Wed Mar 25 12:22:06 2015 -0600
Next »