1. 15 7月, 2015 1 次提交
  2. 30 5月, 2015 1 次提交
  3. 14 5月, 2015 1 次提交
  4. 09 5月, 2015 1 次提交
  5. 25 3月, 2015 2 次提交
  6. 24 3月, 2015 2 次提交
  7. 21 3月, 2015 1 次提交
  8. 09 3月, 2015 1 次提交
    • H
      Input: sun4i-ts - A10 (sun4i) has a different temperature curve · 91c68a7c
      Hans de Goede 提交于
      Testing has revealed that the temperature in the rtp controller of the A10
      (sun4i) SoC has a different curve then on the A13 (sun5i) and later models.
      
      Add a new sun5i-a13-ts compatible to differentiate the newer models and
      set the curve based on the compatible string.
      
      The new curve is still not ideal on all A10-s, that seems to have to
      do with there being a large spread between different A10-s out there,
      the new curve us based on callibration results on 4 completely different
      models:
                              raw min raw max temp min temp max stepsize offset
      Tong Zhang's hackberry    2402    2680    45.0     80.0    0.125   -255.3
      Hansg's Cubieboard        2207    2300    36.0     45.0    0.096   -175.8
      Olliver's lime 1 (*):     2258    2537    48.3     87.1    0.139   -265.7
      Olliver's lime 2 (*):     2222    2486    46.7     91.7    0.170   -331.0
      *) from: http://linux-sunxi.org/Temperature_Calibration
      
      Average all 4:                                             0.133   -257.0
      Average without outliers (middle 2):                       0.132   -261.0
      
      Since it is better to slightly overreport the temperature this patch uses
      the average of all 4 as curve.
      
      This fixes the temperature reported on the A10 being much higher then
      expected.
      Reported-by: NTong Zhang <lovewilliam@gmail.com>
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      91c68a7c
  9. 07 3月, 2015 2 次提交
  10. 03 3月, 2015 1 次提交
  11. 04 2月, 2015 1 次提交
  12. 27 1月, 2015 1 次提交
  13. 18 1月, 2015 1 次提交
  14. 11 1月, 2015 1 次提交
  15. 28 12月, 2014 1 次提交
  16. 22 12月, 2014 2 次提交
  17. 16 12月, 2014 2 次提交
  18. 08 12月, 2014 1 次提交
  19. 04 12月, 2014 1 次提交
  20. 02 11月, 2014 3 次提交
  21. 25 10月, 2014 1 次提交
  22. 12 9月, 2014 2 次提交
  23. 09 9月, 2014 1 次提交
  24. 27 8月, 2014 1 次提交
  25. 20 8月, 2014 2 次提交
  26. 29 7月, 2014 1 次提交
  27. 24 7月, 2014 1 次提交
  28. 22 7月, 2014 1 次提交
  29. 19 7月, 2014 1 次提交
    • D
      Input: add driver for Microchip's CAP1106 · 128bb95d
      Daniel Mack 提交于
      This patch adds a driver for Microchips CAP1106, an I2C driven, 6-channel
      capacitive touch sensor.
      
      For now, only the capacitive buttons are supported, and no specific
      settings that can be tweaked for individual channels, except for the
      device-wide sensitivity gain. The defaults seem to work just fine out of
      the box, so I'll leave configurable parameters for someone who's in need
      of them and who can actually measure the impact. All registers are
      prepared, however. Many of them are just not used for now.
      
      The implementation does not make any attempt to be compatible to platform
      data driven boards, but fully depends on CONFIG_OF.
      
      Power management functions are also left for volounteers with the ability
      to actually test them.
      Signed-off-by: NDaniel Mack <zonque@gmail.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      128bb95d
  30. 29 5月, 2014 2 次提交