index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-pxa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: don't use ',' after delimiters
Wolfram Sang
2024-09-10
1
-1
/
+1
*
i2c: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-07-09
1
-0
/
+1
*
i2c: pxa: use 'time_left' variable with wait_event_timeout()
Wolfram Sang
2024-05-06
1
-7
/
+7
*
i2c: pxa: hide unused icr_bits[] variable
Arnd Bergmann
2024-04-04
1
-1
/
+1
*
Revert "i2c: pxa: move to generic GPIO recovery"
Robert Marko
2023-11-13
1
-8
/
+68
*
i2c: Use device_get_match_data()
Rob Herring
2023-10-10
1
-4
/
+3
*
i2c: pxa: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
1
-3
/
+2
*
i2c: pxa: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-4
/
+3
*
i2c: pxa: Remove #ifdef guards for PM related functions
Paul Cercueil
2023-08-08
1
-7
/
+1
*
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-05
1
-4
/
+2
*
i2c: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-16
1
-4
/
+2
*
i2c: move drivers from strlcpy to strscpy
Wolfram Sang
2022-08-11
1
-1
/
+1
*
i2c: pxa: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2021-10-02
1
-1
/
+0
*
i2c: pxa: move to generic GPIO recovery
Codrin Ciubotariu
2020-12-09
1
-68
/
+8
*
i2c: pxa: don't error out if there's no pinctrl
Lubomir Rintel
2020-06-03
1
-0
/
+2
*
i2c: pxa: implement generic i2c bus recovery
Russell King
2020-05-20
1
-17
/
+159
*
i2c: pxa: use master-abort for device probes
Russell King
2020-05-12
1
-8
/
+2
*
i2c: pxa: clear all master action bits in i2c_pxa_stop_message()
Russell King
2020-05-12
1
-4
/
+2
*
i2c: pxa: remove some unnecessary debug
Russell King
2020-05-12
1
-3
/
+1
*
i2c: pxa: ensure timeout messages are unique
Russell King
2020-05-12
1
-3
/
+3
*
i2c: pxa: avoid complaints with non-responsive slaves
Russell King
2020-05-12
1
-4
/
+8
*
i2c: pxa: consolidate i2c_pxa_*xfer() implementations
Russell King
2020-05-12
1
-20
/
+16
*
i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition
Russell King
2020-05-05
1
-5
/
+12
*
i2c: pxa: clean up decode_bits()
Russell King
2020-05-05
1
-4
/
+3
*
i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output
Russell King
2020-05-05
1
-4
/
+3
*
i2c: pxa: move DT IDs along side platform IDs
Russell King
2020-05-05
1
-9
/
+9
*
i2c: pxa: move private definitions to i2c-pxa.c
Russell King
2020-05-05
1
-0
/
+43
*
i2c: pxa: always set fm and hs members for each type
Russell King
2020-05-05
1
-2
/
+10
*
i2c: pxa: add and use definitions for IBMR register
Russell King
2020-05-05
1
-4
/
+8
*
i2c: pxa: re-arrange register field definitions
Russell King
2020-05-05
1
-60
/
+53
*
i2c: pxa: re-arrange functions to flow better
Russell King
2020-05-05
1
-163
/
+162
*
i2c: pxa: re-arrange includes to be in alphabetical order
Russell King
2020-05-05
1
-8
/
+8
*
i2c: pxa: remove unneeded includes
Russell King
2020-05-05
1
-4
/
+0
*
i2c: pxa: use official address byte helper
Russell King
2020-05-05
1
-14
/
+4
*
i2c: busses: remove duplicate dev_err()
Dejin Zheng
2020-04-18
1
-3
/
+1
*
i2c: pxa: remove unused i2c-slave APIs
Patrick Williams
2019-11-11
1
-1
/
+0
*
i2c: pxa: migrate to new i2c_slave APIs
Patrick Williams
2019-11-11
1
-14
/
+60
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
ARM: pxa: move header file out of I2C realm
Wolfram Sang
2017-11-28
1
-1
/
+1
*
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
Masahiro Yamada
2017-07-31
1
-4
/
+2
*
i2c: pxa: Add support for the I2C units found in Armada 3700
Romain Perier
2016-12-01
1
-0
/
+15
*
i2c: pxa: Add definition of fast and high speed modes via the regs layout
Romain Perier
2016-12-01
1
-2
/
+9
*
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-08-22
1
-3
/
+1
*
i2c: pxa: Add support for pxa910/988 & new configuration features
Vaibhav Hiremath
2015-10-25
1
-1
/
+40
*
i2c: pxa: Use devm_ variants in probe function
Vaibhav Hiremath
2015-08-10
1
-51
/
+26
*
i2c: pxa: Update debug function to dump more info on error
Vaibhav Hiremath
2015-08-10
1
-7
/
+15
*
i2c: pxa: Fix compile warning in 64bit mode
Yipeng Yao
2015-08-10
1
-1
/
+3
*
i2c: pxa: Return I2C_RETRY when timeout in pio mode
Shouming Wang
2015-08-10
1
-1
/
+3
*
i2c: pxa: No need to set slave addr for i2c master mode reset
Vaibhav Hiremath
2015-08-10
1
-1
/
+1
*
i2c: pxa: keep i2c irq ON in suspend
Leilei Shang
2015-08-10
1
-2
/
+3
[next]