1. 24 Sep, 2014 38 commits
  2. 23 Sep, 2014 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'extcon-next-for-3.18' of... · e60cdc90
      Greg Kroah-Hartman authored
      Merge tag 'extcon-next-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
      
      Chanwoo writes:
      
      Update extcon for v3.18
      
      This patchset add new extcon provider driver and fix minor issue of extcon driver.
      
      Detailed description for patchset:
      1. Add new Richtek RT8973A extcon driver
      This driver support for Richtek RT8973A which is Micro USB Switch OVP and
      i2c interface. The RT8973A is a USB port accessory detector and switch that is
      optimized to protect low voltage system from abnormal high input voltage
      (up to 28V) and supports high speed USB operation. Also, RT8973A support
      'auto-configuration' mode. If auto-configuration mode is enabled, RT8973A
      would control internal h/w patch for USB D-/D+ switching.
      
      2. Fix code cleanup for other extcon driver
      - extcon-sm5502 driver
       : Fix bug to check cable type and build break.
       : Move header file from include/linux/extcon to drivers/extcon because this
         header file is only user for extcon-sm5502.c.
       : Clean up codes by using checkpatch script
      - extcon-max77693 driver
       : Use resource managed interrupt function
       : Fix bug to set ADC debounce time
      - extcon-gpio driver
       : Fix minor code cleanup
      e60cdc90
  3. 22 Sep, 2014 1 commit