1. 08 7月, 2015 2 次提交
    • L
      regulator: pwm-regulator: Add support for continuous-voltage · 4773be18
      Lee Jones 提交于
      The current version of PWM regulator only supports a static table
      approach, where pre-calculated values are supplied by the vendor and
      obtained via DT.  The continuous-voltage method takes min_uV and
      max_uV, and divides the difference between them up into a number of
      slices.  The number of slices depend on how large the duty cycle
      register is.  This information is provided by a DT property.
      
      As the name alludes, this provides values for a continuous voltage
      range between min_uV and max_uV, which has obvious benefits over
      either limited voltage possibilities, or the requirement to provide
      a large voltage-table.
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      4773be18
    • L
      regulator: pwm-regulator: Re-write bindings · 02258b8b
      Lee Jones 提交于
      * Add support for continuous-voltage mode
      * Put more meat on the bones with regards to voltage-table mode
      * Sort out formatting for ease of consumption
      
      Cc: devicetree@vger.kernel.org
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      02258b8b
  2. 07 7月, 2015 1 次提交
  3. 06 7月, 2015 2 次提交
    • L
      Linux 4.2-rc1 · d770e558
      Linus Torvalds 提交于
      d770e558
    • L
      Merge tag 'platform-drivers-x86-v4.2-2' of... · a585d2b7
      Linus Torvalds 提交于
      Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
      
      Pull late x86 platform driver updates from Darren Hart:
       "The following came in a bit later and I wanted them to bake in next a
        few more days before submitting, thus the second pull.
      
        A new intel_pmc_ipc driver, a symmetrical allocation and free fix in
        dell-laptop, a couple minor fixes, and some updated documentation in
        the dell-laptop comments.
      
        intel_pmc_ipc:
         - Add Intel Apollo Lake PMC IPC driver
      
        tc1100-wmi:
         - Delete an unnecessary check before the function call "kfree"
      
        dell-laptop:
         - Fix allocating & freeing SMI buffer page
         - Show info about WiGig and UWB in debugfs
         - Update information about wireless control"
      
      * tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86:
        intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
        tc1100-wmi: Delete an unnecessary check before the function call "kfree"
        dell-laptop: Fix allocating & freeing SMI buffer page
        dell-laptop: Show info about WiGig and UWB in debugfs
        dell-laptop: Update information about wireless control
      a585d2b7
  4. 05 7月, 2015 34 次提交
  5. 04 7月, 2015 1 次提交