1. 02 12月, 2015 1 次提交
    • A
      iio: exynos-adc: add experimental touchscreen support · 2bb8ad9b
      Arnd Bergmann 提交于
      This adds support for the touchscreen on Samsung s3c64xx.
      The driver is completely untested but shows roughly how
      it could be done, following the example of the at91 driver.
      
      compared to the old plat-samsung/adc driver, there is
      no support for prioritizing ts over other clients, nor
      for oversampling. From my reading of the code, the
      priorities didn't actually have any effect at all, but
      the oversampling might be needed.
      
      Verifying this driver is the main issue that is currently
      holding up multiplatform support for s3c64xx, so any help
      in testing is very much appreciated.
      
      The current version uses the IS_REACHABLE() that is
      going to be introduced in the linux-media tree, please
      comment this out for testing.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      2bb8ad9b
  2. 03 11月, 2015 1 次提交
  3. 27 10月, 2015 1 次提交
  4. 24 10月, 2015 6 次提交
  5. 23 10月, 2015 1 次提交
  6. 22 10月, 2015 3 次提交
  7. 18 10月, 2015 1 次提交
  8. 14 10月, 2015 1 次提交
  9. 13 10月, 2015 1 次提交
  10. 09 10月, 2015 4 次提交
  11. 08 10月, 2015 1 次提交
  12. 07 10月, 2015 3 次提交
  13. 05 10月, 2015 1 次提交
  14. 02 10月, 2015 2 次提交
  15. 01 10月, 2015 1 次提交
  16. 29 9月, 2015 1 次提交
  17. 28 9月, 2015 1 次提交
    • S
      Documentation: add DT binding for ARM System Control and Power Interface(SCPI) protocol · 80f390ea
      Sudeep Holla 提交于
      This patch adds devicetree binding for System Control and Power
      Interface (SCPI) Message Protocol used between the Application Cores(AP)
      and the System Control Processor(SCP). The MHU peripheral provides a
      mechanism for inter-processor communication between SCP's M3 processor
      and AP.
      
      SCP offers control and management of the core/cluster power states,
      various power domain DVFS including the core/cluster, certain system
      clocks configuration, thermal sensors and many others.
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      Acked-by: NMark Rutland <mark.rutland@arm.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      CC: Jassi Brar <jassisinghbrar@gmail.com>
      Cc: Liviu Dudau <Liviu.Dudau@arm.com>
      Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
      Cc: devicetree@vger.kernel.org
      80f390ea
  18. 25 9月, 2015 1 次提交
    • L
      Documentation: arm: Fix typo in the idle-states bindings examples · a13f18f5
      Lorenzo Pieralisi 提交于
      The idle-states bindings mandate that the entry-method string
      in the idle-states node must be "psci" for ARM v8 64-bit systems,
      but the examples in the bindings report a wrong entry-method string.
      Owing to this typo, some dts in the kernel wrongly defined the
      entry-method property, since they likely cut and pasted the example
      definition without paying attention to the bindings definitions.
      
      This patch fixes the typo in the DT idle states bindings examples and
      respective dts in the kernel so that the bindings and related dts
      files are made compliant.
      Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Cc: Howard Chen <howard.chen@linaro.org>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Signed-off-by: NRob Herring <robh@kernel.org>
      a13f18f5
  19. 22 9月, 2015 2 次提交
  20. 21 9月, 2015 1 次提交
  21. 18 9月, 2015 2 次提交
  22. 17 9月, 2015 2 次提交
  23. 15 9月, 2015 2 次提交