Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging/no os device #2276

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

Staging/no os device #2276

wants to merge 29 commits into from

Commits on Aug 11, 2024

  1. include: Add no_os_device.h

    To be included in all no-OS drivers.
    
    struct no_os_device will hold, among other details, the mandatory compatible
    string information.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ce81ae5 View commit details
    Browse the repository at this point in the history
  2. drivers: accel: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    1ea1233 View commit details
    Browse the repository at this point in the history
  3. drivers: temperature: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    020a31b View commit details
    Browse the repository at this point in the history
  4. drivers: rtc: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0102c17 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. drivers: adc: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e598b9f View commit details
    Browse the repository at this point in the history
  2. drivers: adc-dac: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    176afea View commit details
    Browse the repository at this point in the history
  3. drivers: afe: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a8096da View commit details
    Browse the repository at this point in the history
  4. drivers: amplifiers: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f3a2fc7 View commit details
    Browse the repository at this point in the history
  5. drivers: cdc: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    36cbac9 View commit details
    Browse the repository at this point in the history
  6. drivers: display: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a3d8610 View commit details
    Browse the repository at this point in the history
  7. drivers: dac: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    457a1cf View commit details
    Browse the repository at this point in the history
  8. drivers: digital-io: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0f25224 View commit details
    Browse the repository at this point in the history
  9. drivers: ecg: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a00101a View commit details
    Browse the repository at this point in the history
  10. drivers: eeprom: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0075f0b View commit details
    Browse the repository at this point in the history
  11. drivers: filter: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c0b2b2a View commit details
    Browse the repository at this point in the history
  12. drivers: frequency: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1dbbf6d View commit details
    Browse the repository at this point in the history
  13. drivers: gyro: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    87ad8ad View commit details
    Browse the repository at this point in the history
  14. drivers: impedance-analyzer: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d98804b View commit details
    Browse the repository at this point in the history
  15. drivers: imu: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    be717c3 View commit details
    Browse the repository at this point in the history
  16. drivers: io-expander: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9414785 View commit details
    Browse the repository at this point in the history
  17. drivers: io-link: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    fccba61 View commit details
    Browse the repository at this point in the history
  18. drivers: meter: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ad94a5a View commit details
    Browse the repository at this point in the history
  19. drivers: mux: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c1d0dff View commit details
    Browse the repository at this point in the history
  20. drivers: net: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9d1d348 View commit details
    Browse the repository at this point in the history
  21. drivers: photo-electronic: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    38966cf View commit details
    Browse the repository at this point in the history
  22. drivers: potentiometer: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dccf2d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. drivers: power: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f2f33d8 View commit details
    Browse the repository at this point in the history
  2. drivers: resolver: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    24af132 View commit details
    Browse the repository at this point in the history
  3. drivers: rf-transceiver: Make use of no_os_device.h

    Declare a device driver compatibility list for each driver.
    
    Signed-off-by: Dragos Bogdan <[email protected]>
    dbogdan committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b7325e9 View commit details
    Browse the repository at this point in the history