mbox series

[0/2] Hans's generic serial bus fix

Message ID 20210218231708.1143640-1-erik.kaneda@intel.com
Headers show
Series Hans's generic serial bus fix | expand

Message

Erik Kaneda Feb. 18, 2021, 11:17 p.m. UTC
Hi Hans and Rafael,

Sorry about the late responses. I've accidentally dropped the ball on
the comunication of this pull request. Bob has merged it now and here
are the linux-ized versions of them.

Rafael, if you haven't merged the patches, please consider taking
these as it will keep things easier to maintain on my end..

Thanks and apologies,
Erik Kaneda


Hans de Goede (2):
  ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region
    parameter handling
  ACPICA: Remove some code duplication from
    acpi_ev_address_space_dispatch

 drivers/acpi/acpica/acobject.h  |  1 +
 drivers/acpi/acpica/evhandler.c |  7 ++++
 drivers/acpi/acpica/evregion.c  | 69 ++++++++++++++++++++-------------
 drivers/acpi/acpica/evxfregn.c  |  2 +
 4 files changed, 53 insertions(+), 26 deletions(-)

Comments

Rafael J. Wysocki Feb. 19, 2021, 3:08 p.m. UTC | #1
On Fri, Feb 19, 2021 at 12:49 AM Erik Kaneda <erik.kaneda@intel.com> wrote:
>

> Hi Hans and Rafael,

>

> Sorry about the late responses. I've accidentally dropped the ball on

> the comunication of this pull request. Bob has merged it now and here

> are the linux-ized versions of them.

>

> Rafael, if you haven't merged the patches, please consider taking

> these as it will keep things easier to maintain on my end..

>

> Thanks and apologies,

> Erik Kaneda

>

>

> Hans de Goede (2):

>   ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region

>     parameter handling

>   ACPICA: Remove some code duplication from

>     acpi_ev_address_space_dispatch

>

>  drivers/acpi/acpica/acobject.h  |  1 +

>  drivers/acpi/acpica/evhandler.c |  7 ++++

>  drivers/acpi/acpica/evregion.c  | 69 ++++++++++++++++++++-------------

>  drivers/acpi/acpica/evxfregn.c  |  2 +

>  4 files changed, 53 insertions(+), 26 deletions(-)

>

> --


Both applied, thanks!

Note that I will send a pull request containing them only after the
previous ACPI pull request has been processed, though.