summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2021-08-06 23:12:18 +0200
committerWolfram Sang <wsa@kernel.org>2021-08-10 22:36:15 +0200
commit4e60d5dd10cd82014b26a40519b94444547ec95c (patch)
treebec9fc65ca712817009dc8548921cf98cf3662b6 /scripts/const_structs.checkpatch
parentf16a3bb69aa6baabf8f0aca982c8cf21e2a4f6bc (diff)
downloadkernel-4e60d5dd10cd82014b26a40519b94444547ec95c.tar.gz
i2c: i801: Improve disabling runtime pm
Setting the autosuspend delay to a negative value disables runtime pm in a little bit smarter way, because we need no cleanup when removing the driver. Note that this is safe when reloading the driver, because the call to pm_runtime_set_autosuspend_delay() in probe() will reverse the effect. See update_autosuspend() for details. Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
uationXuelin Shi 2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul 2013-11-14raid6test: add new corner case for ioatdma driverDan Williams 2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz 2013-11-14async_pq_val: convert to dmaengine_unmap_dataDan Williams 2013-11-14async_pq: convert to dmaengine_unmap_dataDan Williams 2013-11-14async_raid6_recov: convert to dmaengine_unmap_dataDan Williams 2013-11-14async_xor_val: convert to dmaengine_unmap_dataDan Williams 2013-11-14async_xor: convert to dmaengine_unmap_dataDan Williams 2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams 2013-10-25async_tx: use DMA_COMPLETE for dma completion statusVinod Koul 2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz 2013-04-29raid6test: use prandom_bytes()Akinobu Mita 2013-01-07async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz 2013-01-07async_tx: fix build for async_memsetBartlomiej Zolnierkiewicz 2013-01-07async_tx: add missing DMA unmap to async_memcpy()Bartlomiej Zolnierkiewicz 2013-01-07async_tx: use memchr_invAkinobu Mita 2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang 2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker