diff options
| author | Sergio Paracuellos <[email protected]> | 2018-05-20 15:00:21 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-05-25 18:49:32 +0200 |
| commit | 0aaf256cf15df748e5637370564c6ee9389602e6 (patch) | |
| tree | 00e3f450cda472302103943580c4289a239e7074 /tools/perf/scripts/python/bin | |
| parent | 568f24236b92374e5fc957060905d39f0d0e2b62 (diff) | |
staging: mt7621-gpio: avoid use of globals and use platform_data instead
Gpio driver have a some globals which can be avoided just
using platform_data in a proper form. This commit adds a new
struct mtk_data which includes all of those globals setting them
using platform_set_drvdata and devm_gpiochip_add_data functions.
With this properly set we are able to retrieve driver data along
the code using kernel api's so globals are not needed anymore.
Signed-off-by: Sergio Paracuellos <[email protected]>
Reviewed-by: NeilBrown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions