Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
e764a1e32337aaf325fc5b14a5bbd06eabba4699
/
drivers
/
i2c
/
busses
/
i2c-at91-master.c
543aa2c
i2c: at91: Move to generic GPIO bus recovery
by Codrin Ciubotariu
· 4 years, 5 months ago
f89c326
Merge branch 'i2c/for-current-fixed' into i2c/for-5.8
by Wolfram Sang
· 4 years, 8 months ago
7d66976
i2c: at91: Fix pinmux after devm_gpiod_get() for bus recovery
by Codrin Ciubotariu
· 4 years, 9 months ago
73371d5
i2c: at91: Send bus clear command if SDA is down
by Codrin Ciubotariu
· 4 years, 11 months ago
d3d3fdc
i2c: at91: implement i2c bus recovery
by Kamel Bouhara
· 5 years ago
a2b0e39
i2c: at91: Use dma_request_chan() directly for channel request
by Peter Ujfalusi
· 5 years ago
dda9671
i2c: at91: add support for analog filtering
by Eugen Hristev
· 5 years ago
2be357a
i2c: at91: add support for advanced digital filtering
by Eugen Hristev
· 5 years ago
2989b45
i2c: at91: add support for digital filtering
by Eugen Hristev
· 5 years ago
d12e3aa
i2c: at91: disable TXRDY interrupt after sending data
by Michał Mirosław
· 5 years ago
265bd82
i2c: at91: Convert to use struct i2c_timings
by Andy Shevchenko
· 6 years ago
ad7d142
i2c: at91: split driver into core and master file
by Juergen Fitschen
· 6 years ago
[Renamed (66%) from drivers/i2c/busses/i2c-at91.c]
07345ab
i2c: at91: segregate master mode specific code from probe and init func
by Juergen Fitschen
· 6 years ago
e8f39e9
i2c: at91: Read all available bytes at once
by David Engraf
· 7 years ago
ae3923a
i2c: busses: make i2c_adapter_quirks const
by Bhumika Goyal
· 7 years ago
f27e780
i2c: at91: Fix compilation warning.
by Arvind Yadav
· 8 years ago
56a6cb8
i2c: at91: Handle return value of clk_prepare_enable
by Arvind Yadav
· 8 years ago
e3ccc92
i2c: at91: ensure state is restored after suspending
by Alexandre Belloni
· 8 years ago
92d9d0d
i2c: busses: constify i2c_algorithm structures
by Bhumika Goyal
· 8 years ago
ea73440
i2c: don't print error when adding adapter fails
by Wolfram Sang
· 8 years ago
434f14e
i2c: at91: fix support of the "alternative command" feature
by Cyrille Pitchen
· 8 years ago
67fed0d
i2c: at91: change log when dma configuration fails
by Ludovic Desroches
· 9 years ago
cc018e3
i2c: at91: add support for the HOLD field
by Ludovic Desroches
· 9 years ago
a9bed6b
i2c: at91: manage unexpected RXRDY flag when starting a transfer
by Ludovic Desroches
· 9 years ago
6f6ddbb
i2c: at91: fix write transfers by clearing pending interrupt first
by Cyrille Pitchen
· 9 years ago
f30dc52
i2c: at91: fix code checker warnings
by Cyrille Pitchen
· 10 years ago
5e3cfc6
i2c: at91: add support to FIFOs
by Cyrille Pitchen
· 10 years ago
6ce461e
i2c: at91: print hardware version
by Cyrille Pitchen
· 10 years ago
0ef6f32
i2c: at91: add support for new alternative command mode
by Cyrille Pitchen
· 10 years ago
e84cf8f
i2c: at91: use BIT() macro to define register bits
by Cyrille Pitchen
· 10 years ago
93563a6
i2c: at91: fix a race condition when using the DMA controller
by Cyrille Pitchen
· 10 years ago
1c42aca
i2c: at91: fixup return type of wait_for_completion_timeout
by Nicholas Mc Guire
· 10 years ago
a740584
i2c: at91: make use of the new infrastructure for quirks
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
727f9c2
i2c: at91: enable probe deferring on dma channel request
by Ludovic Desroches
· 10 years ago
dc6df6e
i2c: at91: remove legacy DMA support
by Arnd Bergmann
· 10 years ago
62d10c4
i2c: at91: adopt pinctrl support
by Wenyou Yang
· 10 years ago
3676529
i2c: at91: add support for system PM
by Wenyou Yang
· 10 years ago
d64a818
i2c: at91: add support for runtime PM
by Wenyou Yang
· 10 years ago
11cfbfb
i2c: at91: don't account as iowait
by Wolfram Sang
· 10 years ago
1ecc433
i2c: busses: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
75b81f3
i2c: at91: add bound checking on SMBus block length bytes
by Marek Roszko
· 10 years ago
6721f28
i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.
by Simon Lindgren
· 10 years ago
28772ac
drivers/i2c/busses: use correct type for dma_map/unmap
by Wolfram Sang
· 10 years ago
b850579
i2c: i2c-at91: Drop class based scanning to improve bootup time
by Wolfram Sang
· 11 years ago
75b6c4b
i2c: at91: Add device tree property to set clock-frequency
by Marek Roszko
· 11 years ago
4880eef
i2c: i2c-at91: deprecate class based instantiation
by Wolfram Sang
· 11 years ago
d9a3afc
i2c: at91: add a new compatibility string for the at91sam9261
by jean-jacques hiblot
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
687b81d
i2c: move OF helpers into the core
by Wolfram Sang
· 11 years ago
d877a72
i2c: at91: convert to dma_request_slave_channel_compat()
by Ludovic Desroches
· 12 years ago
bf51a8c
i2c: Ignore return value of i2c_del_adapter()
by Lars-Peter Clausen
· 12 years ago
600abea
i2c: at91: Use of_match_ptr() macro
by Sachin Kamat
· 12 years ago
52caa59
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 12 years ago
4182b43
i2c: at91: fix unsed variable warning when building with !CONFIG_OF
by Joachim Eastwood
· 12 years ago
631056c
i2c: at91: add of_device_id entry for at91rm9200
by Joachim Eastwood
· 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
60937b2
i2c: at91: add dma support
by Ludovic Desroches
· 12 years ago
5f43381
i2c: at91: change struct members indentation
by Ludovic Desroches
· 12 years ago
cd32e6c
i2c: at91: fix compilation warning
by Ludovic Desroches
· 12 years ago
7c3fe64
i2c: at91: fix SMBus quick command
by Ludovic Desroches
· 12 years ago
70d46a2
i2c: at91: add dt support to i2c-at91
by Ludovic Desroches
· 12 years ago
fac368a
i2c: at91: add new driver
by Nikolaus Voss
· 13 years ago
a879e9c
i2c: at91: remove old polling driver
by Nikolaus Voss
· 13 years ago
f277d27
i2c-at91: Use struct dev_pm_ops for power management
by Rafael J. Wysocki
· 12 years ago
a3664b5
i2c/busses: Use module_platform_driver()
by Axel Lin
· 13 years ago
2178218
i2c: Use <linux/io.h> instead of <asm/io.h>
by H Hartley Sweeten
· 15 years ago
c6ffdde
i2c: Use resource_size macro
by Linus Walleij
· 16 years ago
66c7acf
i2c: Use snprintf to set adapter names
by Jean Delvare
· 16 years ago
7a8fc9b
removed unused #include <linux/version.h>'s
by Adrian Bunk
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
add8eda
i2c: Fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
96acafe
i2c: Spelling fixes
by Joe Perches
· 17 years ago
c91e23c
i2c-at91: compile fix (IS_ERR)
by Alexey Dobriyan
· 18 years ago
6e99806
i2c-at91 supports new-style i2c drivers
by David Brownell
· 18 years ago
6473d16
PCI: Cleanup the includes of <linux/pci.h>
by Jean Delvare
· 18 years ago
813e30e
i2c: New Atmel AT91 bus driver
by Andrew Victor
· 18 years ago