1. 25 Feb, 2017 1 commit
    • Randy Dunlap's avatar
      Input: ad7879 - add header file to fix ad7879.c build errors · a4deb147
      Randy Dunlap authored
      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: default avatarRandy Dunlap <rdunlap@infradead.org>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      a4deb147
  2. 23 Feb, 2017 11 commits
  3. 20 Feb, 2017 1 commit
  4. 17 Feb, 2017 2 commits
  5. 15 Feb, 2017 1 commit
  6. 13 Feb, 2017 1 commit
  7. 12 Feb, 2017 3 commits
  8. 09 Feb, 2017 6 commits
  9. 08 Feb, 2017 2 commits
  10. 07 Feb, 2017 2 commits
  11. 06 Feb, 2017 3 commits
  12. 01 Feb, 2017 2 commits
  13. 31 Jan, 2017 5 commits