Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1558409
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/4] mfd: max77686: Remove unneeded non-OF code in driver |
| Date | 2017-01-13 14:40 +0100 |
| Message-ID | <sZaff-1qE-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello Lee, This series contains cleanups for the max77686 PMIC MFD driver. The driver is only used in DT platforms and so all the code related with the i2c_device_id table can be removed. Best regards, Javier Changes in v2: - Add Laxman's Acked-by tag to patch 1/4. - Add Krzysztof's Reviewed-by and Tested-by tags to patch 1/4. - Add Laxman's Acked-by tag to patch 2/4. - Mention in commit message that an unneeded check for match is removed. - Add Laxman's Acked-by tag to patch 3/4. - Add Krzysztof's Reviewed-by and Tested-by tags to patch 3/4. - Add Laxman's Acked-by tag to patch 4/4. - Add Krzysztof's Reviewed-by and Tested-by tags to patch 4/4. Javier Martinez Canillas (4): mfd: max77686: Don't attempt to get i2c_device_id .data mfd: max77686: Use of_device_get_match_data() helper mfd: max77686: Use the struct i2c_driver .probe_new instead of .probe mfd: max77686: Remove I2C device ID table drivers/mfd/max77686.c | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] mfd: max77686: Remove unneeded non-OF code in driver Javier Martinez Canillas <javier@osg.samsung.com> - 2017-01-13 14:40 +0100
[PATCH v2 3/4] mfd: max77686: Use the struct i2c_driver .probe_new instead of .probe Javier Martinez Canillas <javier@osg.samsung.com> - 2017-01-13 14:40 +0100
Re: [PATCH v2 3/4] mfd: max77686: Use the struct i2c_driver .probe_new instead of .probe Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-16 07:40 +0100
csiph-web