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
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
/
i2c
/
busses
/
i2c-pnx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure
Lee Jones
1
-4
/
+4
2020-07-04
i2c: Use separate MODULE_AUTHOR() statements for multiple authors
Jarkko Nikula
1
-1
/
+2
2020-04-19
i2c: busses: remove duplicate dev_err()
Dejin Zheng
1
-1
/
+0
2020-01-15
i2c: pnx: Use proper printk format for resource_size_t
Krzysztof Kozlowski
1
-2
/
+2
2018-05-17
i2c: pnx: move header into the driver
Wolfram Sang
1
-1
/
+20
2017-10-27
i2c/busses: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-08-29
i2c: busses: make i2c_algorithm const
Bhumika Goyal
1
-1
/
+1
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2015-11-10
Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-4
/
+3
2015-10-30
i2c: pnx: remove superfluous assignment
Wolfram Sang
1
-1
/
+1
2015-10-25
i2c: pnx: Use setup_timer instead of open coding it
Muhammad Falak R Wani
1
-3
/
+2
2015-10-23
i2c: pnx: fix runtime warnings caused by enabling unprepared clock
Vladimir Zapolskiy
1
-5
/
+5
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-01-16
i2c: pnx: Use devm_*() functions
Jingoo Han
1
-51
/
+13
2013-10-30
i2c: Include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-08-28
i2c: pnx: fix error return code in i2c_pnx_probe()
Wei Yongjun
1
-1
/
+2
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
1
-3
/
+0
2013-08-15
i2c: pnx: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-1
/
+1
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-2
/
+0
2012-12-22
i2c: remove __dev* attributes from subsystem
Bill Pemberton
1
-3
/
+3
2012-09-12
i2c: pnx: Fix read transactions of >= 2 bytes
Roland Stigge
1
-20
/
+28
2012-09-12
i2c: pnx: Fix bit definitions
Roland Stigge
1
-2
/
+3
2012-07-12
i2c-pnx: Use struct dev_pm_ops for power management
Rafael J. Wysocki
1
-9
/
+10
2012-04-22
i2c: Add device tree support to i2c-pnx.c
Roland Stigge
1
-16
/
+47
2012-04-22
i2c-pnx.c: Remove duplicated i2c.h
Roland Stigge
1
-3
/
+46
2012-04-22
i2c-pnx.c: Use resources in platforms
Roland Stigge
1
-22
/
+25
2012-04-22
i2c: pnx: Disable clk in suspend
Roland Stigge
1
-2
/
+1
2011-05-13
i2c: pnx: Fix crash due to wrong init of timer->data
Wolfram Sang
1
-1
/
+1
2010-04-20
i2c-pnx: Add stop conditions for end of transfer
Kevin Wells
1
-0
/
+6
2010-04-20
i2c-pnx: Limit maximum divider to 1023
Kevin Wells
1
-0
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-08
i2c-pnx: fix setting start/stop condition
Luotao Fu
1
-11
/
+0
2010-02-12
ARM: PNX4008: use msecs_to_jiffies() rather than open-coding it
Russell King
1
-2
/
+2
2010-02-12
ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.h
Russell King
1
-2
/
+0
2010-02-12
ARM: PNX4008: i2c-pnx: don't split messages across several lines
Russell King
1
-37
/
+44
2010-02-12
ARM: PNX4008: Use i2c driver data for passing between internal functions
Russell King
1
-70
/
+62
2010-02-12
ARM: PNX4008: move i2c_adapter structure inside the drivers private data
Russell King
1
-20
/
+20
2010-02-12
ARM: PNX4008: kzalloc i2c drivers internal data
Russell King
1
-10
/
+19
2010-02-12
ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'
Russell King
1
-4
/
+4
2010-02-12
ARM: PNX4008: get i2c clock rate from clk API
Russell King
1
-11
/
+4
2010-02-12
ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls
Russell King
1
-9
/
+9
2010-02-12
ARM: PNX4008: move i2c clock start/stop into driver
Russell King
1
-9
/
+30
2010-02-12
ARM: PNX4008: move i2c suspend/resume callbacks into driver
Russell King
1
-2
/
+7
2009-12-09
i2c-pnx: Map I2C adapter number to platform ID number
Kevin Wells
1
-1
/
+2
2009-11-21
ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irq
Russell King
1
-2
/
+2
2009-11-20
i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includes
Kevin Wells
1
-0
/
+2
2009-11-20
i2c: i2c-pnx: Limit minimum jiffie timeout to 2
Kevin Wells
1
-0
/
+3
2009-09-19
i2c-pnx: Correct use of request_region/request_mem_region
Julia Lawall
1
-3
/
+4
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-1
/
+1
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
1
-1
/
+1
[next]