An error occurred fetching the project authors.
  1. 06 Mar, 2014 2 commits
  2. 02 Jan, 2014 1 commit
  3. 04 Dec, 2013 1 commit
  4. 16 Oct, 2013 1 commit
  5. 28 Jun, 2013 1 commit
  6. 21 May, 2013 1 commit
  7. 25 Apr, 2013 1 commit
  8. 31 Mar, 2013 2 commits
  9. 06 Feb, 2013 2 commits
    • Sylwester Nawrocki's avatar
      [media] s5p-csis: Fix clock handling on error path in probe() · 8cd5d42a
      Sylwester Nawrocki authored
      Move e_clkput label after the clk_disable() call so a not acquired clock
      is not attempted to be disabled. This fixes runtime warnings like:
       s5p-mipi-csis 11880000.csis: failed to get clock: sclk_csis
       ------------[ cut here ]------------
       WARNING: at drivers/clk/clk.c:478 clk_disable+0x24/0x34()
       Modules linked in:
       [<c001603c>] (unwind_backtrace+0x0/0x13c) from [<c0022060>] (warn_slowpath_common+0x54/0x64)
       [<c0022060>] (warn_slowpath_common+0x54/0x64) from [<c002208c>] (warn_slowpath_null+0x1c/0x24)
       [<c002208c>] (warn_slowpath_null+0x1c/0x24) from [<c033f868>] (clk_disable+0x24/0x34)
       [<c033f868>] (clk_disable+0x24/0x34) from [<c02feff8>] (s5pcsis_probe+0x25c/0x4c8)
       [<c02feff8>] (s5pcsis_probe+0x25c/0x4c8) from [<c0268e34>] (platform_drv_probe+0x18/0x1c)
       [<c0268e34>] (platform_drv_probe+0x18/0x1c) from [<c0267700>] (driver_probe_device+0xa4/0x368)
       [<c0267700>] (driver_probe_device+0xa4/0x368) from [<c0267a50>] (__driver_attach+0x8c/0x90)
       [<c0267a50>] (__driver_attach+0x8c/0x90) from [<c0265c94>] (bus_for_each_dev+0x60/0x8c)
       [<c0265c94>] (bus_for_each_dev+0x60/0x8c) from [<c02665e8>] (bus_add_driver+0x20c/0x2d4)
       [<c02665e8>] (bus_add_driver+0x20c/0x2d4) from [<c0268064>] (driver_register+0x78/0x194)
       [<c0268064>] (driver_register+0x78/0x194) from [<c0008668>] (do_one_initcall+0x34/0x188)
       [<c0008668>] (do_one_initcall+0x34/0x188) from [<c03de57c>] (kernel_init+0x180/0x2f0)
       [<c03de57c>] (kernel_init+0x180/0x2f0) from [<c000f0d8>] (ret_from_fork+0x14/0x3c)
       ---[ end trace 0c5a55345c42530b ]---
      Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
      Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      8cd5d42a
    • Thierry Reding's avatar
      [media] media: Convert to devm_ioremap_resource() · f23999ec
      Thierry Reding authored
      Convert all uses of devm_request_and_ioremap() to the newly introduced
      devm_ioremap_resource() which provides more consistent error handling.
      devm_ioremap_resource() provides its own error messages so all explicit
      error messages can be removed from the failure code paths.
      Signed-off-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
      Acked-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      f23999ec
  10. 05 Feb, 2013 2 commits
  11. 25 Jan, 2013 1 commit
  12. 03 Jan, 2013 1 commit
    • Greg Kroah-Hartman's avatar
      Drivers: media: remove __dev* attributes. · 4c62e976
      Greg Kroah-Hartman authored
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4c62e976
  13. 27 Dec, 2012 1 commit
  14. 21 Dec, 2012 4 commits
  15. 06 Oct, 2012 5 commits
  16. 01 Oct, 2012 1 commit
  17. 15 Aug, 2012 1 commit
  18. 10 Apr, 2012 2 commits
  19. 19 Mar, 2012 1 commit
  20. 08 Mar, 2012 2 commits
  21. 30 Dec, 2011 1 commit
  22. 06 Sep, 2011 2 commits
  23. 20 May, 2011 2 commits