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
/
i2c
/
busses
/
i2c-mpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-07-06
i2c: mpc: Drop unused variable
Guenter Roeck
1
-1
/
+0
2023-06-14
i2c: mpc: Use of_property_read_reg() to parse "reg"
Rob Herring
1
-2
/
+3
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-29
i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c property
Andi Shyti
1
-1
/
+11
2023-03-29
i2c: mpc: Use of_property_read_u32 instead of of_get_property
Andi Shyti
1
-12
/
+13
2023-03-16
i2c: Use of_property_read_bool() for boolean properties
Rob Herring
1
-1
/
+1
2022-06-22
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
1
-3
/
+4
2022-01-14
Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+15
2022-01-06
i2c: mpc: Avoid out of bounds memory access
Chris Packham
1
-6
/
+9
2021-12-11
i2c: mpc: Use atomic read and fix break condition
Chris Packham
1
-1
/
+1
2021-11-29
i2c: mpc: Correct I2C reset procedure
Joakim Tjernlund
1
-8
/
+15
2021-07-20
i2c: mpc: Poll for MCF
Chris Packham
1
-2
/
+2
2021-07-04
Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2021-07-02
i2c: mpc: Restore reread of I2C status register
Chris Packham
1
-0
/
+2
2021-05-27
i2c: mpc: implement erratum A-004447 workaround
Chris Packham
1
-2
/
+79
2021-04-15
i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()
Andy Shevchenko
1
-3
/
+1
2021-04-15
i2c: mpc: Use device_get_match_data() helper
Andy Shevchenko
1
-8
/
+4
2021-04-15
i2c: mpc: Remove CONFIG_PM_SLEEP ifdeffery
Andy Shevchenko
1
-11
/
+3
2021-04-15
i2c: mpc: Use devm_clk_get_optional()
Andy Shevchenko
1
-13
/
+12
2021-04-15
i2c: mpc: Update license and copyright
Chris Packham
1
-8
/
+3
2021-04-15
i2c: mpc: Interrupt driven transfer
Chris Packham
1
-187
/
+239
2021-04-13
i2c: mpc: Remove redundant NULL check
Chris Packham
1
-1
/
+1
2021-04-13
i2c: mpc: drop release for resource allocated with devm_*
Wei Yongjun
1
-6
/
+0
2021-04-10
i2c: mpc: use device managed APIs
Chris Packham
1
-28
/
+18
2021-04-10
i2c: mpc: make interrupt mandatory and remove polling code
Chris Packham
1
-32
/
+19
2021-04-10
i2c: mpc: Make use of i2c_recover_bus()
Chris Packham
1
-2
/
+16
2018-01-15
i2c: mpc: always determine I2C clock prescaler at runtime
Arseny Solokha
1
-22
/
+15
2018-01-15
i2c: mpc: fix PORDEVSR2 mask for MPC8533/44
Arseny Solokha
1
-2
/
+6
2018-01-15
i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxx
Arseny Solokha
1
-3
/
+9
2018-01-15
i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculations
Arseny Solokha
1
-6
/
+6
2017-11-02
i2c: mpc: remove useless variable initialization
Wolfram Sang
1
-1
/
+1
2017-10-27
i2c: mpc: use of_property_read_bool
Julia Lawall
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2015-03-27
i2c: mpc: Fix ISR return value
Amit Tomar
1
-1
/
+2
2015-03-15
i2c: mpc: assign the correct prescaler from SVR
Valentin Longchamp
1
-1
/
+29
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-12
i2c: mpc: report correct I2C error return codes
Danielle Costantino
1
-9
/
+9
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-08
i2c: mpc: delete unneeded test before of_node_put
Julia Lawall
1
-2
/
+1
2014-06-03
i2c: mpc: insert DR read in i2c_fixup()
Valentin Longchamp
1
-1
/
+1
2014-01-24
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-10-10
drivers: clean-up prom.h implicit includes
Rob Herring
1
-0
/
+2
2013-08-28
i2c: mpc: cleanup clock API use
Gerhard Sittig
1
-0
/
+24
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
1
-2
/
+0
2013-08-15
i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-6
/
+7
2013-08-07
i2c: mpc: Define unique I2C adapter names
Guenter Roeck
1
-1
/
+4
2013-06-12
i2c: use platform_{get,set}_drvdata()
Jingoo Han
1
-2
/
+2
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-2
/
+0
[next]