index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
radio
/
si470x
/
radio-si470x-i2c.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-2
/
+1
2021-11-30
media: si470x-i2c: fix possible memory leak in si470x_i2c_probe()
Yang Yingliang
1
-2
/
+1
2021-11-29
media: si470x: consolidate multiple printk's
Mauro Carvalho Chehab
1
-14
/
+3
2021-11-29
media: si470x: fix printk warnings with clang
Mauro Carvalho Chehab
1
-2
/
+2
2021-09-30
media: si470x: Avoid card name truncation
Kees Cook
1
-1
/
+1
2019-11-10
media: si470x-i2c: add missed operations in remove
Chuhong Yuan
1
-0
/
+2
2019-08-13
media: radio: si470x: Convert to new i2c device probe()
Kieran Bingham
1
-3
/
+2
2019-06-11
Merge tag 'v5.2-rc4' into media/master
Mauro Carvalho Chehab
1
-10
/
+1
2019-06-05
media: media/radio: set device_caps in struct video_device
Hans Verkuil
1
-4
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-01-21
media: si470x-i2c: Add optional reset-gpio support
Pawe? Chmiel
1
-0
/
+15
2019-01-21
media: si470x-i2c: Use managed resource helpers
Pawe? Chmiel
1
-18
/
+11
2019-01-21
media: si470x-i2c: Add device tree support
Pawe? Chmiel
1
-0
/
+8
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-2
/
+2
2018-04-17
media: si470x: fix __be16 annotations
Mauro Carvalho Chehab
1
-3
/
+3
2018-04-17
media: si470x: allow build both USB and I2C at the same time
Mauro Carvalho Chehab
1
-6
/
+12
2018-03-21
media: radio: Critical v4l2 registration bugfix for si470x over i2c
Douglas Fischer
1
-4
/
+28
2017-01-27
[media] media: Drop FSF's postal address from the source code files
Sakari Ailus
1
-4
/
+0
2016-10-21
[media] si470x: don't break long lines
Mauro Carvalho Chehab
1
-4
/
+3
2016-09-06
[media] radio-si470x-i2c: Delete owner assignment
Markus Elfring
1
-1
/
+0
2015-06-22
[media] si470x: cleanup define namespace
Mauro Carvalho Chehab
1
-3
/
+3
2015-06-06
[media] radio-si470x-i2c: Pass the IRQF_ONESHOT flag
Fabio Estevam
1
-1
/
+2
2013-11-08
[media] radio-si470x-i2c: fix a warning on ia64
Mauro Carvalho Chehab
1
-2
/
+2
2013-01-04
Drivers: media: remove __dev* attributes.
Greg Kroah-Hartman
1
-4
/
+4
2012-10-07
[media] drivers/media: Remove unnecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-27
[media] radio-si470x: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
1
-6
/
+17
2012-08-11
[media] si470x: v4l2-compliance fixes
Hans Verkuil
1
-2
/
+3
2012-07-31
[media] radio-si470x: Add support for the new band APIs
Hans de Goede
1
-0
/
+1
2012-07-31
[media] radio-si470x: Always use interrupt to wait for tune/seek completion
Hans de Goede
1
-4
/
+1
2012-05-14
[media] si470x: Clean up, introduce the control framework
Hans Verkuil
1
-48
/
+17
2012-03-08
[media] convert drivers/media/* to use module_i2c_driver()
Axel Lin
1
-27
/
+1
2011-07-28
[media] radio: Use the subsystem version control for VIDIOC_QUERYCAP
Mauro Carvalho Chehab
1
-3
/
+1
2011-05-20
[media] radio-si470x: convert to use request_threaded_irq()
Joonyoung Shim
1
-23
/
+9
2011-05-20
[media] radio-si470x: convert to dev_pm_ops
Joonyoung Shim
1
-7
/
+9
2011-05-20
[media] radio-si470x: support seek and tune interrupt enable
Joonyoung Shim
1
-2
/
+15
2010-09-30
V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() call
Marek Szyprowski
1
-1
/
+1
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
1
-1
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-16
V4L/DVB (13601): radio-si470x: support PM functions
Joonyoung Shim
1
-0
/
+40
2009-12-16
V4L/DVB (13600): radio-si470x: support RDS on si470x i2c driver
Joonyoung Shim
1
-10
/
+154
2009-12-16
V4L/DVB (13599): radio-si470x: move some file operations to common file
Joonyoung Shim
1
-13
/
+2
2009-09-12
V4L/DVB (12417): I2C cleanups and version checks
Tobias Lorenz
1
-49
/
+196
2009-09-12
V4L/DVB (12416): radio-si470x: add i2c driver for si470x
Joonyoung Shim
1
-0
/
+254