index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
2
-6
/
+6
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
2
-1
/
+2
*
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-03-01
1
-0
/
+1
*
usbdebug: Use fixed size field
Kyösti Mälkki
2019-02-02
2
-15
/
+20
*
usbdebug: Fix reserve in CAR
Kyösti Mälkki
2019-02-02
1
-7
/
+12
*
src/drivers: Remove needless '&' on function pointers
Elyes HAOUAS
2019-01-23
1
-3
/
+3
*
usbdebug: Remove option DEBUG_USBDEBUG
Kyösti Mälkki
2019-01-13
1
-10
/
+19
*
usbdebug: Sanity check PCI EHCI location
Kyösti Mälkki
2019-01-07
1
-0
/
+4
*
usbdebug: Probe for gadget only once
Kyösti Mälkki
2019-01-07
2
-0
/
+13
*
usbdebug: Initialize the HW once in CAR stages
Arthur Heymans
2019-01-07
1
-0
/
+5
*
usbdebug: Make the EHCI debug console work in the bootblock
Arthur Heymans
2019-01-06
3
-6
/
+8
*
usbdebug: Refactor init calls
Kyösti Mälkki
2019-01-06
1
-9
/
+12
*
device: Use pcidev_path_on_root()
Kyösti Mälkki
2019-01-06
1
-4
/
+2
*
cbmem: Always use EARLY_CBMEM_INIT
Kyösti Mälkki
2018-12-22
1
-1
/
+0
*
acpi_pld: Make it easier to define the ACPI USB device groups
Duncan Laurie
2018-12-04
2
-2
/
+8
*
drivers/usb/acpi: add reset gpio to usb acpi driver
Nick Vaccaro
2018-11-22
2
-0
/
+28
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
2
-4
/
+0
*
src/drivers/usb/Kconfig: increase warning signs for BBB owners
Stefan Tauner
2018-08-20
1
-1
/
+1
*
src/{device,drivers}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-09
2
-2
/
+2
*
src: Use of device_t is deprecated
Elyes HAOUAS
2018-06-14
1
-2
/
+4
*
drivers/usb/acpi: Add a driver for generating USB ACPI
Duncan Laurie
2018-05-18
4
-0
/
+134
*
drivers/usb: Add spaces around '=='
Elyes HAOUAS
2018-04-27
1
-1
/
+1
*
drivers/usb/Kconfig: remove USBDEBUG_DONGLE_BEAGLEBONE_BLACK
Felix Held
2017-09-28
1
-6
/
+4
*
usbdebug: Fix init and add support for postcar
Kyösti Mälkki
2017-09-14
3
-33
/
+53
*
usbdebug: Force EHCI to D0 state
Kyösti Mälkki
2017-08-07
1
-0
/
+9
*
usbdebug: Refactor early enable
Kyösti Mälkki
2017-08-07
1
-1
/
+5
*
usbdebug: Consolidate EHCI_BAR setup
Kyösti Mälkki
2017-08-07
1
-2
/
+8
*
src/drivers: Fix checkpatch warning: no spaces at the start of a line
Martin Roth
2017-07-28
3
-15
/
+15
*
src/drivers: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-13
1
-4
/
+4
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
2
-4
/
+8
*
Use more secure HTTPS URLs for coreboot sites
Paul Menzel
2017-06-07
1
-1
/
+1
*
drivers/usb: Add option for baudrate of FT232H UART
Nico Huber
2016-11-21
2
-2
/
+41
*
src/drivers: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-31
1
-6
/
+6
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
7
-28
/
+0
*
cbmem: add indicator to hooks if cbmem is being recovered
Aaron Durbin
2015-06-09
1
-1
/
+1
*
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
Kyösti Mälkki
2015-06-09
1
-1
/
+1
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
7
-7
/
+7
*
usbdebug: Add FTDI FT232H support
Kyösti Mälkki
2015-05-12
2
-2
/
+91
*
Unify byte order macros and clrsetbits
Julius Werner
2015-04-21
1
-1
/
+0
*
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-02-15
2
-56
/
+56
*
usbdebug: Some fix for dongle compatibility
Kyösti Mälkki
2014-11-23
1
-0
/
+2
*
usbdebug: Reduce bus reset delays
Kyösti Mälkki
2014-11-23
1
-29
/
+19
*
usbdebug: Refactor descriptor probing of dongle
Kyösti Mälkki
2014-11-23
4
-118
/
+145
*
usbdebug: Move initialisation of the optional hub
Kyösti Mälkki
2014-11-23
5
-105
/
+155
*
usbdebug: Refactor on EHCI memory space
Kyösti Mälkki
2014-11-23
1
-17
/
+13
*
usbdebug: Fix migration to ramstage
Kyösti Mälkki
2014-11-23
1
-1
/
+6
*
drivers: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-08
2
-2
/
+0
*
console: Drop EARLY_CONSOLE option
Kyösti Mälkki
2014-04-30
1
-1
/
+1
*
usbdebug: Add BeagleBone Black
Kyösti Mälkki
2014-04-22
1
-0
/
+5
*
usbdebug: Move Kconfig under drivers/usb
Kyösti Mälkki
2014-03-04
1
-0
/
+94
[prev]
[next]