Re: [git pull request] ACPICA patches for Linux 2.6.36-merge

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Friday, August 06, 2010, Len Brown wrote:
> Hi Linus,
> 
> please pull from: 
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git acpica
> 
> This will update the files shown below.
> 
> thanks!
> 
> --
> Len Brown
> Intel Open Source Technology Center
> 
> 
> ps. individual patches are available on linux-acpi@xxxxxxxxxxxxxxx
> and a consolidated plain patch is available here:
> http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/2.6.35/acpi-acpica-20100702-2.6.35-rc4.diff.gz
> 
>  drivers/acpi/acpica/acevents.h  |    4 +-
>  drivers/acpi/acpica/acglobal.h  |    7 -
>  drivers/acpi/acpica/achware.h   |    5 +-
>  drivers/acpi/acpica/aclocal.h   |    6 +-
>  drivers/acpi/acpica/acnamesp.h  |    7 -
>  drivers/acpi/acpica/acobject.h  |   16 ++--
>  drivers/acpi/acpica/acpredef.h  |   13 +-
>  drivers/acpi/acpica/acstruct.h  |   32 +++---
>  drivers/acpi/acpica/dsinit.c    |   14 +-
>  drivers/acpi/acpica/dsmethod.c  |   20 +++-
>  drivers/acpi/acpica/dsmthdat.c  |   16 +--
>  drivers/acpi/acpica/dsobject.c  |   16 +++-
>  drivers/acpi/acpica/dsopcode.c  |    6 +-
>  drivers/acpi/acpica/dsutils.c   |    4 +-
>  drivers/acpi/acpica/evevent.c   |    5 +-
>  drivers/acpi/acpica/evgpe.c     |   69 +++++++++---
>  drivers/acpi/acpica/evgpeblk.c  |   70 ++---------
>  drivers/acpi/acpica/evgpeinit.c |  236 +++----------------------------------
>  drivers/acpi/acpica/evrgnini.c  |   10 +-
>  drivers/acpi/acpica/evxfevnt.c  |  249 ++++++++++++++++-----------------------
>  drivers/acpi/acpica/exconfig.c  |    2 +-
>  drivers/acpi/acpica/exdump.c    |    6 +-
>  drivers/acpi/acpica/exfldio.c   |    4 +-
>  drivers/acpi/acpica/exprep.c    |   23 +---
>  drivers/acpi/acpica/exregion.c  |    6 +-
>  drivers/acpi/acpica/hwgpe.c     |   35 +-----
>  drivers/acpi/acpica/hwsleep.c   |    2 +-
>  drivers/acpi/acpica/nsaccess.c  |    9 +-
>  drivers/acpi/acpica/nsalloc.c   |   94 +++++++--------
>  drivers/acpi/acpica/nsdump.c    |    2 +-
>  drivers/acpi/acpica/nsinit.c    |   16 ++--
>  drivers/acpi/acpica/nsnames.c   |    4 +-
>  drivers/acpi/acpica/nsparse.c   |    4 +-
>  drivers/acpi/acpica/nsrepair.c  |    2 +-
>  drivers/acpi/acpica/nsrepair2.c |    7 +
>  drivers/acpi/acpica/nssearch.c  |   15 +--
>  drivers/acpi/acpica/nsutils.c   |  113 ------------------
>  drivers/acpi/acpica/nswalk.c    |   15 +--
>  drivers/acpi/acpica/nsxfobj.c   |    2 +-
>  drivers/acpi/acpica/utglobal.c  |    2 +-
>  drivers/acpi/acpica/utxface.c   |    8 +-
>  drivers/acpi/button.c           |    6 +-
>  drivers/acpi/ec.c               |   39 +-----
>  drivers/acpi/osl.c              |   20 ---
>  drivers/acpi/scan.c             |    7 +-
>  drivers/acpi/sleep.c            |   15 +--
>  drivers/acpi/system.c           |    6 +-
>  drivers/acpi/wakeup.c           |   18 ++-
>  drivers/pci/pci-acpi.c          |    6 +-
>  include/acpi/acoutput.h         |    3 +-
>  include/acpi/acpixf.h           |   13 +-
>  include/acpi/actbl2.h           |   48 ++++++++
>  include/acpi/actypes.h          |    8 +-
>  53 files changed, 470 insertions(+), 895 deletions(-)
> 
> through these commits:
> 
> Alexey Starikovskiy (3):
>       ACPICA: Expand initialization counters to 32 bits
>       ACPICA: Performance enhancement for namespace search and access
>       ACPICA: Optimization: Reduce the number of namespace walks
> 
> Bob Moore (13):
>       ACPICA: Add comment: _BCL cannot be sorted on the fly
>       ACPICA: iASL/Core: Add support for _WDG/_WED MS methods
>       ACPICA: Core: Replace all %d format specifiers with %u (unsigned)
>       ACPICA: Expand device initialization counters to 32 bits
>       ACPICA: Update flags for operand object
>       ACPICA: Add signatures for undefined tables: ATKG, GSCI, IEIT
>       ACPICA: Update version to 20100528
>       ACPICA: Add support for WDDT - Watchdog Descriptor Table
>       ACPICA: Update debug output components
>       ACPICA: Remove obsolete GPE function
>       ACPICA: Fix lint warning for 64-bit constant
>       ACPICA: Fix for Alias references within Package objects
>       ACPICA: Update version to 20100702
> 
> Lin Ming (1):
>       ACPICA: Rename acpi_hw_gpe_register_bit
> 
> Rafael J. Wysocki (10):
>       ACPICA: Introduce acpi_gpe_wakeup()
>       ACPICA: Remove wakeup GPE reference counting which is not used
>       ACPI / EC: Drop suspend and resume routines
>       ACPI / EC: Do not use acpi_set_gpe
>       ACPICA: Use low-level GPE enable during GPE block initialization
>       ACPICA: Drop acpi_set_gpe
>       ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()
>       ACPI / ACPICA: Do not execute _PRW methods during initialization
>       ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unset
>       ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block()

It looks like https://patchwork.kernel.org/patch/116884/ didn't make it into
the pull request.

Did that happen because it didn't apply or were there any problems with it
I'm not aware of?

Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux