linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] mfd: Remove redundant i2c_device_id
@ 2017-06-04  9:18 Keerthy
  2017-06-04  9:18 ` [PATCH 1/9] mfd: tps65217: " Keerthy
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Keerthy @ 2017-06-04  9:18 UTC (permalink / raw)
  To: tony, milo.kim, lee.jones; +Cc: j-keerthy, linux-omap, linux-kernel

With the introduction of probe_new function the i2c_device_id
is no longer needed. Hence the remove the same and use probe_new
instead of probe. 

Keerthy (9):
  mfd: tps65217: Remove redundant i2c_device_id
  mfd: tps65218: Remove redundant i2c_device_id
  mfd: palmas: Remove redundant i2c_device_id
  mfd: lp873x: Remove redundant i2c_device_id
  mfd: lp8788: Remove redundant i2c_device_id
  mfd: lp3943: Remove redundant i2c_device_id
  mfd: tps65086: Remove redundant i2c_device_id
  mfd: tps65090: Remove redundant i2c_device_id
  mfd: tps6586x: Remove redundant i2c_device_id

 drivers/mfd/lp3943.c   | 11 ++---------
 drivers/mfd/lp873x.c   | 12 ++----------
 drivers/mfd/lp8788.c   | 11 ++---------
 drivers/mfd/palmas.c   | 15 ++-------------
 drivers/mfd/tps65086.c | 12 ++----------
 drivers/mfd/tps65090.c | 12 ++----------
 drivers/mfd/tps65217.c | 14 +++-----------
 drivers/mfd/tps65218.c |  9 +++++----
 drivers/mfd/tps6586x.c | 12 ++----------
 9 files changed, 22 insertions(+), 86 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-06-06 11:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-04  9:18 [PATCH 0/9] mfd: Remove redundant i2c_device_id Keerthy
2017-06-04  9:18 ` [PATCH 1/9] mfd: tps65217: " Keerthy
2017-06-04  9:18 ` [PATCH 2/9] mfd: tps65218: " Keerthy
2017-06-04  9:18 ` [PATCH 3/9] mfd: palmas: " Keerthy
2017-06-04  9:18 ` [PATCH 4/9] mfd: lp873x: " Keerthy
2017-06-04  9:18 ` [PATCH 5/9] mfd: lp8788: " Keerthy
2017-06-04  9:18 ` [PATCH 6/9] mfd: lp3943: " Keerthy
2017-06-04  9:18 ` [PATCH 7/9] mfd: tps65086: " Keerthy
2017-06-04  9:18 ` [PATCH 8/9] mfd: tps65090: " Keerthy
2017-06-04  9:18 ` [PATCH 9/9] mfd: tps6586x: " Keerthy
2017-06-05 10:37 ` [PATCH 0/9] mfd: " Lee Jones
2017-06-05 14:37   ` Keerthy
2017-06-06  7:17     ` Lee Jones
2017-06-06  7:30       ` Keerthy
2017-06-06  7:48         ` Keerthy
2017-06-06 10:44           ` Tony Lindgren
2017-06-06 11:01             ` Keerthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).