Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
2586d61f81ea4d84e325cbde2b316c9a8ca43e38
/
drivers
/
i2c
/
busses
/
i2c-rcar.c
6aabf9d
i2c: rcar: use dma_request_chan()
by Niklas Söderlund
· 9 years ago
73e8b05
i2c: rcar: add DMA support
by Niklas Söderlund
· 9 years ago
69e558f
i2c: rcar: don't open code of_device_get_match_data()
by Wolfram Sang
· 9 years ago
32250e4
Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
7ee24eb
i2c: rcar: disable PM in multi-master mode
by Wolfram Sang
· 9 years ago
42c0783
i2c: rcar: remove macros dealing with flags
by Wolfram Sang
· 9 years ago
b4cd08a
i2c: rcar: disable runtime PM correctly in slave mode
by Wolfram Sang
· 9 years ago
ca68ead
i2c: rcar: honor additional i2c timings from DT
by Wolfram Sang
· 9 years ago
c788187
i2c: rcar: switch to i2c generic dt parsing
by Wolfram Sang
· 9 years ago
f9c9d31
i2c: rcar: refactor probe function a little
by Wolfram Sang
· 9 years ago
e49865d
i2c: rcar: handle difference in setting up non-first message
by Wolfram Sang
· 9 years ago
3c2b1ff
i2c: rcar: clean up after refactoring
by Wolfram Sang
· 9 years ago
52df445
i2c: rcar: revoke START request early
by Wolfram Sang
· 9 years ago
c3be0af1
i2c: rcar: check master irqs before slave irqs
by Wolfram Sang
· 9 years ago
d89667b
i2c: rcar: don't issue stop when HW does it automatically
by Wolfram Sang
· 9 years ago
cc21d0b
i2c: rcar: init new messages in irq
by Wolfram Sang
· 9 years ago
b9d0684c
i2c: rcar: refactor setup of a msg
by Wolfram Sang
· 9 years ago
ff2316b
i2c: rcar: remove spinlock
by Wolfram Sang
· 9 years ago
90f779e
i2c: rcar: remove unused IOERROR state
by Wolfram Sang
· 9 years ago
2c78cdc
i2c: rcar: rework hw init
by Wolfram Sang
· 9 years ago
e43e0df
i2c: rcar: make sure clocks are on when doing clock calculation
by Wolfram Sang
· 9 years ago
d55fc37
Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
75ecc64
i2c: rcar: Revert the latest refactoring series
by Wolfram Sang
· 9 years ago
c6f1891
i2c: rcar: Remove obsolete platform data support
by Geert Uytterhoeven
· 9 years ago
e7db0d3
i2c: rcar: add support for r8a7795 (R-Car H3)
by Wolfram Sang
· 9 years ago
4f7effd
i2c: rcar: enable RuntimePM before registering to the core
by Wolfram Sang
· 9 years ago
708ca40
i2c: rcar: clean up after refactoring
by Wolfram Sang
· 9 years ago
e5a7eff
i2c: rcar: revoke START request early
by Wolfram Sang
· 9 years ago
2151ba7
i2c: rcar: check master irqs before slave irqs
by Wolfram Sang
· 9 years ago
315a173
i2c: rcar: don't issue stop when HW does it automatically
by Wolfram Sang
· 9 years ago
2bc3c5a
i2c: rcar: init new messages in irq
by Wolfram Sang
· 9 years ago
344beeb
i2c: rcar: refactor setup of a msg
by Wolfram Sang
· 9 years ago
738206de
i2c: rcar: remove spinlock
by Wolfram Sang
· 9 years ago
59daef9
i2c: rcar: remove unused IOERROR state
by Wolfram Sang
· 9 years ago
93c659d
i2c: rcar: rework hw init
by Wolfram Sang
· 9 years ago
b6763d0
i2c: rcar: use proper type for timeout
by Wolfram Sang
· 10 years ago
efd2c61
i2c: rcar: use adapter default for timeout
by Wolfram Sang
· 10 years ago
1fb2ad9
i2c: rcar: report slave capabilities to users
by Wolfram Sang
· 10 years ago
e9a02a3
i2c: constify platform_device_id
by Krzysztof Kozlowski
· 10 years ago
5b77d16
i2c: slave: rework the slave API
by Wolfram Sang
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
de20d18
i2c: rcar: add slave support
by Wolfram Sang
· 10 years ago
1ecc433
i2c: busses: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
22762cc
i2c: rcar: remove sign-compare flaw
by Wolfram Sang
· 10 years ago
aa5beaf
i2c: rcar: check for no IRQ in rcar_i2c_irq()
by Sergei Shtylyov
· 10 years ago
7c7117f
i2c: rcar: make rcar_i2c_prepare_msg() *void*
by Sergei Shtylyov
· 10 years ago
c30d766
i2c: rcar: simplify check for last message
by Sergei Shtylyov
· 10 years ago
938916f
i2c: rcar: fix RCAR_IRQ_ACK_{RECV|SEND}
by Sergei Shtylyov
· 10 years ago
91bfe29
Revert "i2c: rcar: remove spinlock"
by Sergei Shtylyov
· 10 years ago
dd318b0
i2c: rcar: fix MNR interrupt handling
by Sergei Shtylyov
· 10 years ago
929e3aba
i2c: i2c-rcar: Drop class based scanning to improve bootup time
by Wolfram Sang
· 11 years ago
46797a2
i2c: remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
3d99bea
i2c: rcar: update copyright and license information
by Wolfram Sang
· 11 years ago
51371cd
i2c: rcar: janitorial cleanup after refactoring
by Wolfram Sang
· 11 years ago
3e3aaba
i2c: rcar: reuse status bits as enable bits
by Wolfram Sang
· 11 years ago
150b8be
i2c: rcar: remove spinlock
by Wolfram Sang
· 11 years ago
3c95de6
i2c: rcar: refactor status bit handling
by Wolfram Sang
· 11 years ago
386babf
i2c: rcar: refactor setting up msg
by Wolfram Sang
· 11 years ago
3f7de22
i2c: rcar: check bus free before first message
by Wolfram Sang
· 11 years ago
f238224
i2c: rcar: refactor irq state machine
by Wolfram Sang
· 11 years ago
4f443a8
i2c: rcar: refactor bus state machine
by Wolfram Sang
· 11 years ago
93e953d
i2c: rcar: no need to store irq number
by Wolfram Sang
· 11 years ago
1c176d5
i2c: rcar: not everything needs to be a function
by Wolfram Sang
· 11 years ago
819a395
i2c: rcar: add compatibles for additional SoC
by Wolfram Sang
· 11 years ago
d765396
i2c: rcar: bail out on zero length transfers
by Wolfram Sang
· 11 years ago
96c4b6b
i2c: i2c-rcar: deprecate class based instantiation
by Wolfram Sang
· 11 years ago
e893645
i2c: rcar: add compatible entry for r8a7791
by Wolfram Sang
· 11 years ago
6ff4b105
i2c: rcar: fix NACK error code
by Ben Dooks
· 11 years ago
bc8120f
i2c: rcar: use devm_clk_get to ensure clock is properly ref-counted
by Ben Dooks
· 11 years ago
770540f
i2c: rcar: do not print error if device nacks transfer
by Ben Dooks
· 11 years ago
21d0b7c
i2c: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
043a3f1
i2c: rcar: fixup rcar type naming
by Kuninori Morimoto
· 11 years ago
991e7ec
i2c: rcar: use per-device clock
by Guennadi Liakhovetski
· 11 years ago
330c824
i2c: rcar: fix clk_get() error handling
by Guennadi Liakhovetski
· 11 years ago
7679c0e
i2c: rcar: add Device Tree support
by Guennadi Liakhovetski
· 11 years ago
8d04940
i2c: rcar: get clock rate only once and simplify calculation
by Guennadi Liakhovetski
· 11 years ago
14d32f1
i2c: rcar: (cosmetic) remove superfluous parenthesis
by Guennadi Liakhovetski
· 11 years ago
b720423
i2c: rcar: add rcar-H2 support
by Nguyen Viet Dung
· 11 years ago
6d4028c
i2c: use dev_get_platdata()
by Jingoo Han
· 11 years ago
3cc2d00
drivers/i2c/busses: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 12 years ago
84dbf80
i2c: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
0b255e9
i2c: remove __dev* attributes from subsystem
by Bill Pemberton
· 12 years ago
45fd5e4
i2c: rcar: fix section mismatch
by Wolfram Sang
· 12 years ago
b53f4ba
i2c: rcar: used devm_request_and_ioremap() instead of devm_ioremap()
by Kuninori Morimoto
· 12 years ago
6ccbe60
i2c: add Renesas R-Car I2C driver
by Kuninori Morimoto
· 12 years ago