s3c-hsudc: Add regulator handling
From: Heiko Stuebner <heiko@...> Date: Sat, 3 Dec 2011 15:31:59 +0100
These two patches allow the s3c-hsudc driver to control its supplying regulators. The regulator calls can use the regulators unconditionally and let necessary "stubbing and mapping" happen through the regulator framework, according to for example http://marc.info/?l=linux-netdev&m=131914562120725&w=2 meaning there is no need to gracefully fail if a regulator is not present. Heiko Stuebner (2): s3c-hsudc: reorder error handling in start function s3c-hsudc: Add regulator handling drivers/usb/gadget/s3c-hsudc.c | 73 +++++++++++++++++++++++++++++++++------ 1 files changed, 61 insertions(+), 12 deletions(-) -- 1.7.2.3
Patches in this set
- [0001] s3c-hsudc: reorder error handling in start function (raw)
- [0002] s3c-hsudc: Add regulator handling (raw)
Statistics
- 2 individual patches
- 61 lines added
- 12 lines removed