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
*
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
|
*
sunxi: A20-OLinuXino-Lime2 USB0 VBUS detect and enable pins
Paul Kocialkowski
2015-04-15
1
-0
/
+2
|
*
sunxi: Cubieboard2 mmc0 card-detect pin
Paul Kocialkowski
2015-04-15
1
-0
/
+1
|
*
sunxi: A20-OLinuXino-Lime2 mmc0 card-detect pin
Paul Kocialkowski
2015-04-15
1
-0
/
+1
|
*
sunxi: Yones Toptech BD1078 mmc0 and mmc1 card-detect pins
Paul Kocialkowski
2015-04-15
1
-0
/
+2
|
*
sunxi: Ainol AW1 mmc0 card-detect pin
Paul Kocialkowski
2015-04-15
1
-0
/
+1
|
*
sunxi: Ampe A76 mmc0 card-detect pin
Paul Kocialkowski
2015-04-15
1
-1
/
+2
|
*
sunxi: TZX-Q8-713B7 mmc0 card-detect pin
Paul Kocialkowski
2015-04-15
1
-0
/
+1
|
*
sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect
Hans de Goede
2015-04-15
1
-1
/
+1
|
*
sunxi: usbc: Wait for vbus to fall after disabling it
Hans de Goede
2015-04-15
1
-2
/
+13
|
*
sunxi: usbc: Initialize vusb value on request_resources
Hans de Goede
2015-04-15
1
-8
/
+8
|
*
power: axp209: Registers definitions in header
Paul Kocialkowski
2015-04-15
2
-38
/
+38
|
*
power: axp152: Registers definitions in header
Paul Kocialkowski
2015-04-15
2
-11
/
+12
[next]