linux-stable/drivers/reset
Hans de Goede c15ddec2ca reset: Share struct reset_control between reset_control_get calls
Now that struct reset_control no longer stores the device pointer for
the device calling reset_control_get we can share a single struct
reset_control when multiple calls to reset_control_get are made for
the same reset line (same id / index).

This is a preparation patch for adding support for shared reset lines.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
2016-03-30 15:42:03 +02:00
..
hisilicon reset: hi6220: Make reset_control_ops const 2016-02-10 10:53:35 +01:00
sti reset: sti: Make reset_control_ops const 2016-02-10 10:53:38 +01:00
core.c reset: Share struct reset_control between reset_control_get calls 2016-03-30 15:42:03 +02:00
Kconfig reset: hi6220: Reset driver for hisilicon hi6220 SoC 2015-11-20 15:41:45 +01:00
Makefile reset: img: Add Pistachio reset controller driver 2016-02-05 16:41:20 +01:00
reset-ath79.c reset: ath79: Make reset_control_ops const 2016-02-10 10:53:34 +01:00
reset-berlin.c reset: berlin: Make reset_control_ops const 2016-02-08 16:11:25 +01:00
reset-lpc18xx.c reset: lpc18xx: Make reset_control_ops const 2016-02-08 17:19:57 +01:00
reset-pistachio.c reset: img: Make reset_control_ops const 2016-02-08 17:03:40 +01:00
reset-socfpga.c reset: socfpga: Make reset_control_ops const 2016-02-10 10:53:36 +01:00
reset-sunxi.c reset: sunxi: Make reset_control_ops const 2016-02-08 17:03:48 +01:00
reset-zynq.c reset: zynq: Make reset_control_ops const 2016-02-10 10:53:37 +01:00