diff options
| author | Tony Lindgren <tony@atomide.com> | 2018-04-16 13:22:01 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2018-04-16 13:22:40 -0400 |
| commit | 44773ba170a6f969620221a6d87d03feae5e464f (patch) | |
| tree | 2f18ff1277fe87f237570ace7de135a8047196a0 /include/linux/platform_data | |
| parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
ARM: OMAP2+: Drop unused pm-noop
Looks like these functions don't do anything in the mainline kernel so
we can just drop it.
Note that we must now also remove ir-rx51 pdata as it relies on the dummy
platform data that does not do anything. And ir-rx51 is calling a pdata
callback that doesn't do anything without checking if it exists first.
For configuring device specific minimal latencies, the interface to use
is pm_qos_add_request(). For an example, see what was done in commit
9834ffd1ecc3 ("ASoC: omap-mcbsp: Add PM QoS support for McBSP to prevent
glitches"). I've added some comments to ir-rx51 so people using it can
add pm_qos support and test it.
Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Cc: Kevin Hilman <khilman@kernel.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/media/ir-rx51.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/platform_data/media/ir-rx51.h b/include/linux/platform_data/media/ir-rx51.h deleted file mode 100644 index 9d127aa648e7..000000000000 --- a/include/linux/platform_data/media/ir-rx51.h +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 2 | #ifndef _IR_RX51_H | ||
| 3 | #define _IR_RX51_H | ||
| 4 | |||
| 5 | struct ir_rx51_platform_data { | ||
| 6 | int(*set_max_mpu_wakeup_lat)(struct device *dev, long t); | ||
| 7 | }; | ||
| 8 | |||
| 9 | #endif | ||
