summaryrefslogtreecommitdiff
path: root/src/device/azalia_device.c
AgeCommit message (Expand)Author
2020-08-17{sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differencesElyes HAOUAS
2020-08-17device/azalia_device.c: Use <device/azalia_device.h> registersElyes HAOUAS
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-04-04src/device: Use SPDX for GPL-2.0-only filesAngel Pons
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-09-15{cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-01-07src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS
2018-12-19{device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2016-01-07Correct some common spelling mistakesMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2014-09-13azalia: Shrink boilerplateVladimir Serbinenko
2013-08-13Add a generic Intel HD audio (Azalia) module azalia_device.cAndrew Wu