* [GIT PULL FOR v3.14] New si4713-usb driver
@ 2013-12-13 13:30 Hans Verkuil
0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2013-12-13 13:30 UTC (permalink / raw)
To: Linux Media Mailing List
Hi Mauro,
This patch series is identical to http://www.spinics.net/lists/linux-media/msg70312.html,
except that the last patch (coding style cleanups) is split into one whitespace clean
up patch and one time-related cleanup patch as you requested. It's also rebased to
the latest master.
Regards,
Hans
The following changes since commit 675722b0e3917c6c917f1aa5f6d005cd3a0479f5:
Merge branch 'upstream-fixes' into patchwork (2013-12-13 05:04:00 -0200)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git si4713
for you to fetch changes up to 14ceedc35bdf41cf83ca3f732e4583206f5d716f:
si4713: coding style time-related cleanups (2013-12-13 14:12:10 +0100)
----------------------------------------------------------------
Dinesh Ram (8):
si4713: Reorganized drivers/media/radio directory
si4713: Modified i2c driver to handle cases where interrupts are not used
si4713: Reorganized includes in si4713.c/h
si4713: Bug fix for si4713_tx_tune_power() method in the i2c driver
si4713: HID blacklist Si4713 USB development board
si4713: Added the USB driver for Si4713
si4713: Added MAINTAINERS entry for radio-usb-si4713 driver
si4713: move supply list to si4713_platform_data
Eduardo Valentin (1):
si4713: print product number
Hans Verkuil (3):
si4713: si4713_set_rds_radio_text overwrites terminating \0
si4713: coding style whitespace cleanups
si4713: coding style time-related cleanups
MAINTAINERS | 12 +-
arch/arm/mach-omap2/board-rx51-peripherals.c | 7 +
drivers/hid/hid-core.c | 1 +
drivers/hid/hid-ids.h | 2 +
drivers/media/radio/Kconfig | 29 +--
drivers/media/radio/Makefile | 3 +-
drivers/media/radio/si4713/Kconfig | 40 ++++
drivers/media/radio/si4713/Makefile | 7 +
drivers/media/radio/{radio-si4713.c => si4713/radio-platform-si4713.c} | 0
drivers/media/radio/si4713/radio-usb-si4713.c | 540 +++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/media/radio/{si4713-i2c.c => si4713/si4713.c} | 279 ++++++++++++++-------------
drivers/media/radio/{si4713-i2c.h => si4713/si4713.h} | 4 +-
include/media/si4713.h | 2 +
13 files changed, 771 insertions(+), 155 deletions(-)
create mode 100644 drivers/media/radio/si4713/Kconfig
create mode 100644 drivers/media/radio/si4713/Makefile
rename drivers/media/radio/{radio-si4713.c => si4713/radio-platform-si4713.c} (100%)
create mode 100644 drivers/media/radio/si4713/radio-usb-si4713.c
rename drivers/media/radio/{si4713-i2c.c => si4713/si4713.c} (86%)
rename drivers/media/radio/{si4713-i2c.h => si4713/si4713.h} (98%)
^ permalink raw reply [flat|nested] 2+ messages in thread* [GIT PULL FOR v3.14] New si4713-usb driver
@ 2013-12-09 9:07 Hans Verkuil
0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2013-12-09 9:07 UTC (permalink / raw)
To: Linux Media Mailing List; +Cc: Mauro Carvalho Chehab
Hi Mauro,
I'm trying again to get this driver merged. The comments you made have all been
addressed, so hopefully this will now be OK.
Regards,
Hans
The following changes since commit 3f823e094b935c1882605f8720336ee23433a16d:
[media] exynos4-is: Simplify fimc-is hardware polling helpers (2013-12-04 15:54:19 -0200)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git si4713
for you to fetch changes up to 8789394c0a0261ac35770212ab19172a2bd76ac1:
si4713: coding style cleanups (2013-12-09 10:01:58 +0100)
----------------------------------------------------------------
Dinesh Ram (8):
si4713: Reorganized drivers/media/radio directory
si4713: Modified i2c driver to handle cases where interrupts are not used
si4713: Reorganized includes in si4713.c/h
si4713: Bug fix for si4713_tx_tune_power() method in the i2c driver
si4713: HID blacklist Si4713 USB development board
si4713: Added the USB driver for Si4713
si4713: Added MAINTAINERS entry for radio-usb-si4713 driver
si4713: move supply list to si4713_platform_data
Eduardo Valentin (1):
si4713: print product number
Hans Verkuil (2):
si4713: si4713_set_rds_radio_text overwrites terminating \0
si4713: coding style cleanups
MAINTAINERS | 12 +-
arch/arm/mach-omap2/board-rx51-peripherals.c | 7 +
drivers/hid/hid-core.c | 1 +
drivers/hid/hid-ids.h | 2 +
drivers/media/radio/Kconfig | 29 +--
drivers/media/radio/Makefile | 3 +-
drivers/media/radio/si4713/Kconfig | 40 ++++
drivers/media/radio/si4713/Makefile | 7 +
drivers/media/radio/{radio-si4713.c => si4713/radio-platform-si4713.c} | 0
drivers/media/radio/si4713/radio-usb-si4713.c | 540 +++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/media/radio/{si4713-i2c.c => si4713/si4713.c} | 279 ++++++++++++++-------------
drivers/media/radio/{si4713-i2c.h => si4713/si4713.h} | 4 +-
include/media/si4713.h | 2 +
13 files changed, 771 insertions(+), 155 deletions(-)
create mode 100644 drivers/media/radio/si4713/Kconfig
create mode 100644 drivers/media/radio/si4713/Makefile
rename drivers/media/radio/{radio-si4713.c => si4713/radio-platform-si4713.c} (100%)
create mode 100644 drivers/media/radio/si4713/radio-usb-si4713.c
rename drivers/media/radio/{si4713-i2c.c => si4713/si4713.c} (86%)
rename drivers/media/radio/{si4713-i2c.h => si4713/si4713.h} (98%)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-13 13:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 13:30 [GIT PULL FOR v3.14] New si4713-usb driver Hans Verkuil
-- strict thread matches above, loose matches on Subject: below --
2013-12-09 9:07 Hans Verkuil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox