Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
f52c97d9df983cc38a8809d0910e5eaba0c180b3
/
include
/
linux
/
i2c.h
93b6604
i2c: Allow recovery of the initial IRQ by an I2C client device.
by Jim Broadus
· 6 years ago
b33a02a
i2c: acpi: Move I2C bits from acpi.h to i2c.h
by Andy Shevchenko
· 6 years ago
9ac6cb5
i2c: add suspended flag and accessors for i2c adapters
by Wolfram Sang
· 6 years ago
82fe39a
i2c: refactor function to release a DMA safe buffer
by Wolfram Sang
· 6 years ago
0c36dd3
i2c: remove deprecated attach_adapter callback
by Wolfram Sang
· 6 years ago
4717be7
i2c: core: Parse SDA hold time from firmware
by Andy Shevchenko
· 6 years ago
d9cfe2c
i2c: quirks: add zero length checks
by Wolfram Sang
· 6 years ago
7ca5f6b
i2c: recovery: add get_bus_free callback
by Wolfram Sang
· 6 years ago
ffc59c4
i2c: recovery: require either get_sda or set_sda
by Wolfram Sang
· 6 years ago
fb2896a
Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19
by Wolfram Sang
· 6 years ago
3f3a89e
i2c: remove i2c_lock_adapter and use i2c_lock_bus directly
by Peter Rosin
· 7 years ago
63453b5
i2c: smbus: add unlocked __i2c_smbus_xfer variant
by Peter Rosin
· 7 years ago
da0086d
i2c: Export of_i2c_get_board_info()
by Boris Brezillon
· 7 years ago
4fad886
i2c: Get rid of i2c_board_info->archdata
by Boris Brezillon
· 7 years ago
dde67eb
i2c: add i2c_get_device_id() to get the standard i2c device id
by Peter Rosin
· 7 years ago
8092178
i2c: add 'set_sda' to bus_recovery_info
by Wolfram Sang
· 7 years ago
6c92204
i2c: add identifier in declarations for i2c_bus_recovery
by Wolfram Sang
· 7 years ago
766a4f2
i2c: make kerneldoc about bus recovery more precise
by Wolfram Sang
· 7 years ago
ba98645
i2c: add i2c_master_{send|recv}_dmasafe
by Wolfram Sang
· 7 years ago
8a91732
i2c: refactor i2c_master_{send_recv}
by Wolfram Sang
· 7 years ago
e94bc5d
i2c: add helpers to ease DMA handling
by Wolfram Sang
· 7 years ago
e1eb7d2
i2c: remove legacy integer scl/sda gpio for recovery
by Phil Reid
· 7 years ago
3991c5c
i2c: Switch to using gpiod interface for gpio bus recovery
by Phil Reid
· 7 years ago
901a891f
i2c: use macro IS_ENABLED in header i2c.h
by Stefan Lengfeld
· 7 years ago
728fe6c
i2c: Allow overriding dev_name through board_info
by Hans de Goede
· 7 years ago
9c80034
i2c: rephrase explanation of I2C_CLASS_DEPRECATED
by Wolfram Sang
· 7 years ago
8f1a357
i2c: Provide a stub for i2c_detect_slave_mode()
by Andy Shevchenko
· 7 years ago
16a12fa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 8 years ago
d1d84bb
i2c: core: Allow drivers to disable i2c-core irq mapping
by Hans de Goede
· 8 years ago
605f8fc
i2c: core: Add new i2c_acpi_new_device helper function
by Hans de Goede
· 8 years ago
4124c4e
i2c: allow attaching IRQ resources to i2c_board_info
by Dmitry Torokhov
· 8 years ago
00a06c2
i2c: export i2c_client_type structure
by Dmitry Torokhov
· 8 years ago
037741a
sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>
by Ingo Molnar
· 8 years ago
7067739
Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
d3e1b61
i2c: allow specify device properties in i2c_board_info
by Dmitry Torokhov
· 8 years ago
cefae80
i2c: core: helper function to detect slave mode
by Luis Oliveira
· 8 years ago
331c342
i2c: do not enable fall back to Host Notify by default
by Dmitry Torokhov
· 8 years ago
4d5538f
i2c: use an IRQ to report Host Notify events, not alert
by Benjamin Tissoires
· 8 years ago
b8a1a4c
i2c: Provide a temporary .probe_new() call-back type
by Lee Jones
· 8 years ago
5f441fc
i2c: Export i2c_match_id() for direct use by device drivers
by Lee Jones
· 8 years ago
298d4de
i2c: Match using traditional OF methods, then by vendor-less compatible strings
by Lee Jones
· 8 years ago
8dd1fe1
i2c: export i2c_adapter_depth()
by Bartosz Golaszewski
· 8 years ago
d1ed798
i2c: move locking operations to their own struct
by Peter Rosin
· 8 years ago
5853b22
i2c: core: Add function for finding the bus speed from ACPI, take 2
by Jarkko Nikula
· 8 years ago
fb79e09
i2c: add i2c_trylock_bus wrapper, use it
by Peter Rosin
· 9 years ago
38d0fc4
Revert "i2c: core: Add function for finding the bus speed from ACPI"
by Wolfram Sang
· 8 years ago
55d38d06
i2c: core: Add function for finding the bus speed from ACPI
by Jarkko Nikula
· 9 years ago
e456cd3
i2c: smbus: add SMBus Host Notify support
by Benjamin Tissoires
· 9 years ago
b4f2105
i2c: add a protocol parameter to the alert callback
by Benjamin Tissoires
· 9 years ago
0f614d8
i2c: Add generic support passing secondary devices addresses
by Jean-Michel Hautbois
· 9 years ago
6ef91fc
i2c: mux: relax locking of the top i2c adapter during mux-locked muxing
by Peter Rosin
· 9 years ago
8320f49
i2c: allow adapter drivers to override the adapter locking
by Peter Rosin
· 9 years ago
a16d6eb
i2c: introduce helper function to get 8 bit address from a message
by Wolfram Sang
· 9 years ago
c698d63
i2c: create builtin_i2c_driver to avoid registration boilerplate
by Paul Gortmaker
· 9 years ago
e1dba01
i2c: add generic routine to parse DT for timing information
by Wolfram Sang
· 9 years ago
cfa576d
i2c: add i2c_check_quirks helper function
by Nicola Corna
· 9 years ago
749de3d
i2c: add i2c quirk flag for unsupported clock stretching
by Nicola Corna
· 9 years ago
01eef96
i2c: core: Add support for best effort block read emulation
by Irina Tirdea
· 9 years ago
c5ebb38
i2c: add a flag to mark clients as slaves
by Wolfram Sang
· 10 years ago
48e9743
i2c: core: add and export of_get_i2c_adapter_by_node() interface
by Vladimir Zapolskiy
· 9 years ago
2481bc7
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
2b2190a
i2c: change input parameter to i2c_adapter for prepare/unprepare_recovery
by Grygorii Strashko
· 10 years ago
5b77d16
i2c: slave: rework the slave API
by Wolfram Sang
· 10 years ago
ce79348
driver core / ACPI: Represent ACPI companions using fwnode_handle
by Rafael J. Wysocki
· 10 years ago
2187f03
i2c: add quirk structure to describe adapter flaws
by Wolfram Sang
· 10 years ago
2953245
Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
d5fd120
i2c: Only include slave support if selected
by Jean Delvare
· 10 years ago
523c5b8
i2c: Remove support for legacy PM
by Lars-Peter Clausen
· 10 years ago
9689519
Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
4b1acc4
i2c: core changes for slave support
by Wolfram Sang
· 10 years ago
f353d71
treewide: Fix typo in Documentation/DocBook/device-drivers
by Masanari Iida
· 10 years ago
17f4a5c
i2c: move acpi code back into the core
by Wolfram Sang
· 10 years ago
3660475
i2c: rework kernel config I2C_ACPI
by Lan Tianyu
· 10 years ago
da3c664
I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI config
by Lan Tianyu
· 11 years ago
5d98e61
I2C/ACPI: Add i2c ACPI operation region support
by Lan Tianyu
· 11 years ago
0c17617
i2c: add deprecation warning for class based instantiation
by Wolfram Sang
· 11 years ago
25ee33f
i2c: update i2c_algorithm documentation
by Ben Dooks
· 11 years ago
2fac2b8
i2c: Re-instate body of i2c_parent_is_i2c_adapter()
by Stephen Warren
· 11 years ago
0acc2b3
i2c: Remove redundant 'driver' field from the i2c_client struct
by Lars-Peter Clausen
· 11 years ago
55e71ed
i2c: move ACPI helpers into the core
by Mika Westerberg
· 11 years ago
687b81d
i2c: move OF helpers into the core
by Wolfram Sang
· 11 years ago
3923172
i2c: reduce parent checking to a NOOP in non-I2C_MUX case
by Phil Carmody
· 12 years ago
7154630
i2c: Make return type of i2c_del_adapter() void
by Lars-Peter Clausen
· 12 years ago
19baba4
i2c: Remove detach_adapter
by Lars-Peter Clausen
· 12 years ago
5f9296b
i2c: Add bus recovery infrastructure
by Viresh Kumar
· 13 years ago
907ddf8
i2c / ACPI: add ACPI enumeration support
by Mika Westerberg
· 12 years ago
607ca46
UAPI: (Scripted) Disintegrate include/linux
by David Howells
· 12 years ago
0ec1386
i2c: Correct struct i2c_driver doc about detection
by Vivien Didelot
· 12 years ago
6df419e
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 12 years ago
d47726c
i2c: Add SCCB support
by Laurent Pinchart
· 12 years ago
b37d2a3
[media] i2c: Export an unlocked flavor of i2c_transfer
by Jean Delvare
· 13 years ago
14674e7
i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING
by Mark Brown
· 13 years ago
643dd09
i2c: implement i2c_verify_adapter
by Stephen Warren
· 13 years ago
5694f8a
i2c: Update the FSF address
by Jean Delvare
· 13 years ago
ff4b8a5
Merge branch 'driver-core-next' into Linux 3.2
by Greg Kroah-Hartman
· 13 years ago
6782002
i2c: Delete ANY_I2C_BUS
by Jean Delvare
· 13 years ago
7c92784
I2C: Add helper macro for i2c_driver boilerplate
by Lars-Peter Clausen
· 13 years ago
de47725
include: replace linux/module.h with "struct module" wherever possible
by Paul Gortmaker
· 14 years ago
eb5589a
include: convert various register fcns to macros to avoid include chaining
by Paul Gortmaker
· 14 years ago
06a6784
i2c: Functions for byte-swapped smbus_write/read_word_data
by Jonathan Cameron
· 13 years ago
Next »