Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8e805bb772d84f181918549f26faf5784c685985
/
include
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
1506180
dm: test: Allow 'dm test' to select a particular test to run
by Simon Glass
· Wed Mar 25 12:23:04 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
830edd7
dm: usb: exynos: Enable both USB ports on snow
by Simon Glass
· Wed Mar 25 12:22:57 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
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
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
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
c093d6d
dm: usb: Refactor port resets
by Simon Glass
· Wed Mar 25 12:22:04 2015 -0600
d146113
dm: usb: Adjust usb_alloc_new_device() to return an error
by Simon Glass
· Wed Mar 25 12:22:01 2015 -0600
9b82eeb
dm: usb: Add a uclass for USB controllers
by Simon Glass
· Wed Mar 25 12:21:59 2015 -0600
40f829a
dm: core: Add device children and sibling functions
by Simon Glass
· Wed Mar 25 12:21:57 2015 -0600
46227bd
dm: core: Rename driver data function to dev_get_driver_data()
by Simon Glass
· Wed Mar 25 12:21:55 2015 -0600
a626dff
dm: core: Convert driver_bind() to use const
by Simon Glass
· Wed Mar 25 12:21:54 2015 -0600
825d3f9
dm: core: Support allocating driver-private data for DMA
by Simon Glass
· Wed Mar 25 12:21:53 2015 -0600
574323f
sandbox: Fix comment for os_open()
by Simon Glass
· Wed Mar 25 12:21:50 2015 -0600
629bf85
linker_lists: Add a function to access a linker list entry
by Simon Glass
· Wed Mar 25 12:21:49 2015 -0600
a892dc1
dm: eth: Provide a way for drivers to manage packet buffers
by Joe Hershberger
· Fri Apr 03 20:09:46 2015 -0500
a28e291
dm: spi: Convert Freescale DSPI driver to driver model
by Haikun.Wang@freescale.com
· Tue Mar 24 22:03:58 2015 +0800
73f220c
cros_ec: exynos: Match up device tree with kernel version
by Simon Glass
· Thu Mar 26 09:29:39 2015 -0600
10781f2
fdt: Drop LPC compatible string in fdtdec
by Simon Glass
· Thu Mar 26 09:29:38 2015 -0600
da790b8
fdt: cros_ec: Drop compatible string in fdtdec
by Simon Glass
· Thu Mar 26 09:29:37 2015 -0600
a6b777b
cros_ec: Remove unused cros_ec_board_init() function
by Simon Glass
· Thu Mar 26 09:29:36 2015 -0600
cf8d0df
exynos: cros_ec: Drop unnecessary init
by Simon Glass
· Thu Mar 26 09:29:35 2015 -0600
f25bb9e
sandbox: cros_ec: Drop unnecessary init
by Simon Glass
· Thu Mar 26 09:29:33 2015 -0600
7441523
cros_ec: Drop unused CONFIG_DM_CROS_EC
by Simon Glass
· Thu Mar 26 09:29:32 2015 -0600
06e694f
x86: chromebook_link: dts: Add PCH and LPC devices
by Simon Glass
· Thu Mar 26 09:29:29 2015 -0600
a5caa37
dm: x86: Add a uclass for an Low Pin Count (LPC) device
by Simon Glass
· Thu Mar 26 09:29:28 2015 -0600
35f15f6
dm: x86: spi: Convert ICH SPI driver to driver model
by Simon Glass
· Thu Mar 26 09:29:26 2015 -0600
1c36923
dm: sf: Add driver model read/write/erase methods
by Simon Glass
· Thu Mar 26 09:29:25 2015 -0600
f4dc96a
net: Improve error handling
by Joe Hershberger
· Sun Mar 22 17:09:24 2015 -0500
c96323f
sandbox: Enable DHCP and IP defrag
by Joe Hershberger
· Sun Mar 22 17:09:22 2015 -0500
279d2f6
dm: eth: Add support for aliases
by Joe Hershberger
· Sun Mar 22 17:09:16 2015 -0500
e4d7cb1
sandbox: eth: Add ARP and PING response to sandbox driver
by Joe Hershberger
· Sun Mar 22 17:09:14 2015 -0500
6ab7699
sandbox: eth: Add network support to sandbox
by Joe Hershberger
· Sun Mar 22 17:09:13 2015 -0500
8207c54
dm: eth: Pass the packet pointer as a parameter to recv
by Joe Hershberger
· Sun Mar 22 17:09:12 2015 -0500
f77abc5
net: Clean up network stack names used in DM drivers
by Joe Hershberger
· Sun Mar 22 17:09:11 2015 -0500
c7eceaf
dm: eth: Add basic driver model support to Ethernet stack
by Joe Hershberger
· Sun Mar 22 17:09:10 2015 -0500
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· Sun Mar 22 17:09:06 2015 -0500
aca1c31
net: Use int instead of u8 for boolean flag
by Joe Hershberger
· Sun Mar 22 17:09:05 2015 -0500
e1e8a8c
net: Refactor in preparation for driver model
by Joe Hershberger
· Sun Mar 22 17:09:03 2015 -0500
b79dda3
net: Remove unneeded "extern" in net.h
by Joe Hershberger
· Sun Mar 22 17:09:02 2015 -0500
11cd5a0
net: Provide a function to get the current MAC address
by Joe Hershberger
· Sun Mar 22 17:09:00 2015 -0500
65b905b
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· Sun Mar 22 17:08:59 2015 -0500
3da658a
dm: x86: pci: Convert coreboot to use driver model for pci
by Simon Glass
· Thu Mar 05 12:25:32 2015 -0700
7a115d4
dm: sandbox: pci: Enable PCI for sandbox
by Simon Glass
· Thu Mar 05 12:25:30 2015 -0700
d9e90bb
dm: sandbox: pci: Add a PCI emulation uclass
by Simon Glass
· Thu Mar 05 12:25:28 2015 -0700
b94dc89
dm: pci: Add a uclass for PCI
by Simon Glass
· Thu Mar 05 12:25:25 2015 -0700
75532d8
dm: pci: Move common PCI functions into their own file
by Simon Glass
· Thu Mar 05 12:25:24 2015 -0700
9c1f382
dm: core: Add a uclass pre_probe() method for devices
by Simon Glass
· Thu Mar 05 12:25:22 2015 -0700
de0977b
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· Thu Mar 05 12:25:20 2015 -0700
2eb77f1
fdt: Tighten up error handling in fdtdec_get_pci_addr()
by Simon Glass
· Thu Mar 05 12:25:19 2015 -0700
7af8d05
dm: Add a new CPU init function which can use driver model
by Simon Glass
· Thu Mar 05 12:25:16 2015 -0700
9ffbe33
fdt: Export fdtdec_get_number() for general use
by Simon Glass
· Thu Mar 05 12:25:14 2015 -0700
5f8865f
x86: Add support for panther (Asus Chromebox)
by Simon Glass
· Mon Mar 02 12:40:54 2015 -0700
4837e6e
x86: Move common Chromebook config into a separate file
by Simon Glass
· Mon Mar 02 12:40:53 2015 -0700
99c5173
x86: pci: Add PCI IDs for lynxpoint
by Simon Glass
· Mon Mar 02 12:40:51 2015 -0700
273ac5b
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· Thu Apr 16 12:51:23 2015 -0400
0a3ec0a
sunxi: Complete i2c support for each supported platform
by Paul Kocialkowski
· Fri Apr 10 23:09:52 2015 +0200
2fae3e7
i2c: mvtwsi: Support for up to 4 different controllers
by Paul Kocialkowski
· Fri Apr 10 23:09:51 2015 +0200
cb189b7
power: axp209: Registers definitions in header
by Paul Kocialkowski
· Sun Mar 22 18:08:21 2015 +0100
6d95489
power: axp152: Registers definitions in header
by Paul Kocialkowski
· Sun Mar 22 18:08:20 2015 +0100
6604a13
power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic
by Paul Kocialkowski
· Sun Mar 22 18:07:09 2015 +0100
4763e16
usb: modify usb_gadget_handle_interrupts to take controller index
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:23 2015 +0530
3a8a22b
include: configs: Enable DWC3 and DFU in AM43xx
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:22 2015 +0530
2408076
include: configs: Enable DWC3 and DFU in DRA7xx
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:20 2015 +0530
e99e37b
usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:12 2015 +0530
0bc879b
usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:11 2015 +0530
ee0bb0a
dwc3: dwc3-omap: add support for multiple dwc3-omap controllers
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:10 2015 +0530
6311ae7
usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:09 2015 +0530
dcc2c44
include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:08 2015 +0530
e9808cf
usb: dwc3: dwc3-omap: make dwc3-omap build in uboot
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:07 2015 +0530
1cee7b1
dwc3: core: added an API to invoke irq handlers
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:06 2015 +0530
dc5c653
dwc3: core: add support for multiple dwc3 controllers
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:05 2015 +0530
2cdd496
include: dwc3-uboot: add a structure for populating platform data
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:03 2015 +0530
e7e1709
include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:01 2015 +0530
35ffd28
usb: dwc3: gadget: make dwc3 gadget build in uboot
by Kishon Vijay Abraham I
· Mon Feb 23 18:39:58 2015 +0530
c2b77b6
usb: dwc3: fix dwc3 header files
by Kishon Vijay Abraham I
· Mon Feb 23 18:39:54 2015 +0530
021a582
include: usb: modify gadget.h to include udc support
by Kishon Vijay Abraham I
· Mon Feb 23 18:39:47 2015 +0530
f4b6753
Create API to map between CPU physical and bus addresses
by Stephen Warren
· Tue Mar 24 20:07:33 2015 -0600
94938d8
usb: Convert protocol header structures to use explicitly sized variables
by Sergey Temerkhanov
· Wed Apr 01 17:18:44 2015 +0300
9a36b5b
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· Mon Apr 13 10:52:46 2015 -0400
396a904
Merge git://git.denx.de/u-boot-arc
by Tom Rini
· Fri Apr 10 12:39:13 2015 -0400
48fd615
integrator: consolidate flash info
by Linus Walleij
· Sun Apr 05 01:48:33 2015 +0200
c39566a
vexpress64: juno: add default NOR flash boot
by Linus Walleij
· Sun Apr 05 01:48:32 2015 +0200
7a96f5a
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· Fri Apr 10 09:38:38 2015 -0400
ee69a39
lpc32xx: add support for board work_92105
by Albert ARIBAUD \(3ADEV\)
· Tue Mar 31 11:40:51 2015 +0200
ed1cb1a
lpc32xx: add lpc32xx-spl.bin boot image target
by Albert ARIBAUD \(3ADEV\)
· Tue Mar 31 11:40:49 2015 +0200
34b3b4b
dtt: add ds620 support
by Albert ARIBAUD \(3ADEV\)
· Tue Mar 31 11:40:48 2015 +0200
Next »