aboutsummaryrefslogtreecommitdiff
path: root/include/linux/i2c.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-30i2c: refactor function to release a DMA safe bufferGravatar Wolfram Sang 1-1/+1
2018-08-24i2c: remove deprecated attach_adapter callbackGravatar Wolfram Sang 1-6/+0
2018-08-08i2c: core: Parse SDA hold time from firmwareGravatar Andy Shevchenko 1-0/+2
2018-08-04i2c: quirks: add zero length checksGravatar Wolfram Sang 1-0/+4
2018-07-17i2c: recovery: add get_bus_free callbackGravatar Wolfram Sang 1-0/+3
2018-07-17i2c: recovery: require either get_sda or set_sdaGravatar Wolfram Sang 1-6/+6
2018-07-13Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Gravatar Wolfram Sang 1-12/+0
2018-07-13i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyGravatar Peter Rosin 1-12/+0
2018-07-03i2c: smbus: add unlocked __i2c_smbus_xfer variantGravatar Peter Rosin 1-3/+8
2018-05-22i2c: Export of_i2c_get_board_info()Gravatar Boris Brezillon 1-0/+10
2018-05-15i2c: Get rid of i2c_board_info->archdataGravatar Boris Brezillon 1-2/+0
2018-03-06i2c: add i2c_get_device_id() to get the standard i2c device idGravatar Peter Rosin 1-0/+30
2018-01-16i2c: add 'set_sda' to bus_recovery_infoGravatar Wolfram Sang 1-0/+4
2018-01-16i2c: add identifier in declarations for i2c_bus_recoveryGravatar Wolfram Sang 1-6/+6
2018-01-16i2c: make kerneldoc about bus recovery more preciseGravatar Wolfram Sang 1-5/+5
2017-12-03i2c: add i2c_master_{send|recv}_dmasafeGravatar Wolfram Sang 1-0/+32
2017-12-03i2c: refactor i2c_master_{send_recv}Gravatar Wolfram Sang 1-4/+30
2017-12-03i2c: add helpers to ease DMA handlingGravatar Wolfram Sang 1-0/+3
2017-11-27i2c: remove legacy integer scl/sda gpio for recoveryGravatar Phil Reid 1-6/+1
2017-11-27i2c: Switch to using gpiod interface for gpio bus recoveryGravatar Phil Reid 1-0/+4
2017-11-27i2c: use macro IS_ENABLED in header i2c.hGravatar Stefan Lengfeld 1-3/+3
2017-10-27i2c: Allow overriding dev_name through board_infoGravatar Hans de Goede 1-0/+2
2017-07-31i2c: rephrase explanation of I2C_CLASS_DEPRECATEDGravatar Wolfram Sang 1-1/+2
2017-07-08i2c: Provide a stub for i2c_detect_slave_mode()Gravatar Andy Shevchenko 1-0/+2
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+5
2017-04-16i2c: core: Allow drivers to disable i2c-core irq mappingGravatar Hans de Goede 1-0/+3
2017-04-16i2c: core: Add new i2c_acpi_new_device helper functionGravatar Hans de Goede 1-0/+7
2017-04-01i2c: allow attaching IRQ resources to i2c_board_infoGravatar Dmitry Torokhov 1-0/+4
2017-04-01i2c: export i2c_client_type structureGravatar Dmitry Torokhov 1-0/+1
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-25Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2017-02-08i2c: allow specify device properties in i2c_board_infoGravatar Dmitry Torokhov 1-0/+3
2017-01-28i2c: core: helper function to detect slave modeGravatar Luis Oliveira 1-0/+1
2017-01-12i2c: do not enable fall back to Host Notify by defaultGravatar Dmitry Torokhov 1-0/+1
2016-11-24i2c: use an IRQ to report Host Notify events, not alertGravatar Benjamin Tissoires 1-0/+4
2016-11-17i2c: Provide a temporary .probe_new() call-back typeGravatar Lee Jones 1-1/+7
2016-11-17i2c: Export i2c_match_id() for direct use by device driversGravatar Lee Jones 1-0/+2
2016-11-17i2c: Match using traditional OF methods, then by vendor-less compatible stringsGravatar Lee Jones 1-0/+12
2016-09-24i2c: export i2c_adapter_depth()Gravatar Bartosz Golaszewski 1-0/+1
2016-08-30i2c: move locking operations to their own structGravatar Peter Rosin 1-7/+18
2016-08-26i2c: core: Add function for finding the bus speed from ACPI, take 2Gravatar Jarkko Nikula 1-0/+9
2016-08-25i2c: add i2c_trylock_bus wrapper, use itGravatar Peter Rosin 1-0/+14
2016-07-19Revert "i2c: core: Add function for finding the bus speed from ACPI"Gravatar Wolfram Sang 1-9/+0
2016-07-14i2c: core: Add function for finding the bus speed from ACPIGravatar Jarkko Nikula 1-0/+9
2016-06-17i2c: smbus: add SMBus Host Notify supportGravatar Benjamin Tissoires 1-0/+3
2016-06-17i2c: add a protocol parameter to the alert callbackGravatar Benjamin Tissoires 1-1/+6
2016-06-13i2c: Add generic support passing secondary devices addressesGravatar Jean-Michel Hautbois 1-0/+5
2016-05-04i2c: mux: relax locking of the top i2c adapter during mux-locked muxingGravatar Peter Rosin 1-0/+1
2016-05-04i2c: allow adapter drivers to override the adapter lockingGravatar Peter Rosin 1-2/+42
2016-04-11i2c: introduce helper function to get 8 bit address from a messageGravatar Wolfram Sang 1-0/+5