index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
generic
Age
Commit message (
Expand
)
Author
2022-04-24
{drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h>
Elyes HAOUAS
2022-03-07
src: Make PCI ID define names shorter
Felix Singer
2022-01-14
src/{drivers,lib}: Remove unused <console/console.h>
Elyes HAOUAS
2021-12-22
drivers/generic/bayhub_lv2: Work around known errata
Tim Wawrzynczak
2021-10-17
drivers/generic/ioapic: Drop enable_virtual_wire
Kyösti Mälkki
2021-10-05
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-08-12
drivers/generic/alc1015: Add HID to support alc1019
Eric Lai
2021-06-16
arch/x86/ioapic: Drop irq_on_fsb as a configurable item
Kyösti Mälkki
2021-06-07
drivers/generic/ioapic: Use arch/x86/ioapic
Kyösti Mälkki
2021-05-20
drivers/gpio_keys: Add SW_MUTE_DEVICE
Ben Zhang
2021-05-20
drivers/gpio_keys: Add label to set input device name
Ben Zhang
2021-04-06
src/drivers/generic/nau8315: Add nau8315 support
Seven Lee
2021-03-17
cbfs: Replace more instances of cbfs_boot_locate() with newer APIs
Julius Werner
2021-03-15
drivers/generic/alc1015: Change HID name for driver
Eric Lai
2021-03-15
drivers/generic/alc1015: Fix missing _DSD and correct property name
Eric Lai
2021-03-04
drivers/generic/max98357a: Use depends HAVE_ACPI_TABLES
Eric Lai
2021-03-04
drivers/generic/alc1015: add ALC1015 AMP driver
Eric Lai
2021-02-20
drivers/generic/bayhub_lv2: remove unnecessary configs
Victor Ding
2021-02-20
drivers/generic/bayhub_lv2: move the driver to ".enable"
Victor Ding
2021-02-04
drivers/generic/bayhub_lv2: Add driver for BayHub lv2
John Su
2021-02-01
bayhub bh720: Add helpers to access PCR registers
Angel Pons
2021-01-28
bayhub bh720: Factor out common HS200 init code
Angel Pons
2021-01-25
bayhub bh720: Configure VIH tuning via devicetree
Angel Pons
2020-11-09
acpi: Call acpi_fill_ssdt() only for enabled devices
Karthikeyan Ramasubramanian
2020-09-21
src/drivers: Drop unneeded empty lines
Elyes HAOUAS
2020-07-09
drivers/generic/generic: Drop dead code
Angel Pons
2020-07-02
acpi_device: Replace polarity with active_low in acpi_gpio for GpioIo
Furquan Shaikh
2020-07-02
drivers/generic/gpio_regulator: Drop unused driver for gpio_regulator
Furquan Shaikh
2020-06-28
gpio_keys: Allow boards to configure different wakeup routes
Furquan Shaikh
2020-06-06
src: Use pci_dev_ops_pci where applicable
Angel Pons
2020-06-03
drivers/generic/max98357a: Don't write device if HID is missing
Raul E Rangel
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-13
src: Remove unused '#include <stdint.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-06
src/drivers: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-20
drivers/generic/max98357a: Allow custom _HID from config
Aamir Bohra
2020-02-24
gfx: Move drivers/generic/gfx to drivers/gfx/generic
Furquan Shaikh
2020-02-03
drivers/generic/gfx: Add null pointer error check
Jacob Garber
2019-12-26
drivers/generic/cbfs-serial: Add driver to read serial from CBFS
Matt DeVillier
2019-12-26
src: Remove unused include <string.h>
Elyes HAOUAS
2019-12-11
printf: Automatically prefix %p with 0x
Julius Werner
2019-12-02
drivers/gfx: Add generic graphics with SSDT generator
Mathew King
2019-10-27
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-10-22
AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
Martin Roth
2019-10-04
devicetree: Fix improper use of chip_operations
Kyösti Mälkki
2019-05-29
src/{device,drivers}: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-29
drivers/generic/max98357a: Add extra error handling
Jacob Garber
2019-04-23
src: Use include <console/console.h> when appropriate
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-02-08
drivers/gpio_keys: Remove redundant is_wakeup_source flag
Karthikeyan Ramasubramanian
2019-01-24
drivers/generic/gpio_keys: Add trigger for wakeup event action
Karthikeyan Ramasubramanian
2019-01-23
src/drivers: Remove needless '&' on function pointers
Elyes HAOUAS
2019-01-16
drivers/generic/adau7002: Add wakeup-delay-ms property
Akshu Agrawal
2018-12-10
drivers/generic/gpio_keys: Add mechanism to configure GPE wake event
Karthikeyan Ramasubramanian
2018-10-06
drivers/generic: Add support for providing DSD properties
Furquan Shaikh
2018-09-28
src/*: normalize Google copyright headers
Patrick Georgi
2018-09-16
acpi: Call acpi_gen_writeSTA by status from device tree
Hung-Te Lin
2018-08-28
google/grunt: Reset BayHub EMMC freq to SD base CLK 50MHz
Kevin Chiu
2018-08-09
google/grunt: Override BayHub EMMC driving strength
Kevin Chiu
2018-06-25
mb/google/kahlee/variants/grunt: Select low-power mode for BayHub720
Simon Glass
2018-06-04
src/drivers: Get rid of whitespace before tab
Elyes HAOUAS
2018-06-04
drivers/generic/ioapic/ioapic.c: Remove unneeded include
Elyes HAOUAS
2018-05-02
drivers/generic/bayhub: Add driver for BayHub BH720
Simon Glass
2018-04-09
ioapic: extend definition name to avoid collision
Marc Jones
2018-02-15
drivers/generic/adau7002/adau7002.c: Fix null pointer dereference
Richard Spiegel
2018-02-14
drivers/adau7002: Fix include file
Daniel Kurtz
2018-02-10
drivers/adau7002: Add driver for handling ADAU7002
Daniel Kurtz
2018-01-31
drivers/gpio_keys: Add driver for handling gpio-keys
Furquan Shaikh
2017-09-14
device: acpi_name() should take a const struct device
Aaron Durbin
2016-12-17
drivers/regulator: Add driver for handling GPIO-based fixed regulator
Furquan Shaikh
2016-10-07
x86/acpi_device: Add support for GPIO output polarity
Furquan Shaikh
2016-07-08
acpi: Change device properties to work as a tree
Duncan Laurie
2016-07-02
drivers/generic/max98357a: Fix naming and ACPI path handling
Duncan Laurie
2016-06-02
generic: Add a Maxim 98357A codec driver
Duncan Laurie
2016-04-19
drivers/generic: Switch to src/drivers/[X]/[Y]/ scheme
Stefan Reinauer
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2014-11-07
drivers/ioapic: DEVICE_NOOP some stub function callbacks
Edward O'Callaghan
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-04-22
Drop drivers/generic/debug
Kyösti Mälkki
2013-05-07
x86 I/O APIC: Make functions `io_apic_{read,write}()` public
Paul Menzel
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2012-11-27
Get rid of drivers class
Patrick Georgi
2012-10-27
Take care of NULL chip_ops->name
Kyösti Mälkki
2012-10-07
Remove chip.h files without config structure
Kyösti Mälkki
2012-08-30
ioapic driver: typedef the ioapic_config struct (TRIVIAL)
Alexandru Gagniuc
2012-08-22
Auto-declare chip_operations
Kyösti Mälkki
2012-07-13
IOAPIC: hook up driver in Kconfig
Sven Schnelle
2012-07-04
Add generic IOAPIC driver
Sven Schnelle
2011-10-19
sconfig: check whether component directory actually exists
Stefan Reinauer
2011-04-15
Handle drivers/ equally to any other sub directory.
Stefan Reinauer
[next]