summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-11-10 14:45:23 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-11-10 16:32:11 -0800
commit45fa9c039a09d25cb656f29ac3b061fe5672feab (patch)
treed127a1d5052fe944bbfe05fb2e4026d7b57936c7 /scripts/patch-kernel
parentbad007bca7b7643fea786737071c86088ba2803b (diff)
downloadkernel-45fa9c039a09d25cb656f29ac3b061fe5672feab.tar.gz
saa7164: use pci_set_dma_mask insted of pci_dma_supported
This ensures the dma mask that is supported by the driver is recorded in the device structure. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com> Cc: Hans Verkuil <hverkuil@xs4all.nl> Cc: Steven Toth <stoth@kernellabs.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
r>2013-11-22ACPI: Introduce acpi_set_device_status()Rafael J. Wysocki 2013-11-22ACPI / hotplug: Drop unfinished global notification handling routinesRafael J. Wysocki 2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2013-10-23ACPI, x86: Extended error log driver for x86 platformChen, Gong 2013-09-23ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORDBjorn Helgaas 2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki 2013-08-06ACPI: Move acpi_bus_get_device() from bus.c to scan.cRafael J. Wysocki 2013-07-26ACPI: Cleanup sparse warning on acpi_os_initialize1()Lv Zheng 2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger 2013-07-15ACPI: Drop ACPI bus notifier call chainRafael J. Wysocki 2013-07-15ACPI: introduce helper function acpi_execute_simple_method()Jiang Liu 2013-06-19ACPI: Remove useless initializersBjorn Helgaas 2013-03-24ACPI: replace kmalloc+memcpy with kmemdupAndrei Epure 2013-01-19ACPI / PM: Move device power management functions to device_pm.cRafael J. Wysocki 2013-01-17ACPI / PM: Common string representations of device power statesRafael J. Wysocki 2013-01-17ACPI / PM: More visible function for retrieving device power statesRafael J. Wysocki 2013-01-17ACPI / PM: Change the way power transitions to D3cold are carried outRafael J. Wysocki 2012-11-16ACPI / PM: Add check preventing transitioning to non-D0 state from D3.Lv Zheng 2012-11-15ACPI / PM: Provide device PM functions operating on struct acpi_deviceRafael J. Wysocki 2012-09-25ACPI: run _OSC after ACPI_FULL_INITIALIZATIONLin Ming 2012-09-14ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki 2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown 2012-06-04ACPI: Set hotplug _OST support bit to _OSCToshi Kani 2012-05-29ACPI / PM: Make __acpi_bus_get_power() cover D3cold correctlyRafael J. Wysocki 2012-05-29ACPI / PM: Fix error messages in drivers/acpi/bus.cRafael J. Wysocki 2012-05-17ACPI / PCI / PM: Fix device PM regression related to D3hot/D3coldRafael J. Wysocki 2012-03-30ACPI: export acpi_kobjMatthew Garrett 2011-11-06ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki 2011-08-03ACPI: APEI build fixLen Brown 2011-07-13ACPI, APEI, Add APEI bit support in generic _OSC callHuang Ying