1. 16 4月, 2018 1 次提交
  2. 12 4月, 2018 5 次提交
  3. 11 4月, 2018 1 次提交
  4. 10 4月, 2018 3 次提交
  5. 07 4月, 2018 3 次提交
  6. 05 4月, 2018 2 次提交
  7. 04 4月, 2018 2 次提交
  8. 02 4月, 2018 2 次提交
  9. 31 3月, 2018 1 次提交
  10. 30 3月, 2018 1 次提交
  11. 29 3月, 2018 4 次提交
  12. 28 3月, 2018 1 次提交
  13. 27 3月, 2018 1 次提交
  14. 26 3月, 2018 3 次提交
  15. 23 3月, 2018 2 次提交
  16. 22 3月, 2018 6 次提交
  17. 21 3月, 2018 2 次提交
    • S
      media: rc: new driver for early iMon device · 8a4e8f8d
      Sean Young 提交于
      These devices were supported by the lirc_imon.c driver which was removed
      from staging in commit f41003a2 ("[media] staging: lirc_imon: port
      remaining usb ids to imon and remove").
      Signed-off-by: NSean Young <sean@mess.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      8a4e8f8d
    • D
      clk: davinci: New driver for davinci PLL clocks · 2d172691
      David Lechner 提交于
      This adds a new driver for mach-davinci PLL clocks. This is porting the
      code from arch/arm/mach-davinci/clock.c to the common clock framework.
      Additionally, it adds device tree support for these clocks.
      
      The ifeq ($(CONFIG_COMMON_CLK), y) in the Makefile is needed to prevent
      compile errors until the clock code in arch/arm/mach-davinci is removed.
      
      Note: although there are similar clocks for TI Keystone we are not able
      to share the code for a few reasons. The keystone clocks are device tree
      only and use legacy one-node-per-clock bindings. Also the register
      layouts are a bit different, which would add even more if/else mess
      to the keystone clocks. And the keystone PLL driver doesn't support
      setting clock rates.
      Signed-off-by: NDavid Lechner <david@lechnology.com>
      Signed-off-by: NStephen Boyd <sboyd@kernel.org>
      2d172691