coreboot/src/device
Samuel Holland 27b68e083d UPSTREAM: device/pnp: remove struct io_info
The 'set' field was not used anywhere. Replace the struct with a simple
integer representing the mask.

initializer updates performed with:
sed -i -r 's/\{ ?0(x([[:digit:]abcdefABCDEF]{3,4}))?, (0x)?[04]? ?\}/0\1/g' \
        src/ec/*/*/ec.c
sed -i -r 's/\{ ?0(x([[:digit:]abcdefABCDEF]{3,4}))?, (0x)?[04] ?\}/0\1/g' \
        src/ec/*/*/ec_lpc.c \
        src/superio/*/*/superio.c \
        src/superio/smsc/fdc37n972/fdc37n972.c \
        src/superio/smsc/sio10n268/sio10n268.c \
        src/superio/via/vt1211/vt1211.c

src/ec/kontron/it8516e/ec.c was manually updated. The previous value for
IT8516E_LDN_SWUC appears to have been a typo, as it was out of range and
had a zero bit in the middle of the mask.

BUG=none
BRANCH=none
TEST=none

Change-Id: I40ce1f7f62ac7e9b82b974d314a8bc2335cf8cb7
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 7daac91236
Original-Change-Id: I1e7853844605cd2a6d568caf05488e1218fb53f9
Original-Signed-off-by: Samuel Holland <samuel@sholland.org>
Original-Reviewed-on: https://review.coreboot.org/20078
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Original-Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Reviewed-by: Myles Watson <mylesgw@gmail.com>
Original-Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://chromium-review.googlesource.com/539195
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
2017-06-18 11:51:22 -07:00
..
dram UPSTREAM: device/dram/ddr2.c: Fix is_registered_ddr2 2017-06-12 14:15:56 -07:00
oprom UPSTREAM: vbe: remove the necessity for a global vbe_mode_info_valid() 2017-06-18 04:25:14 -07:00
azalia_device.c Correct some common spelling mistakes 2016-01-07 22:57:02 +01:00
cardbus_device.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
cpu_device.c UPSTREAM: src/device: Capitalize CPU, RAM and ROM 2016-08-04 23:37:13 -07:00
device.c UPSTREAM: devtree: Drop unused parameter show_devs_tree() call 2017-02-07 10:29:14 -08:00
device_simple.c UPSTREAM: lib: provide clearer devicetree semantics 2017-04-26 13:36:55 -07:00
device_util.c UPSTREAM: device/device_util: Add function to determine bridge state 2017-06-05 18:33:44 -07:00
hypertransport.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
i2c.c UPSTREAM: device: i2c: Add support for I2C bus operations 2016-06-10 00:17:46 -07:00
Kconfig UPSTREAM: fsp/gop: Add running the GOP to the choice of gfx init 2017-06-18 04:25:19 -07:00
Makefile.inc UPSTREAM: device: allow devicetree accesses in postcar stage 2017-04-26 13:36:56 -07:00
pci_class.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
pci_device.c UPSTREAM: pci_device: Write vendor ID to subsystem vendor ID 2017-05-02 20:24:05 -07:00
pci_early.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
pci_ops.c UPSTREAM: PCI ops: MMCONF_SUPPORT_DEFAULT is required 2016-12-08 12:31:39 -08:00
pci_rom.c UPSTREAM: x86/acpi: Use initialized VBIOS in VFCT table 2017-04-28 22:25:29 -07:00
pciexp_device.c UPSTREAM: pciexp_device: Remove useless write on a read-only register 2017-06-12 14:16:00 -07:00
pcix_device.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
pnp_device.c UPSTREAM: device/pnp: remove struct io_info 2017-06-18 11:51:22 -07:00
root_device.c UPSTREAM: device: Add scan_generic_bus support 2017-02-18 03:10:56 -08:00
smbus_ops.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
software_i2c.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00