1. 15 4月, 2017 3 次提交
  2. 12 4月, 2017 3 次提交
  3. 05 4月, 2017 3 次提交
  4. 04 4月, 2017 8 次提交
  5. 29 3月, 2017 2 次提交
  6. 26 3月, 2017 1 次提交
  7. 24 3月, 2017 1 次提交
    • J
      Input: silead - add OF device ID table · 483e55d9
      Javier Martinez Canillas 提交于
      The driver doesn't have a struct of_device_id table but supported devices
      are registered via Device Trees. This is working on the assumption that a
      I2C device registered via OF will always match a legacy I2C device ID and
      that the MODALIAS reported will always be of the form i2c:<device>.
      
      But this could change in the future so the correct approach is to have an
      OF device ID table if the devices are registered via OF.
      
      As pointed by Hans de Goede, there's no mssl1680 and this is just used in
      some ACPI systems to identify the gsl1680 chip. So isn't included in the
      OF device ID table since a DT should use the proper device name instead.
      Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      483e55d9
  8. 17 3月, 2017 1 次提交
  9. 16 3月, 2017 1 次提交
  10. 02 3月, 2017 4 次提交
  11. 28 2月, 2017 1 次提交
  12. 26 2月, 2017 1 次提交
    • R
      Input: ad7879 - add header file to fix ad7879.c build errors · a4deb147
      Randy Dunlap 提交于
      Add header file to fix these build errors:
      
      ../drivers/input/touchscreen/ad7879.c: In function 'ad7879_parse_dt':
      ../drivers/input/touchscreen/ad7879.c:505:2: error: implicit declaration of function 'device_property_read_u32' [-Werror=implicit-function-declaration]
        err = device_property_read_u32(dev, "adi,resistance-plate-x", &tmp);
        ^
      ../drivers/input/touchscreen/ad7879.c:512:2: error: implicit declaration of function 'device_property_read_u8' [-Werror=implicit-function-declaration]
        device_property_read_u8(dev, "adi,first-conversion-delay",
        ^
      ../drivers/input/touchscreen/ad7879.c:521:2: error: implicit declaration of function 'device_property_read_bool' [-Werror=implicit-function-declaration]
        ts->swap_xy = device_property_read_bool(dev, "touchscreen-swapped-x-y");
        ^
      Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      a4deb147
  13. 24 2月, 2017 5 次提交
  14. 23 2月, 2017 3 次提交
  15. 21 2月, 2017 1 次提交
  16. 18 2月, 2017 2 次提交