aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-18linker_lists: Add a function to access a linker list entrySimon Glass1-0/+10
2015-04-18dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger2-2/+10
2015-04-18dm: spi: Convert Freescale QSPI driver to driver modelHaikun.Wang@freescale.com1-329/+656
2015-04-18dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com3-0/+888
2015-04-18dm: ls1021a: dts: Add QSPI dts nodeHaikun.Wang@freescale.com3-0/+39
2015-04-18dm: ls1021a: dts: Update DSPI node to support DM SPIHaikun.Wang@freescale.com3-18/+4
2015-04-18dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1haikun3-40/+40
2015-04-18dm: ls1021a: Bring in ls1021a dts files from linux kernelhaikun4-0/+662
2015-04-18dm: arm: Bring in skeleton64 device tree file from LinuxHaikun.Wang@freescale.com1-0/+13
2015-04-18dm: i2c: add i2c-gpio driverPrzemyslaw Marczak4-0/+393
2015-04-18Kconfig: i2c: fix help message related to dm i2cPrzemyslaw Marczak1-10/+7
2015-04-18dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak1-5/+1
2015-04-18i8042: Add keyboard enable logic in kbd_reset()Simon Glass1-0/+7
2015-04-18sandbox: cros_ec: Add Kconfig for sandbox EC configSimon Glass1-0/+9
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass12-110/+148
2015-04-18fdt: Drop LPC compatible string in fdtdecSimon Glass2-2/+0
2015-04-18fdt: cros_ec: Drop compatible string in fdtdecSimon Glass2-2/+0
2015-04-18cros_ec: Remove unused cros_ec_board_init() functionSimon Glass2-12/+0
2015-04-18exynos: cros_ec: Drop unnecessary initSimon Glass4-16/+0
2015-04-18x86: cros_ec: Drop unnecessary initSimon Glass2-8/+0
2015-04-18sandbox: cros_ec: Drop unnecessary initSimon Glass2-13/+0
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass10-506/+1
2015-04-18cros_ec: Reinit the cros_ec device when 'crosec init' is usedSimon Glass1-2/+8
2015-04-18dm: cros_ec: Convert cros_ec LPC driver to driver modelSimon Glass3-0/+51
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass5-34/+55
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass3-0/+30
2015-04-18dm: x86: Add a uclass for a Platform Controller HubSimon Glass3-9/+29
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass8-278/+290
2015-04-18dm: sf: Add driver model read/write/erase methodsSimon Glass2-6/+57
2015-04-18net: Improve error handlingJoe Hershberger4-19/+70
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger5-5/+218
2015-04-18sandbox: Enable DHCP and IP defragJoe Hershberger1-0/+8
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger9-0/+352
2015-04-18test: dm: net: Add a test of the netretry behaviorJoe Hershberger1-0/+32
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger2-0/+32
2015-04-18test: dm: eth: Add testing for ethrotate env varJoe Hershberger1-0/+42
2015-04-18dm: eth: Add support for ethprime env varJoe Hershberger2-1/+48
2015-04-18dm: eth: Add support for aliasesJoe Hershberger5-11/+74
2015-04-18test: dm: eth: Add tests for the eth dm implementationJoe Hershberger3-0/+57
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger3-0/+109
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger7-8/+133
2015-04-18dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger2-3/+18
2015-04-18net: Clean up network stack names used in DM driversJoe Hershberger2-12/+27
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger6-6/+410
2015-04-18cmd: net: Clean up return codesJoe Hershberger1-24/+21
2015-04-18net: Access mapped physmem in net functionsJoe Hershberger2-2/+10
2015-04-18net: Make netretry actually do somethingJoe Hershberger1-2/+6
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger21-34/+34
2015-04-18net: Use int instead of u8 for boolean flagJoe Hershberger2-2/+2
2015-04-18net: Change return codes from net/eth.c to use errorno constantsJoe Hershberger1-6/+6