index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-ocores.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: busses: i2c-ocores: Place the expected function names into the documenta...
Lee Jones
2021-05-27
1
-4
/
+4
*
i2c: ocores: Avoid false-positive error log message.
Stefan Lässer
2020-12-03
1
-1
/
+1
*
i2c: ocores: fix polling mode workaround on FU540-C000 SoC
Sagar Shrikant Kadam
2020-11-03
1
-12
/
+11
*
i2c: ocores: convert to use i2c_new_client_device()
Wolfram Sang
2020-01-15
1
-1
/
+1
*
i2c: ocores: use request_any_context_irq() to register IRQ handler
Federico Vaga
2019-08-29
1
-2
/
+3
*
i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoC
Sagar Shrikant Kadam
2019-06-14
1
-2
/
+22
*
i2c: ocores: add support for i2c device on Sifive FU540-c000 SoC
Sagar Shrikant Kadam
2019-06-14
1
-0
/
+9
*
i2c: ocores: enable atomic xfers
Wolfram Sang
2019-04-16
1
-0
/
+1
*
i2c: ocores: refactor setup for polling
Wolfram Sang
2019-04-16
1
-11
/
+4
*
i2c: ocores: turn incomplete kdoc into a comment
Wolfram Sang
2019-02-24
1
-3
/
+3
*
i2c: ocores: Add support for bus clock via platform data
Andrew Lunn
2019-02-14
1
-1
/
+4
*
i2c: ocores: Add support for IO mapper registers.
Andrew Lunn
2019-02-14
1
-3
/
+29
*
i2c: ocores: checkpatch fixes
Federico Vaga
2019-02-14
1
-11
/
+18
*
i2c: ocores: add SPDX tag
Federico Vaga
2019-02-14
1
-4
/
+1
*
i2c: ocores: add polling interface
Federico Vaga
2019-02-14
1
-21
/
+161
*
i2c: ocores: do not handle IRQ if IF is not set
Federico Vaga
2019-02-14
1
-3
/
+6
*
i2c: ocores: stop transfer on timeout
Federico Vaga
2019-02-14
1
-9
/
+45
*
i2c: ocores: update my email address
Peter Korsgaard
2018-08-24
1
-2
/
+2
*
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-06-14
1
-5
/
+2
|
\
|
*
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
2018-05-29
1
-4
/
+1
|
*
i2c: ocores: move header to platform_data
Wolfram Sang
2018-05-17
1
-1
/
+1
*
|
i2c: ocores: update HDL sources URL
Federico Vaga
2018-05-29
1
-1
/
+1
|
/
*
i2c: busses: make i2c_adapter const
Bhumika Goyal
2017-08-29
1
-1
/
+1
*
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-08-22
1
-3
/
+1
*
i2c: ocores: add missed clk_disable_unprepare() on failure paths
Alexey Khoroshilov
2016-08-15
1
-4
/
+10
*
i2c: ocores: use new 8 bit address helper function
Wolfram Sang
2016-04-11
1
-4
/
+1
*
i2c: ocores: support big-endian register layout
Max Filippov
2015-10-20
1
-4
/
+27
*
i2c: ocores: rework clk code to handle NULL cookie
Wolfram Sang
2015-02-20
1
-14
/
+21
*
i2c: ocores: add common clock support
Max Filippov
2015-02-05
1
-1
/
+32
*
i2c: ocores: fix clock-frequency binding usage
Max Filippov
2015-02-05
1
-13
/
+42
*
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
i2c: i2c-ocores: Drop class based scanning to improve bootup time
Wolfram Sang
2014-07-16
1
-6
/
+6
*
i2c: Make of_device_id array const
Jingoo Han
2014-06-02
1
-1
/
+1
*
i2c: i2c-ocores: deprecate class based instantiation
Wolfram Sang
2014-03-05
1
-1
/
+1
*
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-24
1
-1
/
+0
*
i2c: move OF helpers into the core
Wolfram Sang
2013-08-23
1
-3
/
+0
*
i2c: use dev_get_platdata()
Jingoo Han
2013-08-19
1
-1
/
+1
*
drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resource
Julia Lawall
2013-08-15
1
-4
/
+1
*
i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-08-15
1
-1
/
+1
*
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-02-26
1
-2
/
+1
|
\
|
*
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
2013-02-22
1
-1
/
+0
|
*
i2c: ocores: Fix pointer to integer cast warning
Jayachandran C
2013-02-21
1
-1
/
+1
*
|
i2c: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-24
1
-3
/
+4
|
/
*
i2c: remove __dev* attributes from subsystem
Bill Pemberton
2012-12-22
1
-3
/
+3
*
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
2012-12-18
1
-35
/
+129
|
\
|
*
i2c: ocores: Move grlib set/get functions into #ifdef CONFIG_OF block
Andreas Larsson
2012-11-22
1
-34
/
+34
|
*
i2c: ocores: Add support for the GRLIB port of the controller and use functio...
Andreas Larsson
2012-11-16
1
-18
/
+120
|
*
i2c: ocores: Add irq support for sparc
Andreas Larsson
2012-11-16
1
-5
/
+6
|
*
i2c: ocores: Use devm_request_and_ioremap()
Thierry Reding
2012-11-13
1
-12
/
+3
*
|
bindings: i2c: use consistent naming for i2c binding descriptions
Wolfram Sang
2012-11-15
1
-4
/
+0
|
/
[next]