* [GIT PULL FOR v4.5] New ti-cal driver
@ 2015-11-27 13:30 Hans Verkuil
2015-12-03 13:19 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2015-11-27 13:30 UTC (permalink / raw)
To: Linux Media Mailing List
The following changes since commit 10897dacea26943dd80bd6629117f4620fc320ef:
Merge tag 'v4.4-rc2' into patchwork (2015-11-23 14:16:58 -0200)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git cal
for you to fetch changes up to 5df9a7909b737e9725c1005b3b39383e9c2490ca:
media: v4l: ti-vpe: Document DRA72 CAL h/w module (2015-11-27 14:25:07 +0100)
----------------------------------------------------------------
Benoit Parrot (2):
media: v4l: ti-vpe: Add CAL v4l2 camera capture driver
media: v4l: ti-vpe: Document DRA72 CAL h/w module
Documentation/devicetree/bindings/media/ti-cal.txt | 72 ++
drivers/media/platform/Kconfig | 12 +
drivers/media/platform/Makefile | 2 +
drivers/media/platform/ti-vpe/Makefile | 4 +
drivers/media/platform/ti-vpe/cal.c | 2143 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/media/platform/ti-vpe/cal_regs.h | 779 +++++++++++++++++++++
6 files changed, 3012 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/ti-cal.txt
create mode 100644 drivers/media/platform/ti-vpe/cal.c
create mode 100644 drivers/media/platform/ti-vpe/cal_regs.h
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL FOR v4.5] New ti-cal driver
2015-11-27 13:30 [GIT PULL FOR v4.5] New ti-cal driver Hans Verkuil
@ 2015-12-03 13:19 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2015-12-03 13:19 UTC (permalink / raw)
To: Hans Verkuil, Benoit Parrot; +Cc: Linux Media Mailing List
Em Fri, 27 Nov 2015 14:30:54 +0100
Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> The following changes since commit 10897dacea26943dd80bd6629117f4620fc320ef:
>
> Merge tag 'v4.4-rc2' into patchwork (2015-11-23 14:16:58 -0200)
>
> are available in the git repository at:
>
> git://linuxtv.org/hverkuil/media_tree.git cal
>
> for you to fetch changes up to 5df9a7909b737e9725c1005b3b39383e9c2490ca:
>
> media: v4l: ti-vpe: Document DRA72 CAL h/w module (2015-11-27 14:25:07 +0100)
>
> ----------------------------------------------------------------
> Benoit Parrot (2):
> media: v4l: ti-vpe: Add CAL v4l2 camera capture driver
> media: v4l: ti-vpe: Document DRA72 CAL h/w module
Please put the DT documentation patch before the patch itself. Documenting
first makes easier to review, and removes a checkpatch warning:
WARNING: DT compatible string "ti,dra72-cal" appears un-documented -- check ./Documentation/devicetree/bindings/
#2210: FILE: drivers/media/platform/ti-vpe/cal.c:2128:
+ { .compatible = "ti,dra72-cal", },
Also, with regards to:
> media: v4l: ti-vpe: Add CAL v4l2 camera capture driver
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#78:
new file mode 100644
Please add an entry to MAINTAINERS for platform/ti-vpe.
Thanks,
Mauro
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-03 13:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 13:30 [GIT PULL FOR v4.5] New ti-cal driver Hans Verkuil
2015-12-03 13:19 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox