linux/drivers
Lv Zheng 3fe29f5b0c ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.
commit f254e3c57b upstream.

ACPICA commit 7d9fd64397d7c38899d3dc497525f6e6b044e0e3

OSPMs like Linux expect an acpi_physical_address returning value from
acpi_find_root_pointer(). This triggers warnings if sizeof (acpi_size) doesn't
equal to sizeof (acpi_physical_address):
  drivers/acpi/osl.c:275:3: warning: passing argument 1 of 'acpi_find_root_pointer' from incompatible pointer type [enabled by default]
  In file included from include/acpi/acpi.h:64:0,
                   from include/linux/acpi.h:36,
                   from drivers/acpi/osl.c:41:
  include/acpi/acpixf.h:433:1: note: expected 'acpi_size *' but argument is of type 'acpi_physical_address *'
This patch corrects acpi_find_root_pointer().

Link: https://github.com/acpica/acpica/commit/7d9fd643
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
Signed-off-by: George G. Davis <george_davis@mentor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-05-17 09:53:51 -07:00
..
accessibility
acpi ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address. 2015-05-17 09:53:51 -07:00
amba
ata sata_dwc_460ex: fix resource leak on error path 2015-01-29 17:40:50 -08:00
atm
auxdisplay
base driver core: bus: Goto appropriate labels on failure in bus_add_device 2015-05-06 21:59:21 +02:00
bcma
block rbd: end I/O the entire obj_request on error 2015-05-13 05:16:57 -07:00
bluetooth Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe card 2015-05-06 21:59:17 +02:00
bus bus: mvebu-mbus: fix support of MBus window 13 2015-01-29 17:40:49 -08:00
cdrom
char tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send 2015-03-26 15:06:54 +01:00
clk clk: qcom: fix RCG M/N counter configuration 2015-05-06 21:59:18 +02:00
clocksource clocksource: efm32: Fix a NULL pointer dereference 2015-04-13 14:02:59 +02:00
connector
cpufreq cpufreq: s3c: remove incorrect __init annotations 2015-03-06 14:43:24 -08:00
cpuidle cpuidle: remove state_count field from struct cpuidle_device 2015-04-19 10:11:08 +02:00
crypto crypto: omap-aes - Fix support for unequal lengths 2015-05-06 21:59:20 +02:00
dca
devfreq
dio
dma dmaengine: omap-dma: Fix memory leak when terminating running transfer 2015-04-19 10:11:07 +02:00
edac sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel 2015-04-29 10:31:56 +02:00
eisa
extcon
firewire
firmware efi: Small leak on error in runtime map code 2015-03-18 13:31:33 +01:00
fmc
gpio gpio: sysfs: fix memory leaks and device hotplug 2015-05-17 09:53:49 -07:00
gpu drm/radeon: more strictly validate the UVD codec 2015-05-17 09:53:50 -07:00
hid HID: fixup the conflicting keyboard mappings quirk 2015-03-18 13:31:33 +01:00
hsi
hv Drivers: hv: vmbus: Don't wait after requesting offers 2015-05-13 05:17:00 -07:00
hwmon
hwspinlock
i2c i2c: core: Export bus recovery functions 2015-05-06 21:59:19 +02:00
ide
idle
iio iio: imu: Use iio_trigger_get for indio_dev->trig assignment 2015-04-19 10:11:07 +02:00
infiniband RDMA/CMA: Canonize IPv4 on IPV6 sockets properly 2015-05-17 09:53:49 -07:00
input Input: elantech - fix absolute mode setting on some ASUS laptops 2015-05-06 21:59:14 +02:00
iommu iommu/vt-d: Fix an off-by-one bug in __domain_mapping() 2015-01-16 06:59:31 -08:00
ipack
irqchip
isdn
leds
lguest
macintosh
mailbox
md Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY" 2015-05-17 09:53:49 -07:00
media stk1160: Make sure current buffer is released 2015-05-06 21:59:19 +02:00
memory
memstick memstick: mspro_block: add missing curly braces 2015-05-06 21:59:21 +02:00
message
mfd mfd: kempld-core: Fix callback return value check 2015-04-13 14:03:04 +02:00
misc mei: make device disabled on stop unconditionally 2015-03-18 13:31:27 +01:00
mmc mmc: sh_mmcif: Fix timeout value for command request 2015-05-17 09:53:51 -07:00
mtd UBI: fix soft lockup in ubi_check_volume() 2015-05-13 05:17:00 -07:00
net wl18xx: show rx_frames_per_rates as an array as it really is 2015-05-06 21:59:20 +02:00
nfc
ntb
nubus
of of/irq: Fix of_irq_parse_one() returned error codes 2015-04-13 14:03:01 +02:00
oprofile
parisc
parport
pci PCI/AER: Avoid info leak in __print_tlp_header() 2015-04-19 10:11:05 +02:00
pcmcia
phy phy: Find the right match in devm_phy_destroy() 2015-04-13 14:03:01 +02:00
pinctrl pinctrl: Don't just pretend to protect pinctrl_maps, do it for real 2015-05-17 09:53:50 -07:00
platform compal-laptop: Fix leaking hwmon device 2015-05-13 05:17:00 -07:00
pnp
power power_supply: lp8788-charger: Fix leaked power supply on probe fail 2015-05-06 21:59:11 +02:00
powercap
pps
ps3
ptp
pwm
rapidio
regulator regulator: core: Fix enable GPIO reference counting 2015-03-26 15:06:56 +01:00
remoteproc
reset
rpmsg
rtc drivers/rtc/rtc-isl12057.c: fix masking of register values 2015-01-16 06:59:29 -08:00
s390 crypto: prefix module autoloading with "crypto-" 2015-01-29 17:40:50 -08:00
sbus
scsi 3w-sas: fix command completion race 2015-05-13 05:16:58 -07:00
sfi
sh
sn
spi spi: spidev: fix possible arithmetic overflow for multi-transfer message 2015-05-06 21:59:10 +02:00
ssb
staging staging: panel: fix lcd type 2015-05-13 05:16:59 -07:00
target target/file: Fix SG table for prot_buf initialization 2015-05-06 21:59:17 +02:00
tc
thermal tick/powerclamp: Remove tick_nohz_idle abuse 2015-01-27 08:18:55 -08:00
tty xen/console: Update console event channel on resume 2015-05-17 09:53:49 -07:00
uio
usb usb: gadget: printer: enqueue printer's response for setup request 2015-05-13 05:16:59 -07:00
uwb
vfio vfio-pci: Fix the check on pci device type in vfio_pci_probe() 2015-01-27 08:18:56 -08:00
vhost vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion 2015-01-27 08:18:58 -08:00
video video/logo: prevent use of logos after they have been freed 2015-01-27 08:18:55 -08:00
virt drivers: clean-up prom.h implicit includes 2013-10-09 20:04:04 -05:00
virtio
vlynq
vme
w1
watchdog
xen xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq() 2015-05-17 09:53:49 -07:00
zorro
Kconfig
Makefile