index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
dm: usb: sandbox: Add an emulator for USB hub emulation
Simon Glass
2015-04-18
-0
/
+307
*
dm: usb: sandbox: Add an emulator for USB flash devices
Simon Glass
2015-04-18
-0
/
+425
*
dm: usb: sandbox: Reset emulation devices in usb stop()
Simon Glass
2015-04-18
-0
/
+11
*
dm: usb: sandbox: Add a uclass for USB device emulation
Simon Glass
2015-04-18
-1
/
+346
*
dm: usb: Move struct usb_string to a common place
Simon Glass
2015-04-18
-13
/
+13
*
dm: usb: tegra: Add vbus GPIOs for nyan
Simon Glass
2015-04-18
-0
/
+2
*
dm: usb: Support driver model with USB keyboards
Simon Glass
2015-04-18
-1
/
+33
*
dm: usb: Split out the keyboard probe into its own function
Simon Glass
2015-04-18
-38
/
+51
*
dm: usb: Allow setting up a USB controller as a device/gadget
Simon Glass
2015-04-18
-0
/
+28
*
dm: usb: Bind generic USB devices when there is no driver
Simon Glass
2015-04-18
-1
/
+18
*
dm: usb: Allow USB drivers to be declared and auto-probed
Simon Glass
2015-04-18
-2
/
+311
*
dm: usb: Add driver model support to EHCI
Simon Glass
2015-04-18
-4
/
+127
*
dm: usb: Change ehci_reset() to use a pointer
Simon Glass
2015-04-18
-9
/
+8
*
dm: usb: Drop the EHCI weak functions
Simon Glass
2015-04-18
-96
/
+142
*
dm: usb: Refactor EHCI init
Simon Glass
2015-04-18
-51
/
+72
*
dm: usb: ehci: Use a function to find the controller from struct udevice
Simon Glass
2015-04-18
-17
/
+37
*
dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
Simon Glass
2015-04-18
-6
/
+6
*
dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
Simon Glass
2015-04-18
-8
/
+7
*
dm: usb: tegra: Drop use of global controller variable
Simon Glass
2015-04-18
-7
/
+9
*
dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
Simon Glass
2015-04-18
-5
/
+9
*
dm: usb: tegra: Store the controller type explicitly
Simon Glass
2015-04-18
-6
/
+24
*
dm: usb: Allow ECHI to hold private data for the controller
Simon Glass
2015-04-18
-0
/
+31
*
dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
Simon Glass
2015-04-18
-7
/
+9
*
dm: usb: Move all the EHCI weak functions together and declare them
Simon Glass
2015-04-18
-11
/
+17
*
dm: usb: Convert usb_storage to driver model
Simon Glass
2015-04-18
-2
/
+49
*
dm: usb: Move storage device scanning into its own function
Simon Glass
2015-04-18
-38
/
+59
*
Revert "usb_storage : scan all interfaces to find a storage device"
Simon Glass
2015-04-18
-28
/
+17
*
dm: usb: Adjust usb_storage to work with sandbox
Simon Glass
2015-04-18
-2
/
+4
*
dm: usb: Simply device finding code in usb_storage
Simon Glass
2015-04-18
-19
/
+11
*
dm: usb: Fix type problems in usb_stor_get_info()
Simon Glass
2015-04-18
-1
/
+5
*
dm: usb: Move USB storage definitions to usb_defs.h
Simon Glass
2015-04-18
-43
/
+44
*
dm: usb: Add driver model support for hubs
Simon Glass
2015-04-18
-4
/
+91
*
dm: usb: Split hub detection into its own function
Simon Glass
2015-04-18
-16
/
+41
*
dm: usb: Convert core usb.c file to support driver model
Simon Glass
2015-04-18
-6
/
+25
*
dm: usb: Complete the splitting up of usb_new_device()
Simon Glass
2015-04-18
-62
/
+95
*
dm: usb: Split out more code from usb_new_device()
Simon Glass
2015-04-18
-30
/
+42
*
dm: usb: Move descriptor setup code into its own function
Simon Glass
2015-04-18
-65
/
+82
*
dm: usb: Refactor port resets
Simon Glass
2015-04-18
-17
/
+45
*
dm: usb: Drop the legacy USB init sequence
Simon Glass
2015-04-18
-22
/
+4
*
dm: usb: Convert 'usb' command to support driver model
Simon Glass
2015-04-18
-2
/
+145
*
dm: usb: Adjust usb_alloc_new_device() to return an error
Simon Glass
2015-04-18
-27
/
+53
*
dm: usb: Adjust usb command to prepare for driver model
Simon Glass
2015-04-18
-26
/
+25
*
dm: usb: Add a uclass for USB controllers
Simon Glass
2015-04-18
-6
/
+694
*
dm: gpio: Add an implementation for gpio_get_number()
Simon Glass
2015-04-18
-0
/
+12
*
dm: core: Add device children and sibling functions
Simon Glass
2015-04-18
-0
/
+58
*
dm: core: Mark device as active before calling uclass probe() methods
Simon Glass
2015-04-18
-4
/
+7
*
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
-12
/
+18
*
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
-7
/
+8
*
dm: core: Support allocating driver-private data for DMA
Simon Glass
2015-04-18
-2
/
+20
*
dm: test: bus: Use a local variable to simplify code
Simon Glass
2015-04-18
-6
/
+10
[next]