24 Jan, 2020

1 commit

  • Thanks to Stephen Boyd I today learned we can use platform_device_id
    to do device and module matching for MFD sub-devices!

    Do device matching using the platform_device_id instead of using
    explicit module_aliases to load modules and custom parent-data field
    to do module loading and sub-device matching.

    Cc: Stephen Boyd
    Signed-off-by: Matti Vaittinen
    Acked-by: Mark Brown
    Signed-off-by: Lee Jones

    Matti Vaittinen
     

11 Nov, 2019

1 commit


27 Jun, 2019

1 commit

  • ROHM BD70528MWV is an ultra-low quiescent current general
    purpose single-chip power management IC for battery-powered
    portable devices.

    Add MFD core which enables chip access for following subdevices:
    - regulators/LED drivers
    - battery-charger
    - gpios
    - 32.768kHz clk
    - RTC
    - watchdog

    Signed-off-by: Matti Vaittinen
    Signed-off-by: Lee Jones

    Matti Vaittinen