Fix more issues with generic pinconf bindings
From: Heiko Stuebner <heiko@...> Date: Tue, 25 Jun 2013 14:41:50 +0200
As Stephen Warren pointed out, some pinconf bindings had deficits either in documentation or in the whole thought process. Therefore this series tries to fix these issues by improving documentation and removing the real controversial bindings for now. Of the changed pinconf bindings only the slew-rate had an acutal current user (since yesterday). James I hope it's ok to simply remove the slew-rate handling from the tz1090 driver until we can handle it correctly in dt. Heiko Stuebner (4): pinctrl: more clarifications for generic pull configs pinctrl: set unit for debounce time pinconfig to usec pinctrl: remove slew-rate parameter from tz1090 pinctrl: remove bindings for pinconf options needing more thought .../bindings/pinctrl/img,tz1090-pdc-pinctrl.txt | 5 +---- .../bindings/pinctrl/img,tz1090-pinctrl.txt | 7 +------ .../devicetree/bindings/pinctrl/pinctrl-bindings.txt | 18 ++++-------------- drivers/pinctrl/pinconf-generic.c | 5 +---- drivers/pinctrl/pinctrl-tz1090-pdc.c | 5 ----- drivers/pinctrl/pinctrl-tz1090.c | 5 ----- include/linux/pinctrl/pinconf-generic.h | 7 +++++-- 7 files changed, 12 insertions(+), 40 deletions(-) -- 1.7.10.4
Patches in this set
- [0001] pinctrl: more clarifications for generic pull configs (raw)
- [0002] pinctrl: set unit for debounce time pinconfig to usec (raw)
- [0003] pinctrl: remove slew-rate parameter from tz1090 (raw)
- [0004] pinctrl: remove bindings for pinconf options needing more thought (raw)
Statistics
- 4 individual patches
- 12 lines added
- 40 lines removed