All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] s5p-fimc driver fixes/cleanups
@ 2013-01-30 17:23 Sylwester Nawrocki
  2013-01-30 17:23 ` [PATCH 1/5] s5p-fimc: Avoid null pointer dereference in fimc_capture_ctrls_create() Sylwester Nawrocki
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Sylwester Nawrocki @ 2013-01-30 17:23 UTC (permalink / raw)
  To: linux-media; +Cc: kyungmin.park, sw0312.kim, Sylwester Nawrocki

This series includes s5p-fimc driver fixes, one v4l2 compliance
fix (I'm working on converting this driver to use the selection
API and there is more to come after that, patches 4/6 is required
for the driver to work with v3.9 kernel and patch 5/5 is a
prerequiste for FIMC-IS driver - as this is all I could push now
for v3.9. without the device tree support.

Sylwester Nawrocki (5):
  s5p-fimc: Avoid null pointer dereference in
    fimc_capture_ctrls_create()
  s5p-fimc: Set default image format at device open()
  s5p-fimc: Fix FIMC.n subdev set_selection ioctl handler
  s5p-fimc: Add clk_prepare/unprepare for sclk_cam clocks
  s5p-fimc: Redefine platform data structure for fimc-is

 arch/arm/mach-exynos/mach-nuri.c                |    8 +-
 arch/arm/mach-exynos/mach-universal_c210.c      |    8 +-
 arch/arm/mach-s5pv210/mach-goni.c               |    6 +-
 drivers/media/platform/s5p-fimc/fimc-capture.c  |   19 ++--
 drivers/media/platform/s5p-fimc/fimc-core.c     |   20 +---
 drivers/media/platform/s5p-fimc/fimc-core.h     |    5 +-
 drivers/media/platform/s5p-fimc/fimc-lite-reg.c |    8 +-
 drivers/media/platform/s5p-fimc/fimc-lite-reg.h |    4 +-
 drivers/media/platform/s5p-fimc/fimc-m2m.c      |  131 +++++++++++++----------
 drivers/media/platform/s5p-fimc/fimc-mdevice.c  |   69 +++++++-----
 drivers/media/platform/s5p-fimc/fimc-mdevice.h  |    2 +-
 drivers/media/platform/s5p-fimc/fimc-reg.c      |   34 +++---
 drivers/media/platform/s5p-fimc/fimc-reg.h      |    6 +-
 include/media/s5p_fimc.h                        |   49 +++++----
 14 files changed, 196 insertions(+), 173 deletions(-)

--
1.7.9.5


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-02-01 17:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 17:23 [PATCH 0/5] s5p-fimc driver fixes/cleanups Sylwester Nawrocki
2013-01-30 17:23 ` [PATCH 1/5] s5p-fimc: Avoid null pointer dereference in fimc_capture_ctrls_create() Sylwester Nawrocki
2013-01-30 17:23 ` [PATCH 2/5] s5p-fimc: Set default image format at device open() Sylwester Nawrocki
2013-01-30 17:23 ` [PATCH 3/5] s5p-fimc: Fix FIMC.n subdev set_selection ioctl handler Sylwester Nawrocki
2013-01-30 17:23 ` [PATCH 4/5] s5p-fimc: Add clk_prepare/unprepare for sclk_cam clocks Sylwester Nawrocki
2013-01-30 17:23 ` [PATCH 5/5] s5p-fimc: Redefine platform data structure for fimc-is Sylwester Nawrocki
2013-02-01 11:05   ` Sylwester Nawrocki
2013-02-01 11:05     ` Sylwester Nawrocki
2013-02-01 17:36     ` Kukjin Kim
2013-02-01 17:36       ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.