1. 23 May, 2018 1 commit
    • Dmitry Torokhov's avatar
      platform/chrome: chromeos_laptop - supply properties for ACPI devices · 5020cd29
      Dmitry Torokhov authored
      BayTrail-based and newer Chromebooks describe their peripherals in ACPI;
      unfortunately their description is not complete, and peripherals
      drivers, such as driver for Atmel Touch controllers, has to resort to
      DMI-matching to configure the peripherals properly. To avoid polluting
      peripheral driver code, let's teach chromeos_laptop driver to supply
      missing data via generic device properties.
      
      Note we supply "compatible" string for Atmel peripherals not because it is
      needed for matching devices and driver (matching is still done on ACPI HID
      entries), but because peripherals driver will be using presence of
      "compatible" property to determine if device properties have been attached
      to the device, and fail to bind if they are absent.
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      Signed-off-by: default avatarBenson Leung <bleung@chromium.org>
      5020cd29
  2. 10 Apr, 2018 14 commits
  3. 25 Mar, 2018 10 commits
  4. 24 Mar, 2018 1 commit
  5. 23 Mar, 2018 14 commits