index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-pxa.c
Age
Commit message (
Expand
)
Author
2021-10-02
i2c: pxa: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2020-12-09
i2c: pxa: move to generic GPIO recovery
Codrin Ciubotariu
2020-06-03
i2c: pxa: don't error out if there's no pinctrl
Lubomir Rintel
2020-05-20
i2c: pxa: implement generic i2c bus recovery
Russell King
2020-05-12
i2c: pxa: use master-abort for device probes
Russell King
2020-05-12
i2c: pxa: clear all master action bits in i2c_pxa_stop_message()
Russell King
2020-05-12
i2c: pxa: remove some unnecessary debug
Russell King
2020-05-12
i2c: pxa: ensure timeout messages are unique
Russell King
2020-05-12
i2c: pxa: avoid complaints with non-responsive slaves
Russell King
2020-05-12
i2c: pxa: consolidate i2c_pxa_*xfer() implementations
Russell King
2020-05-05
i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition
Russell King
2020-05-05
i2c: pxa: clean up decode_bits()
Russell King
2020-05-05
i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output
Russell King
2020-05-05
i2c: pxa: move DT IDs along side platform IDs
Russell King
2020-05-05
i2c: pxa: move private definitions to i2c-pxa.c
Russell King
2020-05-05
i2c: pxa: always set fm and hs members for each type
Russell King
2020-05-05
i2c: pxa: add and use definitions for IBMR register
Russell King
2020-05-05
i2c: pxa: re-arrange register field definitions
Russell King
2020-05-05
i2c: pxa: re-arrange functions to flow better
Russell King
2020-05-05
i2c: pxa: re-arrange includes to be in alphabetical order
Russell King
2020-05-05
i2c: pxa: remove unneeded includes
Russell King
2020-05-05
i2c: pxa: use official address byte helper
Russell King
2020-04-18
i2c: busses: remove duplicate dev_err()
Dejin Zheng
2019-11-11
i2c: pxa: remove unused i2c-slave APIs
Patrick Williams
2019-11-11
i2c: pxa: migrate to new i2c_slave APIs
Patrick Williams
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-11-28
ARM: pxa: move header file out of I2C realm
Wolfram Sang
2017-07-31
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
Masahiro Yamada
2016-12-01
i2c: pxa: Add support for the I2C units found in Armada 3700
Romain Perier
2016-12-01
i2c: pxa: Add definition of fast and high speed modes via the regs layout
Romain Perier
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
2015-10-25
i2c: pxa: Add support for pxa910/988 & new configuration features
Vaibhav Hiremath
2015-08-10
i2c: pxa: Use devm_ variants in probe function
Vaibhav Hiremath
2015-08-10
i2c: pxa: Update debug function to dump more info on error
Vaibhav Hiremath
2015-08-10
i2c: pxa: Fix compile warning in 64bit mode
Yipeng Yao
2015-08-10
i2c: pxa: Return I2C_RETRY when timeout in pio mode
Shouming Wang
2015-08-10
i2c: pxa: No need to set slave addr for i2c master mode reset
Vaibhav Hiremath
2015-08-10
i2c: pxa: keep i2c irq ON in suspend
Leilei Shang
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-25
i2c: pxa: add support for SCCB devices
Petr Cvek
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-06-02
i2c: Make of_device_id array const
Jingoo Han
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
2013-08-07
i2c: pxa: enable high speed mode for i2c bus
Leilei Shang
2013-06-18
i2c-pxa: prepare clock before use
Daniel Drake
2013-03-24
i2c: pxa: Use i2c-core to get bus number now
Doug Anderson
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
2013-02-22
i2c: pxa: remove incorrect __exit annotations
Dmitry Torokhov
2012-07-30
i2c/i2c-pxa: remove conditional compilation of clk code
Viresh Kumar
[next]