Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a626dff015ad28d8e89e7abaae5a5d87e0f16472
a626dff
dm: core: Convert driver_bind() to use const
by Simon Glass
· 10 years ago
825d3f9
dm: core: Support allocating driver-private data for DMA
by Simon Glass
· 10 years ago
2410d88
dm: test: bus: Use a local variable to simplify code
by Simon Glass
· 10 years ago
574323f
sandbox: Fix comment for os_open()
by Simon Glass
· 10 years ago
629bf85
linker_lists: Add a function to access a linker list entry
by Simon Glass
· 10 years ago
a892dc1
dm: eth: Provide a way for drivers to manage packet buffers
by Joe Hershberger
· 10 years ago
221f2e1
dm: spi: Convert Freescale QSPI driver to driver model
by Haikun.Wang@freescale.com
· 10 years ago
a28e291
dm: spi: Convert Freescale DSPI driver to driver model
by Haikun.Wang@freescale.com
· 10 years ago
07c851e
dm: ls1021a: dts: Add QSPI dts node
by Haikun.Wang@freescale.com
· 10 years ago
6670a16
dm: ls1021a: dts: Update DSPI node to support DM SPI
by Haikun.Wang@freescale.com
· 10 years ago
b9fe9e2
dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1
by haikun
· 10 years ago
f6580d0
dm: ls1021a: Bring in ls1021a dts files from linux kernel
by haikun
· 10 years ago
9f9e2f1
dm: arm: Bring in skeleton64 device tree file from Linux
by Haikun.Wang@freescale.com
· 10 years ago
d3aa7e1
dm: i2c: add i2c-gpio driver
by Przemyslaw Marczak
· 10 years ago
e5fa121
Kconfig: i2c: fix help message related to dm i2c
by Przemyslaw Marczak
· 10 years ago
44fc536
dm: gpio: request list: return the count if requests max_count reached
by Przemyslaw Marczak
· 10 years ago
2d1e029
i8042: Add keyboard enable logic in kbd_reset()
by Simon Glass
· 10 years ago
c6e0669
sandbox: cros_ec: Add Kconfig for sandbox EC config
by Simon Glass
· 10 years ago
73f220c
cros_ec: exynos: Match up device tree with kernel version
by Simon Glass
· 10 years ago
10781f2
fdt: Drop LPC compatible string in fdtdec
by Simon Glass
· 10 years ago
da790b8
fdt: cros_ec: Drop compatible string in fdtdec
by Simon Glass
· 10 years ago
a6b777b
cros_ec: Remove unused cros_ec_board_init() function
by Simon Glass
· 10 years ago
cf8d0df
exynos: cros_ec: Drop unnecessary init
by Simon Glass
· 10 years ago
5e81f3e
x86: cros_ec: Drop unnecessary init
by Simon Glass
· 10 years ago
f25bb9e
sandbox: cros_ec: Drop unnecessary init
by Simon Glass
· 10 years ago
7441523
cros_ec: Drop unused CONFIG_DM_CROS_EC
by Simon Glass
· 10 years ago
f9a2d9a
cros_ec: Reinit the cros_ec device when 'crosec init' is used
by Simon Glass
· 10 years ago
23fb156
dm: cros_ec: Convert cros_ec LPC driver to driver model
by Simon Glass
· 10 years ago
06e694f
x86: chromebook_link: dts: Add PCH and LPC devices
by Simon Glass
· 10 years ago
a5caa37
dm: x86: Add a uclass for an Low Pin Count (LPC) device
by Simon Glass
· 10 years ago
404bc5e
dm: x86: Add a uclass for a Platform Controller Hub
by Simon Glass
· 10 years ago
35f15f6
dm: x86: spi: Convert ICH SPI driver to driver model
by Simon Glass
· 10 years ago
1c36923
dm: sf: Add driver model read/write/erase methods
by Simon Glass
· 10 years ago
f4dc96a
net: Improve error handling
by Joe Hershberger
· 10 years ago
a892192
sandbox: eth: Add support for using the 'lo' interface
by Joe Hershberger
· 10 years ago
c96323f
sandbox: Enable DHCP and IP defrag
by Joe Hershberger
· 10 years ago
586cbd1
sandbox: eth: Add a bridge to a real network for sandbox
by Joe Hershberger
· 10 years ago
f933a93
test: dm: net: Add a test of the netretry behavior
by Joe Hershberger
· 10 years ago
a630b6c
sandbox: eth: Add ability to disable ping reply in sandbox eth driver
by Joe Hershberger
· 10 years ago
f340e54
test: dm: eth: Add testing for ethrotate env var
by Joe Hershberger
· 10 years ago
aa52edd
dm: eth: Add support for ethprime env var
by Joe Hershberger
· 10 years ago
279d2f6
dm: eth: Add support for aliases
by Joe Hershberger
· 10 years ago
4c19724
test: dm: eth: Add tests for the eth dm implementation
by Joe Hershberger
· 10 years ago
e4d7cb1
sandbox: eth: Add ARP and PING response to sandbox driver
by Joe Hershberger
· 10 years ago
6ab7699
sandbox: eth: Add network support to sandbox
by Joe Hershberger
· 10 years ago
8207c54
dm: eth: Pass the packet pointer as a parameter to recv
by Joe Hershberger
· 10 years ago
f77abc5
net: Clean up network stack names used in DM drivers
by Joe Hershberger
· 10 years ago
c7eceaf
dm: eth: Add basic driver model support to Ethernet stack
by Joe Hershberger
· 10 years ago
ba86783
cmd: net: Clean up return codes
by Joe Hershberger
· 10 years ago
ed19185
net: Access mapped physmem in net functions
by Joe Hershberger
· 10 years ago
e44a0ea
net: Make netretry actually do something
by Joe Hershberger
· 10 years ago
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· 10 years ago
aca1c31
net: Use int instead of u8 for boolean flag
by Joe Hershberger
· 10 years ago
d0ce341
net: Change return codes from net/eth.c to use errorno constants
by Joe Hershberger
· 10 years ago
e1e8a8c
net: Refactor in preparation for driver model
by Joe Hershberger
· 10 years ago
b79dda3
net: Remove unneeded "extern" in net.h
by Joe Hershberger
· 10 years ago
ca044ad
net: Rename helper function to be more clear
by Joe Hershberger
· 10 years ago
11cd5a0
net: Provide a function to get the current MAC address
by Joe Hershberger
· 10 years ago
65b905b
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
65a0ae3
test: dm: Reorder the objects to build
by Joe Hershberger
· 10 years ago
3a6eae6
dm: pci: Add driver model tests for PCI
by Simon Glass
· 10 years ago
e0e7b36
dm: x86: pci: Convert chromebook_link to use driver model for pci
by Simon Glass
· 10 years ago
3da658a
dm: x86: pci: Convert coreboot to use driver model for pci
by Simon Glass
· 10 years ago
4e03781
dm: x86: pci: Add a PCI driver for driver model
by Simon Glass
· 10 years ago
7a115d4
dm: sandbox: pci: Enable PCI for sandbox
by Simon Glass
· 10 years ago
5a822e1
dm: sandbox: Add a emulated PCI device as an example
by Simon Glass
· 10 years ago
d9e90bb
dm: sandbox: pci: Add a PCI emulation uclass
by Simon Glass
· 10 years ago
4d85755
dm: sandbox: Add a simple PCI driver
by Simon Glass
· 10 years ago
70778bc
dm: sandbox: pci: Add PCI support for sandbox
by Simon Glass
· 10 years ago
b94dc89
dm: pci: Add a uclass for PCI
by Simon Glass
· 10 years ago
75532d8
dm: pci: Move common PCI functions into their own file
by Simon Glass
· 10 years ago
97068bf
dm: Show both allocated and requested seq numbers in 'dm uclass'
by Simon Glass
· 10 years ago
9c1f382
dm: core: Add a uclass pre_probe() method for devices
by Simon Glass
· 10 years ago
d02009d
dm: core: Mark device as active before calling its probe() method
by Simon Glass
· 10 years ago
de0977b
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
2eb77f1
fdt: Tighten up error handling in fdtdec_get_pci_addr()
by Simon Glass
· 10 years ago
3c4a287
Correct map_sysmem() logic in do_mem_mw()
by Simon Glass
· 10 years ago
7567f46
x86: Split up arch_cpu_init()
by Simon Glass
· 10 years ago
7af8d05
dm: Add a new CPU init function which can use driver model
by Simon Glass
· 10 years ago
240d06d
x86: Add a x86_ prefix to the x86-specific PCI functions
by Simon Glass
· 10 years ago
9ffbe33
fdt: Export fdtdec_get_number() for general use
by Simon Glass
· 10 years ago
f905be8
sandbox: Update device tree 'reg' properties for I2C and SPI
by Simon Glass
· 10 years ago
5f8865f
x86: Add support for panther (Asus Chromebox)
by Simon Glass
· 10 years ago
4837e6e
x86: Move common Chromebook config into a separate file
by Simon Glass
· 10 years ago
1c87729
x86: spi: Add support for lynxpoint
by Simon Glass
· 10 years ago
99c5173
x86: pci: Add PCI IDs for lynxpoint
by Simon Glass
· 10 years ago
e9fa1f0
x86: video: Allow keyboard presence to be controlled by device tree
by Simon Glass
· 10 years ago
745b1d1
x86: Support machines with >4GB of RAM
by Simon Glass
· 10 years ago
1242b87
ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c
by Kishon Vijay Abraham I
· 10 years ago
273ac5b
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 10 years ago
0a3ec0a
sunxi: Complete i2c support for each supported platform
by Paul Kocialkowski
· 10 years ago
2fae3e7
i2c: mvtwsi: Support for up to 4 different controllers
by Paul Kocialkowski
· 10 years ago
0a8cc06
sunxi: iNet 3F support
by Paul Kocialkowski
· 10 years ago
fd68eab
sunxi: iNet 3W support
by Paul Kocialkowski
· 10 years ago
c7cdd91
sunxi: Proper iNet board config naming
by Paul Kocialkowski
· 10 years ago
4711b2a
sunxi: Removed dram files cleanup in MAINTAINERS
by Paul Kocialkowski
· 10 years ago
9293594
sunxi: Serial number support, obtained from SID bits
by Paul Kocialkowski
· 10 years ago
227dbc6
sunxi: A20-OLinuXino-Lime2 USB0 VBUS detect and enable pins
by Paul Kocialkowski
· 10 years ago
ff83bed
sunxi: Cubieboard2 mmc0 card-detect pin
by Paul Kocialkowski
· 10 years ago
ec9ea8c
sunxi: A20-OLinuXino-Lime2 mmc0 card-detect pin
by Paul Kocialkowski
· 10 years ago
Next »