[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1485786703.git.vilhelm.gray@gmail.com>
Date: Mon, 30 Jan 2017 09:39:24 -0500
From: William Breathitt Gray <vilhelm.gray@...il.com>
To: linus.walleij@...aro.org, gnurou@...il.com
Cc: linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
William Breathitt Gray <vilhelm.gray@...il.com>
Subject: [PATCH 0/5] gpio: Remove unnecessary driver_data set operations
In a previous patchset ("gpio: Utilize devm_ functions in driver probe
callbacks") the device remove functions for several drivers were removed
as no longer necessary due to the patchset changes within. Setting
driver_data had been necessary in these drivers in order to access
private data in the respective device remove function. Now that the
device remove functions are gone, setting driver_data is no longer
necessary for these drivers. This patchset removes the relevant code.
William Breathitt Gray (5):
gpio: 104-dio-48e: Remove unnecessary driver_data set
gpio: 104-idi-48: Remove unnecessary driver_data set
gpio: 104-idio-16: Remove unnecessary driver_data set
gpio: gpio-mm: Remove unnecessary driver_data set
gpio: ws16c48: Remove unnecessary driver_data set
drivers/gpio/gpio-104-dio-48e.c | 2 --
drivers/gpio/gpio-104-idi-48.c | 2 --
drivers/gpio/gpio-104-idio-16.c | 2 --
drivers/gpio/gpio-gpio-mm.c | 2 --
drivers/gpio/gpio-ws16c48.c | 2 --
5 files changed, 10 deletions(-)
--
2.11.0
Powered by blists - more mailing lists