projects
/
J-u-boot.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
dm: usb: eth: Support driver model with USB Ethernet
[J-u-boot.git]
/
drivers
/
2015-07-21
Simon Glass
dm: usb: eth: Support driver model with USB Ethernet
tree
|
commitdiff
2015-07-21
Simon Glass
dm: eth: Avoid blocking on packet reception
tree
|
commitdiff
2015-07-21
Simon Glass
dm: pci: Add a function to get the BDF for a device
tree
|
commitdiff
2015-07-21
Simon Glass
dm: eth: Add driver-model support to the rtl8169 driver
tree
|
commitdiff
2015-07-21
Simon Glass
dm: pci: Add support for PCI driver matching
tree
|
commitdiff
2015-07-21
Simon Glass
usb: Update some EHCI driver licenses to use SPDX
tree
|
commitdiff
2015-07-21
Simon Glass
usb: ehci: Correct a missing hypen in an error message
tree
|
commitdiff
2015-07-21
Simon Glass
dm: core: Add \n to two dm_warn() messages
tree
|
commitdiff
2015-07-21
Hans de Goede
musb: Add device-model support to the musb-host u-boot...
tree
|
commitdiff
2015-07-21
Hans de Goede
musb: Add musb_host_data struct to hold global data
tree
|
commitdiff
2015-07-21
Hans de Goede
musb: Rename and wrap public functions
tree
|
commitdiff
2015-07-21
Hans de Goede
musb: Update usb-compat to work with struct usb_device...
tree
|
commitdiff
2015-07-21
Hans de Goede
musb: Allow musb_platform_enable to return an error...
tree
|
commitdiff
2015-07-21
Hans de Goede
dm: usb: Do not assume that first child is always a hub
tree
|
commitdiff
2015-07-21
Hans de Goede
dm: usb: Allow usb host drivers to implement usb_reset_...
tree
|
commitdiff
2015-07-21
Hans de Goede
dm: usb: Rename usb_find_child to usb_find_emul_child
tree
|
commitdiff
2015-07-21
Hans de Goede
dm: usb: Use device_unbind_children to clean up usb...
tree
|
commitdiff
2015-07-21
Hans de Goede
dm: usb: Document that mixing DM_DEVICE_REMOVE and...
tree
|
commitdiff
2015-07-21
Hans de Goede
dm: Export device_remove_children / device_unbind_children
tree
|
commitdiff
2015-07-21
Hans de Goede
usb: Add an usb_device parameter to usb_reset_root_port
tree
|
commitdiff
2015-07-21
Hans de Goede
usb: usb_setup_device: Drop unneeded portnr function...
tree
|
commitdiff
2015-07-21
Hans de Goede
usb: Drop device-model specific copy of usb_legacy_port...
tree
|
commitdiff
2015-07-21
Masahiro Yamada
dm: remove redundant CONFIG_DM from driver/core/Makefile
tree
|
commitdiff
2015-07-21
Masahiro Yamada
dm: do not set DM_FLAG_ACTIVATED twice
tree
|
commitdiff
2015-07-21
Masahiro Yamada
dm: change dm_warn() message into debug() in uclass_add()
tree
|
commitdiff
2015-07-21
Simon Glass
dm: core: Add device checking to syscon_get_regmap()
tree
|
commitdiff
2015-07-21
Simon Glass
dm: test: Add a test for the system controller uclass
tree
|
commitdiff
2015-07-21
Simon Glass
dm: test: Add a test for the LED uclass
tree
|
commitdiff
2015-07-21
Simon Glass
led: Return -ENODEV if the LED device cannot be found
tree
|
commitdiff
2015-07-21
Simon Glass
dm: test: Add a test for the mmc uclass
tree
|
commitdiff
2015-07-21
Simon Glass
dm: test: Add a test for the ram uclass
tree
|
commitdiff
2015-07-21
Simon Glass
sandbox: Use the reset driver to handle reset
tree
|
commitdiff
2015-07-21
Simon Glass
sandbox: Add a warm and cold reset driver
tree
|
commitdiff
2015-07-21
Simon Glass
dm: reset: Allow reset_walk() to return
tree
|
commitdiff
2015-07-21
Simon Glass
dm: test: Add tests for the clk uclass
tree
|
commitdiff
2015-07-21
Simon Glass
power: pmic: Use trailing_strtol() instead of a local...
tree
|
commitdiff
2015-07-21
Simon Glass
dm: Add a clock uclass
tree
|
commitdiff
2015-07-21
Simon Glass
dm: Add a system reset uclass
tree
|
commitdiff
2015-07-21
Simon Glass
ns16550: Improve debug UART so it can work with 32...
tree
|
commitdiff
2015-07-21
Simon Glass
dm: spi: Make local functions static
tree
|
commitdiff
2015-07-21
Simon Glass
dm: Add support for RAM drivers
tree
|
commitdiff
2015-07-21
Simon Glass
dm: pmic: Add functions to adjust PMIC registers
tree
|
commitdiff
2015-07-21
Simon Glass
dm: power: Use debug() for errors in regulator uclass
tree
|
commitdiff
2015-07-21
Simon Glass
dm: power: Add a function to set up all regulators
tree
|
commitdiff
2015-07-21
Simon Glass
dm: pmic: Split output from function
tree
|
commitdiff
2015-07-21
Simon Glass
dm: power: Add regulator flags to centralise auto-set...
tree
|
commitdiff
2015-07-21
Simon Glass
dm: power: Avoid case-insensitve match for child names
tree
|
commitdiff
2015-07-21
Simon Glass
mmc: Add debug() output on read errors
tree
|
commitdiff
2015-07-21
Simon Glass
dm: mmc: Add an MMC uclass
tree
|
commitdiff
2015-07-21
Simon Glass
dm: led: Add a driver for GPIO-controlled LEDs
tree
|
commitdiff
2015-07-21
Simon Glass
dm: Add support for LEDs
tree
|
commitdiff
2015-07-21
Simon Glass
dm: Add support for generic system controllers (syscon)
tree
|
commitdiff
2015-07-21
Simon Glass
dm: Add support for register maps (regmap)
tree
|
commitdiff
2015-07-21
Simon Glass
dm: gpio: Add dm_gpio_request() to manually request...
tree
|
commitdiff
2015-07-21
Simon Glass
dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO...
tree
|
commitdiff
2015-07-21
Simon Glass
dm: gpio: Allow GPIO uclass to be used in SPL
tree
|
commitdiff
2015-07-21
Simon Glass
dm: core: Correct device_get_child_by_of_offset() parameter
tree
|
commitdiff
2015-07-21
Simon Glass
dm: core: Add a function to find any device from device...
tree
|
commitdiff
2015-07-21
Simon Glass
dm: core: Use debug() instead of printf() for failures
tree
|
commitdiff
2015-07-21
Simon Glass
dm: Move the tree/uclass dump code into its own file
tree
|
commitdiff
2015-07-20
Tom Rini
Merge branch 'master' of git://git.denx.de/u-boot-fsl...
tree
|
commitdiff
2015-07-20
Prabhakar Kushwaha
driver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rx
tree
|
commitdiff
2015-07-20
Prabhakar Kushwaha
driver/ldpaa_eth: Avoid TX conf frames
tree
|
commitdiff
2015-07-20
Prabhakar Kushwaha
driver/ldpaa_eth: Add timeout handling DQRR entry read
tree
|
commitdiff
2015-07-20
Prabhakar Kushwaha
driver/ldpaa_eth: Retry enqueue if portal was busy
tree
|
commitdiff
2015-07-20
Stuart Yoder
armv8/fsl-lsch3: device tree fixups for PCI stream IDs
tree
|
commitdiff
2015-07-20
Stuart Yoder
drivers/fsl-mc: dynamically create ICID pool in DPC
tree
|
commitdiff
2015-07-20
Stuart Yoder
armv8/fsl-lsch3: partition stream IDs
tree
|
commitdiff
2015-07-20
Prabhakar Kushwaha
drivers: fsl-mc: Return error for major version mismatch
tree
|
commitdiff
2015-07-20
Prabhakar Kushwaha
drivers: fsl-mc: Update qbman driver
tree
|
commitdiff
2015-07-20
Prabhakar Kushwaha
drivers: fsl-mc: Update flibs to mc-0.6.0.1
tree
|
commitdiff
2015-07-20
J. German Rivera
drivers/fsl-mc: Autoload AOIP image from NOR flash
tree
|
commitdiff
2015-07-20
Prabhakar Kushwaha
driver/ldpaa_eth:Flush buffer before seeding BMAN after...
tree
|
commitdiff
2015-07-20
J. German Rivera
drivers/fsl-mc: Make MC boot error messages more readable
tree
|
commitdiff
2015-07-20
Bhupesh Sharma
driver/fsl_debug_server: Fix the DDR hide logic for...
tree
|
commitdiff
2015-07-20
York Sun
driver/ddr/fsl: Add a hook to update SPD address
tree
|
commitdiff
2015-07-20
Haikun Wang
fdt: armv8: Fix build warnings on armv8
tree
|
commitdiff
2015-07-15
Tom Rini
Merge git://git.denx.de/u-boot-x86
tree
|
commitdiff
2015-07-15
Bin Meng
pci: Disable expansion ROM address decoding when signat...
tree
|
commitdiff
2015-07-15
Bin Meng
pci: Configure expansion ROM during auto config process
tree
|
commitdiff
2015-07-15
Bin Meng
drivers: block: Remove the ata_piix driver
tree
|
commitdiff
2015-07-15
Simon Glass
dm: x86: baytrail: Correct PCI region 3 when driver...
tree
|
commitdiff
2015-07-15
Simon Glass
x86: pci: Tidy up the generic x86 PCI driver
tree
|
commitdiff
2015-07-15
Simon Glass
dm: spi: Correct BIOS protection logic for ICH9
tree
|
commitdiff
2015-07-15
Simon Glass
dm: spi: Correct status register access width
tree
|
commitdiff
2015-07-15
Bin Meng
x86: Configure VESA parameters before loading Linux...
tree
|
commitdiff
2015-07-15
Bin Meng
x86: Move VGA option rom macros to Kconfig
tree
|
commitdiff
2015-07-15
Jian Luo
video: Add 32-bit color depth support for VBE
tree
|
commitdiff
2015-07-15
Bin Meng
video: vesa_fb: Look up VGA device by class instead...
tree
|
commitdiff
2015-07-15
Simon Glass
dm: pci: Correct bus number when scanning sub-buses
tree
|
commitdiff
2015-07-15
Simon Glass
dm: pci: Use the correct hose when configuring devices
tree
|
commitdiff
2015-07-15
Bin Meng
dm: rtc: Support mc146818 driver in driver model
tree
|
commitdiff
2015-07-15
Bin Meng
x86: Move MP initialization codes into a common place
tree
|
commitdiff
2015-07-15
Bin Meng
dm: cpu: Add a new get_count method to cpu uclass
tree
|
commitdiff
2015-07-15
Bin Meng
dm: cpu: Test against cpu_ops->get_info in cpu_get_info()
tree
|
commitdiff
2015-07-15
Bin Meng
dm: cpu: Fix undefined ENOSYS build error
tree
|
commitdiff
2015-07-15
Simon Glass
dm: spi: Correct minor nits in ICH driver
tree
|
commitdiff
2015-07-14
Tom Rini
Merge branch 'master' of git://git.denx.de/u-boot-spi
tree
|
commitdiff
2015-07-10
Tom Rini
Merge git://git.denx.de/u-boot-samsung
tree
|
commitdiff
2015-07-10
Tom Rini
Merge git://git.denx.de/u-boot-marvell
tree
|
commitdiff
next
This page took
0.087967 seconds
and
7
git commands to generate.