Bob Moore
25f044e645
ACPICA: Update ACPICA copyrights to 2013
...
Includes all source headers and signons for the various tools.
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lv Zheng <lv.zheng@intel.com >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2013-01-25 13:30:47 +01:00
Bob Moore
7b89169309
ACPICA: Eliminate superfluous return_UINT8 and return_UINT32 macros.
...
These macros were implemented the same as return_VALUE and thus
they were not needed.
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lv Zheng <lv.zheng@intel.com >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2013-01-10 12:36:20 +01:00
Bob Moore
73a3090a21
ACPICA: Remove extra spaces after periods within comments
...
This makes all comments consistent.
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lv Zheng <lv.zheng@intel.com >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2012-11-15 00:31:26 +01:00
Bob Moore
4f3ca640e9
ACPICA: ACPICA core: Cleanup empty lines at file start and end
...
Maintenance for source code consistency.
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lv Zheng <lv.zheng@intel.com >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2012-11-15 00:31:24 +01:00
Bob Moore
ba494beeaa
ACPICA: AcpiSrc: Fix some translation issues for Linux conversion
...
Fixes issues like this:
i_aSL -> iASL
00-7_f -> 00-7F
local_fADT -> local_FADT
execute_oSI -> execute_OSI
Also, in function headers, the parameters are now translated to
lower case (with underscores if necessary.)
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2012-07-17 00:05:51 -04:00
Bob Moore
cf48958e84
ACPICA: Fix some comment fields
...
No functional change. Fixes some typos and linux divergences.
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2012-07-17 00:05:49 -04:00
Bob Moore
77848130e5
ACPICA: Update all copyrights to 2012
...
Update all copyrights to 2012.
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2012-01-17 03:38:51 -05:00
Bob Moore
9ce81784c9
ACPI 5.0: Implement Connection() and AccessAs() changes
...
Support within the interpreter and operation region dispatch.
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2012-01-17 03:36:29 -05:00
Bob Moore
b4e104eaeb
ACPICA: Update all ACPICA copyrights and signons to 2011
...
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2011-01-18 23:48:03 -05:00
Bob Moore
09387b4315
ACPICA: Revert "Revert "Enable multi-byte EC transfers
...
This reverts commit f23b9c7(http://git.moblin.org/cgit.cgi/acpica/commit/?id=f23b9c7 )
The problem with this change was determined to be a problem with
the FreeBSD host OSL (OS services layer), not with this patch
itself. Therefore, re-introducing this change into the main ACPICA
code. See ACPICA bugzilla 863.
http://www.acpica.org/bugzilla/show_bug.cgi?id=863
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2010-10-01 01:46:32 -04:00
Bob Moore
20d33aea7a
ACPICA: Update flags for operand object
...
Remove obsolete AOPOBJ_SINGLE_DATUM. Add AOPOBJ_INVALID for
use if the host OS rejects the address of an operation region
(currently only used by Linux.)
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2010-07-06 22:33:56 -04:00
Bob Moore
b27d65975c
ACPICA: Core: Replace all %d format specifiers with %u (unsigned)
...
With only a few exceptions, ACPICA does not use signed integers.
Therefore, %d is incorrect.
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2010-07-06 22:33:55 -04:00
Bob Moore
f6a22b0bc4
ACPICA: Standardize integer output for ACPICA warnings/errors
...
Always use 0x prefix for hex output, use %u for integer output
(all integers are unsigned.)
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2010-04-20 10:42:52 -04:00
Alexey Starikovskiy
2060c44576
ACPI: EC: Limit burst to 64 bits
...
access_bit_width field is u8 in ACPICA, thus 256 value written to it
becomes 0, causing divide by zero later.
Proper fix would be to remove access_bit_width at all, just because
we already have access_byte_width, which is access_bit_width / 8.
Limit access width to 64 bit for now.
https://bugzilla.kernel.org/show_bug.cgi?id=15749
fixes regression caused by the fix for:
https://bugzilla.kernel.org/show_bug.cgi?id=14667
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de >
Signed-off-by: Len Brown <len.brown@intel.com >
2010-04-16 15:36:54 -04:00
Alexey Starikovskiy
dadf28a10c
ACPI: EC: Allow multibyte access to EC
...
http://bugzilla.kernel.org/show_bug.cgi?id=14667
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de >
Signed-off-by: Len Brown <len.brown@intel.com >
2010-03-17 13:14:13 -04:00
Bob Moore
a8357b0c95
ACPICA: Update all ACPICA copyrights and signons to 2010
...
Add 2010 copyright to all module headers and signons, including
the Linux header. This affects virtually every file in the ACPICA
core subsystem, iASL compiler, and all utilities.
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2010-01-22 12:30:05 -05:00
Bob Moore
3371c19c29
ACPICA: Remove ACPI_GET_OBJECT_TYPE macro
...
Remove all instances of this obsolete macro, since it is now a
simple reference to ->common.type. There were about 150 invocations
of the macro across 41 files. ACPICA BZ 755.
http://www.acpica.org/bugzilla/show_bug.cgi?id=755
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2009-03-26 16:38:27 -04:00
Len Brown
b2576e1d44
Merge branch 'linus' into release
2009-01-09 03:39:43 -05:00
Len Brown
e2f7a77728
ACPICA: hide private headers
...
Signed-off-by: Len Brown <len.brown@intel.com >
2009-01-09 03:31:01 -05:00
Len Brown
95b482a8d3
ACPICA: create acpica/ directory
...
also, delete sleep/ and delete ACPI_CFLAGS from Makefile
Signed-off-by: Len Brown <len.brown@intel.com >
2009-01-09 03:30:47 -05:00