1. 24 8月, 2015 2 次提交
  2. 11 8月, 2015 4 次提交
  3. 28 7月, 2015 1 次提交
  4. 24 7月, 2015 1 次提交
  5. 22 7月, 2015 1 次提交
    • S
      mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled · 04cbfe68
      Shobhit Kumar 提交于
      This is needed as the CRC PMIC has support for Panel
      enable/diable as gpio which needs 'gpiod_add_lookup_table'
      and 'gpiod_remove_lookup_table' from gpiolib. This patch
      can be squashed with below commit in topic/crc-pmic branch
      
          commit 61dd2ca2
          Author: Shobhit Kumar <shobhit.kumar@intel.com>
          Date:   Fri Jun 26 14:32:05 2015 +0530
      
          mfd: intel_soc_pmic_core: Add lookup table for Panel Control as GPIO
          signal
      
          On some Intel SoC platforms, the panel enable/disable signals
          are controlled by CRC PMIC. Add those control as a new GPIO in a
          lookup table for gpio-crystalcove chip during CRC driver load
      
      Cc: Lee Jones <lee.jones@linaro.org>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NShobhit Kumar <shobhit.kumar@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      04cbfe68
  6. 22 6月, 2015 1 次提交
  7. 15 6月, 2015 1 次提交
  8. 04 4月, 2015 1 次提交
  9. 30 3月, 2015 1 次提交
  10. 26 3月, 2015 1 次提交
  11. 12 3月, 2015 3 次提交
  12. 04 3月, 2015 3 次提交
  13. 26 2月, 2015 1 次提交
  14. 23 1月, 2015 2 次提交
  15. 22 1月, 2015 2 次提交
  16. 01 12月, 2014 1 次提交
  17. 26 11月, 2014 2 次提交
  18. 11 11月, 2014 1 次提交
    • O
      mfd: Add support for Diolan DLN-2 devices · 338a1281
      Octavian Purdila 提交于
      This patch implements the USB part of the Diolan USB-I2C/SPI/GPIO
      Master Adapter DLN-2. Details about the device can be found here:
      
      https://www.diolan.com/i2c/i2c_interface.html.
      
      Information about the USB protocol can be found in the Programmer's
      Reference Manual [1], see section 1.7.
      
      Because the hardware has a single transmit endpoint and a single
      receive endpoint the communication between the various DLN2 drivers
      and the hardware will be muxed/demuxed by this driver.
      
      Each DLN2 module will be identified by the handle field within the DLN2
      message header. If a DLN2 module issues multiple commands in parallel
      they will be identified by the echo counter field in the message header.
      
      The DLN2 modules can use the dln2_transfer() function to issue a
      command and wait for its response. They can also register a callback
      that is going to be called when a specific event id is generated by
      the device (e.g. GPIO interrupts). The device uses handle 0 for
      sending events.
      
      [1] https://www.diolan.com/downloads/dln-api-manual.pdfSigned-off-by: NOctavian Purdila <octavian.purdila@intel.com>
      Reviewed-by: NJohan Hovold <johan@kernel.org>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      338a1281
  19. 07 10月, 2014 1 次提交
  20. 26 9月, 2014 5 次提交
  21. 24 9月, 2014 1 次提交
  22. 25 7月, 2014 1 次提交
  23. 21 7月, 2014 1 次提交
  24. 09 7月, 2014 2 次提交