Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a2f54be94f4cbce269bca6188d3fb4310c346fd1
/
drivers
/
i2c
/
busses
/
i2c-at91.c
f30dc52
i2c: at91: fix code checker warnings
by Cyrille Pitchen
· 9 years ago
5e3cfc6
i2c: at91: add support to FIFOs
by Cyrille Pitchen
· 9 years ago
6ce461e
i2c: at91: print hardware version
by Cyrille Pitchen
· 9 years ago
0ef6f32
i2c: at91: add support for new alternative command mode
by Cyrille Pitchen
· 9 years ago
e84cf8f
i2c: at91: use BIT() macro to define register bits
by Cyrille Pitchen
· 9 years ago
93563a6
i2c: at91: fix a race condition when using the DMA controller
by Cyrille Pitchen
· 9 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
· 10 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
· 15 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