OSDN Git Service

gpio: tps65912: Use devm_gpiochip_add_data() for gpio registration
authorLaxman Dewangan <ldewangan@nvidia.com>
Mon, 22 Feb 2016 12:13:28 +0000 (17:43 +0530)
committerLaxman Dewangan <ldewangan@nvidia.com>
Tue, 23 Feb 2016 15:05:48 +0000 (20:35 +0530)
commit0964ac703edf531f678805ae8b158f335869e865
treeeee1605cf83bfdf3d18ee9e0eb8db641dc021dfe
parentbf6e855a4e89e1baae4c55c8cafaeb3396bed804
gpio: tps65912: Use devm_gpiochip_add_data() for gpio registration

Use devm_gpiochip_add_data() for GPIO registration and remove the
need of driver callback .remove.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
drivers/gpio/gpio-tps65912.c