index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: eth: Add basic driver model support to Ethernet stack
Joe Hershberger
2015-04-18
6
-6
/
+410
*
cmd: net: Clean up return codes
Joe Hershberger
2015-04-18
1
-24
/
+21
*
net: Access mapped physmem in net functions
Joe Hershberger
2015-04-18
2
-2
/
+10
*
net: Make netretry actually do something
Joe Hershberger
2015-04-18
1
-2
/
+6
*
net: Remove the bd* parameter from net stack functions
Joe Hershberger
2015-04-18
21
-34
/
+34
*
net: Use int instead of u8 for boolean flag
Joe Hershberger
2015-04-18
2
-2
/
+2
*
net: Change return codes from net/eth.c to use errorno constants
Joe Hershberger
2015-04-18
1
-6
/
+6
*
net: Refactor in preparation for driver model
Joe Hershberger
2015-04-18
2
-69
/
+78
*
net: Remove unneeded "extern" in net.h
Joe Hershberger
2015-04-18
1
-45
/
+45
*
net: Rename helper function to be more clear
Joe Hershberger
2015-04-18
1
-9
/
+4
*
net: Provide a function to get the current MAC address
Joe Hershberger
2015-04-18
6
-5
/
+13
*
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-04-18
36
-17
/
+66
*
test: dm: Reorder the objects to build
Joe Hershberger
2015-04-18
1
-2
/
+2
*
dm: pci: Add driver model tests for PCI
Simon Glass
2015-04-18
3
-0
/
+77
*
dm: x86: pci: Convert chromebook_link to use driver model for pci
Simon Glass
2015-04-18
9
-68
/
+62
*
dm: x86: pci: Convert coreboot to use driver model for pci
Simon Glass
2015-04-18
5
-47
/
+34
*
dm: x86: pci: Add a PCI driver for driver model
Simon Glass
2015-04-18
5
-0
/
+75
*
dm: sandbox: pci: Enable PCI for sandbox
Simon Glass
2015-04-18
3
-0
/
+8
*
dm: sandbox: Add a emulated PCI device as an example
Simon Glass
2015-04-18
1
-0
/
+285
*
dm: sandbox: pci: Add a PCI emulation uclass
Simon Glass
2015-04-16
4
-0
/
+177
*
dm: sandbox: Add a simple PCI driver
Simon Glass
2015-04-16
3
-0
/
+90
*
dm: sandbox: pci: Add PCI support for sandbox
Simon Glass
2015-04-16
9
-7
/
+284
*
dm: pci: Add a uclass for PCI
Simon Glass
2015-04-16
10
-14
/
+1081
*
dm: pci: Move common PCI functions into their own file
Simon Glass
2015-04-16
4
-276
/
+313
*
dm: Show both allocated and requested seq numbers in 'dm uclass'
Simon Glass
2015-04-16
1
-2
/
+2
*
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
7
-6
/
+35
*
dm: core: Mark device as active before calling its probe() method
Simon Glass
2015-04-16
1
-3
/
+4
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
27
-51
/
+71
*
fdt: Tighten up error handling in fdtdec_get_pci_addr()
Simon Glass
2015-04-16
2
-2
/
+6
*
Correct map_sysmem() logic in do_mem_mw()
Simon Glass
2015-04-16
1
-3
/
+4
*
x86: Split up arch_cpu_init()
Simon Glass
2015-04-16
1
-0
/
+8
*
dm: Add a new CPU init function which can use driver model
Simon Glass
2015-04-16
2
-0
/
+17
*
x86: Add a x86_ prefix to the x86-specific PCI functions
Simon Glass
2015-04-16
21
-195
/
+199
*
fdt: Export fdtdec_get_number() for general use
Simon Glass
2015-04-16
2
-1
/
+12
*
sandbox: Update device tree 'reg' properties for I2C and SPI
Simon Glass
2015-04-16
1
-3
/
+3
*
x86: Add support for panther (Asus Chromebox)
Simon Glass
2015-04-16
9
-0
/
+178
*
x86: Move common Chromebook config into a separate file
Simon Glass
2015-04-16
2
-60
/
+69
*
x86: spi: Add support for lynxpoint
Simon Glass
2015-04-16
1
-1
/
+2
*
x86: pci: Add PCI IDs for lynxpoint
Simon Glass
2015-04-16
1
-0
/
+2
*
x86: video: Allow keyboard presence to be controlled by device tree
Simon Glass
2015-04-16
2
-8
/
+37
*
x86: Support machines with >4GB of RAM
Simon Glass
2015-04-16
1
-2
/
+4
*
ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c
Kishon Vijay Abraham I
2015-04-16
3
-28
/
+2
*
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2015-04-16
39
-298
/
+852
|
\
|
*
sunxi: Complete i2c support for each supported platform
Paul Kocialkowski
2015-04-15
6
-3
/
+153
|
*
i2c: mvtwsi: Support for up to 4 different controllers
Paul Kocialkowski
2015-04-15
6
-34
/
+104
|
*
sunxi: iNet 3F support
Paul Kocialkowski
2015-04-15
2
-0
/
+25
|
*
sunxi: iNet 3W support
Paul Kocialkowski
2015-04-15
2
-0
/
+24
|
*
sunxi: Proper iNet board config naming
Paul Kocialkowski
2015-04-15
2
-2
/
+2
|
*
sunxi: Removed dram files cleanup in MAINTAINERS
Paul Kocialkowski
2015-04-15
1
-3
/
+0
|
*
sunxi: Serial number support, obtained from SID bits
Paul Kocialkowski
2015-04-15
1
-11
/
+22
[next]