Skip to content
Snippets Groups Projects
  1. Oct 12, 2021
  2. May 13, 2021
  3. Sep 23, 2020
    • Stephen Kitt's avatar
      hwmon: use simple i2c probe function · 67487038
      Stephen Kitt authored
      
      Many hwmon drivers don't use the id information provided by the old
      i2c probe function, and the remainder can easily be adapted to the new
      form ("probe_new") by calling i2c_match_id explicitly.
      
      This avoids scanning the identifier tables during probes.
      
      Drivers which didn't use the id are converted as-is; drivers which did
      are modified as follows:
      
      * if the information in i2c_client is sufficient, that's used instead
        (client->name);
      * anything else is handled by calling i2c_match_id() with the same
        level of error-handling (if any) as before.
      
      A few drivers aren't included in this patch because they have a
      different set of maintainers. They will be covered by other patches.
      
      Signed-off-by: default avatarStephen Kitt <steve@sk2.org>
      Link: https://lore.kernel.org/r/20200813160222.1503401-1-steve@sk2.org
      
      
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      67487038
  4. May 24, 2019
  5. Feb 18, 2019
  6. Jan 07, 2019
  7. Dec 21, 2018
  8. Jan 02, 2017
  9. May 21, 2014
  10. Apr 04, 2014
  11. Apr 08, 2013
    • Guenter Roeck's avatar
      hwmon: Fix checkpatch warning 'quoted string split across lines' · b55f3757
      Guenter Roeck authored
      
      Cc: Corentin Labbe <corentin.labbe@geomatys.fr>
      Cc: Mark M. Hoffman <mhoffman@lightlink.com>
      Cc: Fenghua Yu <fenghua.yu@intel.com>
      Cc: Juerg Haefliger <juergh@gmail.com>
      Cc: Andreas Herrmann <herrmann.der.user@googlemail.com>
      Cc: Rudolf Marek <r.marek@assembler.cz>
      Cc: Jim Cromie <jim.cromie@gmail.com>
      Cc: Roger Lucas <vt8231@hiddenengine.co.uk>
      Cc: Marc Hulsman <m.hulsman@tudelft.nl>
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      b55f3757
  12. Jan 26, 2013
  13. Jul 22, 2012
  14. Mar 19, 2012
  15. Jan 05, 2012
  16. Dec 14, 2009
  17. Jul 16, 2008
  18. Feb 19, 2008
  19. Feb 08, 2008
  20. Oct 10, 2007
  21. Sep 28, 2006
  22. Jun 26, 2006
  23. Mar 23, 2006
  24. Jan 06, 2006
Loading