1. 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
  2. 24 2月, 2017 8 次提交
  3. 23 2月, 2017 3 次提交
  4. 21 2月, 2017 1 次提交
  5. 18 2月, 2017 2 次提交
  6. 16 2月, 2017 1 次提交
  7. 13 2月, 2017 4 次提交
  8. 10 2月, 2017 6 次提交
  9. 08 2月, 2017 3 次提交
  10. 07 2月, 2017 4 次提交
  11. 02 2月, 2017 2 次提交
  12. 01 2月, 2017 5 次提交