Skip to content
Snippets Groups Projects
  1. Jun 12, 2023
    • Vaibhav Gupta's avatar
      drivers: fmc: core: load at24 before probing fmc · 11509b33
      Vaibhav Gupta authored
      
      In cases where driver modules are not built into the kernel itself, at24
      module is not loaded at the desired time, and thus, can cause error when
      trying to read the eeprom.
      
      Also, listing at24 as a soft dependency doesn't solves our problem as it
      does not guarantees the time at which the module will be loaded.
      
      Hence, load the module using request_module(), and throw a kernel warning
      in syslog if it fails.
      
      Signed-off-by: default avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
      11509b33
  2. Nov 07, 2022
  3. Nov 04, 2022
  4. Oct 25, 2022
  5. Oct 24, 2022
  6. Jul 25, 2022
  7. Feb 23, 2022
  8. Jul 29, 2021
  9. Jul 06, 2021