aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/hwregs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-14ACPICA: ACPICA: add status check for acpi_hw_read before assigning return valueErik Schmauss1-2/+7
2018-05-10ACPICA: Convert acpi_gbl_hardware lock back to an acpi_raw_spinlockSteven Rostedt1-2/+2
2018-03-18ACPICA: adding SPDX headersErik Schmauss1-37/+1
2018-02-06ACPICA: All acpica: Update copyrights to 2018Bob Moore1-1/+1
2017-10-04ACPICA: Hardware: Enable 64-bit support of hardware accessesLv Zheng1-33/+39
2017-08-03ACPICA: Divergences: reduce access size definitionsLv Zheng1-1/+1
2017-02-09ACPICA: Source tree: Update copyright notices to 2017Bob Moore1-1/+1
2017-01-02ACPICA: Hardware: Sort access bit width algorithmLv Zheng1-22/+57
2017-01-02ACPICA: Hardware: Add access_width/bit_offset support in acpi_hw_write()Lv Zheng1-9/+53
2017-01-02ACPICA: Hardware: Remove bit_offset masking supportLv Zheng1-14/+0
2016-06-15Revert "ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write()"Rafael J. Wysocki1-137/+9
2016-06-01ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width()Lv Zheng1-14/+9
2016-05-05ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write()Lv Zheng1-9/+137
2016-05-05ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_read()Lv Zheng1-13/+62
2016-05-05ACPICA: Hardware: Add optimized access bit width supportLv Zheng1-2/+47
2016-04-05ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_offset awarenessLv Zheng1-10/+15
2016-01-15ACPICA: Additional 2016 copyright changesBob Moore1-1/+1
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box1-1/+1
2014-07-08ACPICA: Hardware: back port of a recursive locking fixLv Zheng1-1/+2
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore1-1/+1
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng1-1/+1
2013-06-16ACPICA: Standardize all switch() blocksChao Guan1-2/+2
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore1-1/+1
2013-01-10ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA.Lv Zheng1-2/+1
2013-01-10ACPICA: Cleanup source to reduce differences between Linux and ACPICA.Lv Zheng1-1/+0
2013-01-10ACPICA: Cleanup updated comments.Lv Zheng1-1/+1
2012-11-15ACPICA: ACPICA core: Cleanup empty lines at file start and endBob Moore1-1/+0
2012-07-17ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore1-11/+11
2012-03-22ACPICA: Expand OSL memory read/write interfaces to 64 bitsBob Moore1-2/+6
2012-03-22ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardwareBob Moore1-1/+7
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore1-1/+1
2011-11-06ACPI: Fix possible recursive locking in hwregs.cRakib Mullick1-5/+6
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore1-1/+1
2010-04-20ACPICA: Standardize integer output for ACPICA warnings/errorsBob Moore1-3/+3
2010-01-22ACPICA: Update all ACPICA copyrights and signons to 2010Bob Moore1-1/+1
2009-08-27ACPICA: Add 64-bit support to acpi_read and acpi_writeBob Moore1-12/+194
2009-05-27ACPICA: Fix a few warnings for gcc 3.4.4Bob Moore1-2/+2
2009-03-27ACPICA: Clear PM register write-only bits on readingLin Ming1-0/+7
2009-03-27ACPICA: New: I/O port protectionBob Moore1-2/+2
2009-03-27ACPICA: Preserve all PM control reserved and ignored bitsBob Moore1-0/+15
2009-03-27ACPICA: Change handling of PM1 Status register ignored bitBob Moore1-16/+11
2009-03-26ACPICA: Add function to handle PM1 control registersBob Moore1-10/+36
2009-03-26ACPICA: For PM1B registers, do not shift value read or writtenBob Moore1-9/+24
2009-03-26ACPICA: Remove extra write for acpi_hw_clear_acpi_statusBob Moore1-14/+3
2009-03-26ACPICA: Fix writes to optional PM1B registersBob Moore1-65/+140
2009-03-26ACPICA: Split out PM1 status registers from the FADTBob Moore1-8/+10
2009-01-09ACPICA: hide private headersLen Brown1-3/+3
2009-01-09ACPICA: create acpica/ directoryLen Brown1-0/+353