1. 05 11月, 2017 4 次提交
  2. 04 11月, 2017 16 次提交
  3. 03 11月, 2017 6 次提交
  4. 01 11月, 2017 1 次提交
  5. 30 10月, 2017 1 次提交
  6. 28 10月, 2017 4 次提交
  7. 27 10月, 2017 2 次提交
    • H
      i2c-cht-wc: Add device-properties for fusb302 integration · 0224d45c
      Hans de Goede 提交于
      Add device-properties to make the bq24292i charger connected to
      the bus get its input-current-limit from the fusb302 Type-C port
      controller which is used on boards with the cht-wc PMIC,
      as well as regulator_init_data for the 5V boost converter on
      the bq24292i.
      
      Since this means we now hook-up the bq24292i to the fusb302 Type-C port
      controller add a check for the ACPI device which instantiates the fusb302.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      0224d45c
    • H
      i2c: Allow overriding dev_name through board_info · 728fe6ce
      Hans de Goede 提交于
      For devices not instantiated through ACPI the i2c-client's device-name
      gets set to <busnr>-<addr> by default, e.g. "0-0022" this means that
      the device-name is dependent on the order in which the i2c-busses are
      enumerated.
      
      In some cases having a predictable constant device-name is desirable,
      for example on non device-tree platforms the link between a regulator
      and its consumers is specified by the platform code by setting
      regulator_init_data.consumers. This array identifies the regulator's
      consumers by dev_name and supply(-name). Which requires a constant
      dev_name.
      
      This commit adds a dev_name field to i2c_board_info allowing
      platform code to set a contstant dev_name so that the device can
      be identified by its dev_name in other platform code.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: Mark Brown <broonie@kernel.org> (live at ELCE17)
      Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> (live at ELCE17)
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      728fe6ce
  8. 24 10月, 2017 5 次提交
  9. 23 10月, 2017 1 次提交