summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801jx/sata.c
Commit message (Expand)AuthorAgeFilesLines
* src/southbridge: Remove unnecessary space after castsElyes Haouas2022-11-221-2/+2
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-2/+2
* sb/intel/x/sata.c: Use `get_int_option` for `sata_mode`Angel Pons2021-04-211-8/+4
* sb/intel/i82801jx/sata.c: Simplify constant is_mobile parameterAngel Pons2020-08-121-24/+15
* sb/intel/i82801jx/sata.c: Drop always-false is_mobile checkAngel Pons2020-08-121-15/+2
* sb/intel/i82801jx/sata.c: Handle ABAR as a resourceAngel Pons2020-07-061-1/+6
* sb/intel/i82801jx: Use PCI bitwise opsAngel Pons2020-06-121-2/+1
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-1/+1
* southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki2019-08-211-0/+1
* src/southbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+3
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-13/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-2/+1
* sb/intel/i82801jx: Get rid of device_tElyes HAOUAS2018-05-241-3/+5
* sb/intel/i82801jx: Add correct PCI ids and change namesArthur Heymans2017-07-211-6/+12
* sb/intel/i82801jx: Copy i82801ixArthur Heymans2017-07-211-0/+289