aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-22linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada2-15/+18
2015-07-22linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada2-7/+4
2015-07-22linux_compat: remove cpu_relax() defineMasahiro Yamada2-2/+1
2015-07-22x86: delete unneeded declarations of disable_irq() and enable_irq()Masahiro Yamada1-4/+0
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2-1/+9
2015-07-21dm: usb: eth: Add driver-model support to the asix driverSimon Glass1-21/+216
2015-07-21dm: usb: Add driver-model support to ehci-pciSimon Glass1-20/+77
2015-07-21x86: minnowmax: Drop the cache line size hackSimon Glass1-3/+0
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass6-9/+25
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass3-12/+206
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass6-6/+17
2015-07-21dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass1-2/+5
2015-07-21dm: usb: Correct the struct usb_driver_entry commentSimon Glass1-2/+2
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass3-12/+19
2015-07-21dm: eth: Add driver-model support to the rtl8169 driverSimon Glass1-49/+187
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass3-19/+197
2015-07-21usb: Update some EHCI driver licenses to use SPDXSimon Glass5-68/+5
2015-07-21usb: ehci: Correct a missing hypen in an error messageSimon Glass1-1/+1
2015-07-21dm: core: Add \n to two dm_warn() messagesSimon Glass1-2/+2
2015-07-21musb: Add device-model support to the musb-host u-boot glueHans de Goede2-1/+73
2015-07-21musb: Add musb_host_data struct to hold global dataHans de Goede2-54/+77
2015-07-21musb: Rename and wrap public functionsHans de Goede1-11/+59
2015-07-21musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede3-1/+75
2015-07-21musb: Allow musb_platform_enable to return an error codeHans de Goede7-3/+64
2015-07-21dm: usb: Do not assume that first child is always a hubHans de Goede2-10/+9
2015-07-21dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2-5/+16
2015-07-21dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede1-10/+9
2015-07-21dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede1-0/+3
2015-07-21dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad ideaHans de Goede1-0/+4
2015-07-21dm: usb: Fix "usb tree" outputHans de Goede1-5/+5
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede2-18/+30
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede4-10/+6
2015-07-21usb: Pass device instead of portnr to usb_legacy_port_resetHans de Goede1-4/+4
2015-07-21usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede3-9/+9
2015-07-21usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede3-40/+1
2015-07-21dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada1-1/+1
2015-07-21dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada1-1/+0
2015-07-21dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada1-2/+2
2015-07-21test: Add a test for regmapSimon Glass2-0/+83
2015-07-21dm: core: Add device checking to syscon_get_regmap()Simon Glass1-2/+5
2015-07-21test: Add a macro to check that a value is not an error pointerSimon Glass1-0/+15
2015-07-21dm: test: Add a size to each reg propertySimon Glass1-12/+15
2015-07-21dm: test: Add a test for the system controller uclassSimon Glass7-0/+79
2015-07-21dm: test: Add a test for the LED uclassSimon Glass5-0/+95
2015-07-21led: Return -ENODEV if the LED device cannot be foundSimon Glass2-3/+4
2015-07-21dm: test: Add a test for the mmc uclassSimon Glass6-0/+59
2015-07-21dm: test: Add a test for the ram uclassSimon Glass6-0/+73
2015-07-21dm: test: Add a test for the reset uclassSimon Glass2-0/+75
2015-07-21sandbox: Use the reset driver to handle resetSimon Glass5-9/+14
2015-07-21sandbox: Add a warm and cold reset driverSimon Glass2-0/+101