Commit Graph

31197 Commits (3721eaf28e5e074bebf8191e37dacbd75ffc459d)
 

Author SHA1 Message Date
Masahiro Yamada 3721eaf28e linux_compat: remove cpu_relax() define 9 years ago
Masahiro Yamada 5f7e310467 x86: delete unneeded declarations of disable_irq() and enable_irq() 9 years ago
Simon Glass b86f795a37 net: Allow drivers to return -ENOSYS with the write_hwaddr() method 9 years ago
Simon Glass fbc4b8af46 dm: usb: eth: Add driver-model support to the asix driver 9 years ago
Simon Glass 2b53b078d7 dm: usb: Add driver-model support to ehci-pci 9 years ago
Simon Glass 4a41cc1578 x86: minnowmax: Drop the cache line size hack 9 years ago
Simon Glass abb59cffcf dm: usb: Adjust the USB_DEVICE() macro naming 9 years ago
Simon Glass c8c2797c38 dm: usb: eth: Support driver model with USB Ethernet 9 years ago
Simon Glass a1ca92eaaf dm: eth: Avoid blocking on packet reception 9 years ago
Simon Glass 69559093f6 dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH 9 years ago
Simon Glass b483915ffd dm: usb: Correct the struct usb_driver_entry comment 9 years ago
Simon Glass 4b515e4fc5 dm: pci: Add a function to get the BDF for a device 9 years ago
Simon Glass d0a5a0b2d8 dm: eth: Add driver-model support to the rtl8169 driver 9 years ago
Simon Glass aba9296249 dm: pci: Add support for PCI driver matching 9 years ago
Simon Glass e62b526635 usb: Update some EHCI driver licenses to use SPDX 9 years ago
Simon Glass 19df0bc1b1 usb: ehci: Correct a missing hypen in an error message 9 years ago
Simon Glass 36d7cc17bd dm: core: Add \n to two dm_warn() messages 9 years ago
Hans de Goede 09e7ea47e7 musb: Add device-model support to the musb-host u-boot glue 9 years ago
Hans de Goede fc85d39e79 musb: Add musb_host_data struct to hold global data 9 years ago
Hans de Goede 1398252abf musb: Rename and wrap public functions 9 years ago
Hans de Goede e740ca3cab musb: Update usb-compat to work with struct usb_device without a parent ptr 9 years ago
Hans de Goede 1583723638 musb: Allow musb_platform_enable to return an error code 9 years ago
Hans de Goede fd1bd21bf0 dm: usb: Do not assume that first child is always a hub 9 years ago
Hans de Goede b2f219b081 dm: usb: Allow usb host drivers to implement usb_reset_root_port 9 years ago
Hans de Goede 9b510df703 dm: usb: Rename usb_find_child to usb_find_emul_child 9 years ago
Hans de Goede 6cda369509 dm: usb: Use device_unbind_children to clean up usb devs on stop 9 years ago
Hans de Goede e5c4564ee6 dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea 9 years ago
Hans de Goede c27b329054 dm: usb: Fix "usb tree" output 9 years ago
Hans de Goede bb52b367f6 dm: Export device_remove_children / device_unbind_children 9 years ago
Hans de Goede 8802f56349 usb: Add an usb_device parameter to usb_reset_root_port 9 years ago
Hans de Goede 682c9f8dfc usb: Pass device instead of portnr to usb_legacy_port_reset 9 years ago
Hans de Goede 9eb72dd1f4 usb: usb_setup_device: Drop unneeded portnr function argument 9 years ago
Hans de Goede 6bfe80e754 usb: Drop device-model specific copy of usb_legacy_port_reset 9 years ago
Masahiro Yamada 04c5ee41b2 dm: remove redundant CONFIG_DM from driver/core/Makefile 9 years ago
Masahiro Yamada 1f5dd4700a dm: do not set DM_FLAG_ACTIVATED twice 9 years ago
Masahiro Yamada 643e69021e dm: change dm_warn() message into debug() in uclass_add() 9 years ago
Simon Glass 86075bab27 test: Add a test for regmap 9 years ago
Simon Glass 9f4629be8a dm: core: Add device checking to syscon_get_regmap() 9 years ago
Simon Glass 85aeda4a62 test: Add a macro to check that a value is not an error pointer 9 years ago
Simon Glass 0503e8207c dm: test: Add a size to each reg property 9 years ago
Simon Glass 04035fd36c dm: test: Add a test for the system controller uclass 9 years ago
Simon Glass 3c43fba3d2 dm: test: Add a test for the LED uclass 9 years ago
Simon Glass fb8a5ffc77 led: Return -ENODEV if the LED device cannot be found 9 years ago
Simon Glass 8e6cc46178 dm: test: Add a test for the mmc uclass 9 years ago
Simon Glass 64ce0cad9e dm: test: Add a test for the ram uclass 9 years ago
Simon Glass 201c29a2d6 dm: test: Add a test for the reset uclass 9 years ago
Simon Glass 5010d98f02 sandbox: Use the reset driver to handle reset 9 years ago
Simon Glass b9d33fa06c sandbox: Add a warm and cold reset driver 9 years ago
Simon Glass 1704d083b3 dm: reset: Allow reset_walk() to return 9 years ago
Simon Glass dc6f4d3a55 sandbox: Support multiple reset types 9 years ago