search for: actbl2

Displaying 16 results from an estimated 16 matches for "actbl2".

2019 Nov 22
0
[RFC 02/13] ACPI: Add VIOT definitions
This is temporary, until the VIOT table is published and these definitions added to ACPICA. Signed-off-by: Jean-Philippe Brucker <jean-philippe at linaro.org> --- include/acpi/actbl2.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index e45ced27f4c3..99c1d747e9d8 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h @@ -25,6 +25,7 @@ * the wrong signature. */ #define ACPI_SIG_IORT...
2017 Nov 17
0
[RFC PATCH v2 4/5] ACPI/IORT: Support paravirtualized IOMMU
...rather than introducing a fourth solution to solve a generic problem, reuse what exists. Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker at arm.com> --- drivers/acpi/arm64/iort.c | 95 +++++++++++++++++++++++++++++++++++++++++++---- drivers/iommu/Kconfig | 1 + include/acpi/actbl2.h | 18 ++++++++- 3 files changed, 106 insertions(+), 8 deletions(-) diff --git a/drivers/acpi/arm64/iort.c b/drivers/acpi/arm64/iort.c index fde279b0a6d8..c7132e4a0560 100644 --- a/drivers/acpi/arm64/iort.c +++ b/drivers/acpi/arm64/iort.c @@ -29,7 +29,8 @@ #define IORT_TYPE_MASK(type) (1 &lt...
2013 Aug 01
1
[PATCH V3 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Change in V2: - Remove include/acpi/actbl2.h conversion It's a file copied from outside ACPI sources Changes in V3: - Don't move the pasemi_mac.h mac address to be aligned(2) Just note that it's unaligned. Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to us...
2013 Aug 01
1
[PATCH V3 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Change in V2: - Remove include/acpi/actbl2.h conversion It's a file copied from outside ACPI sources Changes in V3: - Don't move the pasemi_mac.h mac address to be aligned(2) Just note that it's unaligned. Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to us...
2013 Jul 29
1
[PATCH 0/3] networking: Use ETH_ALEN where appropriate
...rnet/nuvoton/w90p910_ether.c | 4 +- drivers/net/ethernet/pasemi/pasemi_mac.c | 13 ++--- drivers/net/ethernet/pasemi/pasemi_mac.h | 4 +- drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c | 4 +- drivers/net/ethernet/qlogic/qlge/qlge.h | 2 +- include/acpi/actbl2.h | 4 +- include/linux/dm9000.h | 4 +- include/linux/fs_enet_pd.h | 3 +- include/linux/ieee80211.h | 59 +++++++++++----------- include/linux/mlx4/device.h | 11 ++-...
2013 Jul 29
1
[PATCH 0/3] networking: Use ETH_ALEN where appropriate
...rnet/nuvoton/w90p910_ether.c | 4 +- drivers/net/ethernet/pasemi/pasemi_mac.c | 13 ++--- drivers/net/ethernet/pasemi/pasemi_mac.h | 4 +- drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c | 4 +- drivers/net/ethernet/qlogic/qlge/qlge.h | 2 +- include/acpi/actbl2.h | 4 +- include/linux/dm9000.h | 4 +- include/linux/fs_enet_pd.h | 3 +- include/linux/ieee80211.h | 59 +++++++++++----------- include/linux/mlx4/device.h | 11 ++-...
2013 Aug 01
1
[PATCH V2 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Change from initial submission: - Remove include/acpi/actbl2.h conversion It's a file copied from outside ACPI sources Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to use ETH_ALEN ethernet: Convert mac address uses of 6 to ETH_ALEN drivers/net/ethernet/8390/ax88796.c...
2013 Aug 01
1
[PATCH V2 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Change from initial submission: - Remove include/acpi/actbl2.h conversion It's a file copied from outside ACPI sources Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to use ETH_ALEN ethernet: Convert mac address uses of 6 to ETH_ALEN drivers/net/ethernet/8390/ax88796.c...
2019 Nov 22
16
[RFC 00/13] virtio-iommu on non-devicetree platforms
...vers/acpi/bus.c | 2 + drivers/acpi/{arm64 => }/iort.c | 317 ++++++++++++++++++++++++++------ drivers/acpi/tables.c | 2 +- drivers/acpi/viot.c | 44 +++++ drivers/iommu/Kconfig | 1 + drivers/iommu/virtio-iommu.c | 61 +++++- include/acpi/actbl2.h | 31 ++++ include/linux/acpi_iort.h | 14 ++ include/linux/acpi_viot.h | 20 ++ 14 files changed, 448 insertions(+), 66 deletions(-) rename drivers/acpi/{arm64 => }/iort.c (86%) create mode 100644 drivers/acpi/viot.c create mode 100644 include/linux/acpi_viot.h Je...
2019 Nov 22
16
[RFC 00/13] virtio-iommu on non-devicetree platforms
...vers/acpi/bus.c | 2 + drivers/acpi/{arm64 => }/iort.c | 317 ++++++++++++++++++++++++++------ drivers/acpi/tables.c | 2 +- drivers/acpi/viot.c | 44 +++++ drivers/iommu/Kconfig | 1 + drivers/iommu/virtio-iommu.c | 61 +++++- include/acpi/actbl2.h | 31 ++++ include/linux/acpi_iort.h | 14 ++ include/linux/acpi_viot.h | 20 ++ 14 files changed, 448 insertions(+), 66 deletions(-) rename drivers/acpi/{arm64 => }/iort.c (86%) create mode 100644 drivers/acpi/viot.c create mode 100644 include/linux/acpi_viot.h Je...
2019 Nov 22
0
[RFC 00/13] virtio-iommu on non-devicetree platforms
...2 + > drivers/acpi/{arm64 => }/iort.c | 317 ++++++++++++++++++++++++++------ > drivers/acpi/tables.c | 2 +- > drivers/acpi/viot.c | 44 +++++ > drivers/iommu/Kconfig | 1 + > drivers/iommu/virtio-iommu.c | 61 +++++- > include/acpi/actbl2.h | 31 ++++ > include/linux/acpi_iort.h | 14 ++ > include/linux/acpi_viot.h | 20 ++ > 14 files changed, 448 insertions(+), 66 deletions(-) > rename drivers/acpi/{arm64 => }/iort.c (86%) > create mode 100644 drivers/acpi/viot.c > create mode 100644...
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
...2,7 @@ int __init acpi_boot_init(void) erst_init(); + acpi_table_parse(ACPI_SIG_BGRT, acpi_invalidate_bgrt); + return 0; } --- a/xen/include/acpi/actbl.h +++ b/xen/include/acpi/actbl.h @@ -314,6 +314,7 @@ enum acpi_prefered_pm_profiles { #include <acpi/actbl1.h> #include <acpi/actbl2.h> +#include <acpi/actbl3.h> /* * Sizes of the various flavors of FADT. We need to look closely --- /dev/null +++ b/xen/include/acpi/actbl3.h @@ -0,0 +1,557 @@ +/****************************************************************************** + * + * Name: actbl3.h - ACPI Table Definiti...
2012 Mar 03
0
[RFC GIT PATCHES] acpioff: COM32 module to shut off machine using ACPI
...inuxized/include/acpi/acpixf.h | 450 +++++++ .../acpica_linuxized/include/acpi/acrestyp.h | 604 ++++++++++ .../acpioff/acpica_linuxized/include/acpi/actbl.h | 389 ++++++ .../acpioff/acpica_linuxized/include/acpi/actbl1.h | 963 +++++++++++++++ .../acpioff/acpica_linuxized/include/acpi/actbl2.h | 1048 ++++++++++++++++ .../acpioff/acpica_linuxized/include/acpi/actbl3.h | 552 +++++++++ .../acpica_linuxized/include/acpi/actypes.h | 1105 +++++++++++++++++ .../include/acpi/platform/accom32.h | 189 +++ .../include/acpi/platform/accygwin.h | 91 ++ ....
2017 Nov 17
11
[RFC PATCH v2 0/5] Add virtio-iommu driver
.../Kconfig | 3 - drivers/acpi/arm64/Makefile | 1 - drivers/acpi/{arm64 => }/iort.c | 95 ++- drivers/iommu/Kconfig | 12 + drivers/iommu/Makefile | 1 + drivers/iommu/virtio-iommu.c | 1219 +++++++++++++++++++++++++++++++++++++ include/acpi/actbl2.h | 18 +- include/uapi/linux/virtio_ids.h | 1 + include/uapi/linux/virtio_iommu.h | 195 ++++++ 11 files changed, 1537 insertions(+), 12 deletions(-) rename drivers/acpi/{arm64 => }/iort.c (92%) create mode 100644 drivers/iommu/virtio-iommu.c create mode 100644 include/u...
2017 Nov 17
11
[RFC PATCH v2 0/5] Add virtio-iommu driver
.../Kconfig | 3 - drivers/acpi/arm64/Makefile | 1 - drivers/acpi/{arm64 => }/iort.c | 95 ++- drivers/iommu/Kconfig | 12 + drivers/iommu/Makefile | 1 + drivers/iommu/virtio-iommu.c | 1219 +++++++++++++++++++++++++++++++++++++ include/acpi/actbl2.h | 18 +- include/uapi/linux/virtio_ids.h | 1 + include/uapi/linux/virtio_iommu.h | 195 ++++++ 11 files changed, 1537 insertions(+), 12 deletions(-) rename drivers/acpi/{arm64 => }/iort.c (92%) create mode 100644 drivers/iommu/virtio-iommu.c create mode 100644 include/u...
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
...5,7 @@ int __init acpi_boot_init(void) erst_init(); + acpi_table_parse(ACPI_SIG_BGRT, acpi_invalidate_bgrt); + return 0; } --- a/xen/include/acpi/actbl.h +++ b/xen/include/acpi/actbl.h @@ -314,6 +314,7 @@ enum acpi_prefered_pm_profiles { #include <acpi/actbl1.h> #include <acpi/actbl2.h> +#include <acpi/actbl3.h> /* * Sizes of the various flavors of FADT. We need to look closely --- /dev/null +++ b/xen/include/acpi/actbl3.h @@ -0,0 +1,557 @@ +/****************************************************************************** + * + * Name: actbl3.h - ACPI Table Definiti...