Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
27524ff8cd6c28ea3735f80f0374e0fc5494768f
/
drivers
/
i2c
/
busses
/
i2c-pxa.c
c5fa6fc
i2c: pxa: Add support for pxa910/988 & new configuration features
by Vaibhav Hiremath
· 9 years ago
51fcce8
i2c: pxa: Use devm_ variants in probe function
by Vaibhav Hiremath
· 10 years ago
3a2dc16
i2c: pxa: Update debug function to dump more info on error
by Vaibhav Hiremath
· 10 years ago
e2b498f
i2c: pxa: Fix compile warning in 64bit mode
by Yipeng Yao
· 10 years ago
8bd75bd
i2c: pxa: Return I2C_RETRY when timeout in pio mode
by Shouming Wang
· 10 years ago
e087b42
i2c: pxa: No need to set slave addr for i2c master mode reset
by Vaibhav Hiremath
· 10 years ago
abf8a1f
i2c: pxa: keep i2c irq ON in suspend
by Leilei Shang
· 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
86261fd
i2c: pxa: add support for SCCB devices
by Petr Cvek
· 10 years ago
1ecc433
i2c: busses: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
eae45e5
i2c: Make of_device_id array const
by Jingoo Han
· 11 years ago
687b81d
i2c: move OF helpers into the core
by Wolfram Sang
· 12 years ago
6d4028c
i2c: use dev_get_platdata()
by Jingoo Han
· 11 years ago
9d3dda5
i2c: pxa: enable high speed mode for i2c bus
by Leilei Shang
· 12 years ago
7a10f47
i2c-pxa: prepare clock before use
by Daniel Drake
· 12 years ago
fe69c55
i2c: pxa: Use i2c-core to get bus number now
by Doug Anderson
· 12 years ago
55827f4
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
by Doug Anderson
· 12 years ago
0a6d224
i2c: pxa: remove incorrect __exit annotations
by Dmitry Torokhov
· 12 years ago
dd995c9
i2c/i2c-pxa: remove conditional compilation of clk code
by Viresh Kumar
· 12 years ago
bc414b7
i2c-pxa: Drop leftover comment
by Karol Lewandowski
· 13 years ago
63fe122
i2c: pxa: add OF support
by Haojian Zhuang
· 13 years ago
488bf31
i2c: Allow i2c_add_numbered_adapter() to assign a bus id
by Grant Likely
· 13 years ago
97491ba
i2c-pxa2xx: Don't clear isr bits too early
by Vasily Khoruzhick
· 14 years ago
23e74a8
i2c-pxa2xx: Fix register offsets
by Vasily Khoruzhick
· 14 years ago
baa8cab
i2c-pxa2xx: pass of_node from platform driver to adapter and publish
by Sebastian Andrzej Siewior
· 14 years ago
93c92cf
i2c-pxa2xx: check timeout correctly
by Sebastian Andrzej Siewior
· 14 years ago
c66dc52
i2c-pxa2xx: add support for shared IRQ handler
by Sebastian Andrzej Siewior
· 14 years ago
7e94dd1
i2c-pxa2xx: Add PCI support for PXA I2C controller
by Sebastian Andrzej Siewior
· 14 years ago
b459396
ARM: pxa2xx: reorganize I2C files
by Sebastian Andrzej Siewior
· 14 years ago
d6668c7
i2c-pxa2xx: use dynamic register layout
by Sebastian Andrzej Siewior
· 14 years ago
a8d7be8
i2c: Remove unneeded inclusions of <linux/i2c-id.h>
by Jean Delvare
· 14 years ago
21e2ecf
i2c-pxa: fix compiler warning, due to missing const
by Marc Kleine-Budde
· 15 years ago
2178218
i2c: Use <linux/io.h> instead of <asm/io.h>
by H Hartley Sweeten
· 15 years ago
0d813d9
i2c-pxa: only define 'blue_murder'-function if DEBUG is #defined
by Wolfram Sang
· 15 years ago
29412e6
i2c-pxa: remove unused macro
by Uwe Kleine-König
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3ad2f3fb
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
57f4d4f
I2C: Rework i2c-pxa suspend_late()/resume_early()
by Magnus Damm
· 16 years ago
c6ffdde
i2c: Use resource_size macro
by Linus Walleij
· 16 years ago
f0a8370
[ARM] pxa: move mach/i2c.h to plat/i2c.h
by Eric Miao
· 16 years ago
f23d491
[ARM] pxa: add platform device ID table to pxa i2c driver
by Eric Miao
· 16 years ago
d10db3a
i2c-pxa.c: timeouts off by 1
by Roel Kluin
· 16 years ago
154d22b
i2c: Add missing KERN_* constants to printks
by Frank Seidel
· 16 years ago
a746b57
i2c: Timeouts reach -1
by Roel Kluin
· 16 years ago
22e965c
i2c: Get rid of remaining bus_id access
by Jean Delvare
· 16 years ago
e0d8b13
[ARM] pxa: don't pass a consumer clock name for devices with unique clocks
by Russell King
· 16 years ago
283afa0
[ARM] pxa: move i2c register and bit definitions into i2c-pxa.c
by Eric Miao
· 16 years ago
c46c948
[ARM] 5278/1: i2c-pxa fast mode support
by Jonathan Cameron
· 16 years ago
e7d48fa
[I2C] pxa: provide late suspend and early resume hooks
by Russell King
· 16 years ago
387fa6a
[ARM] 5203/1: i2c-pxa: fix scheduling while atomic in i2c_pxa_abort()
by Dmitry Baryshkov
· 16 years ago
9ba63c4
[ARM] 5201/1: PXA3xx: Add support for power i2c bus
by Mike Rapoport
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
be50972
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
by Russell King
· 16 years ago
dc221ea
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
by Linus Torvalds
· 17 years ago
47a9b13
i2c-pxa: Initialize early
by Uli Luckas
· 17 years ago
fdc614e
Merge branches 'pxa-misc', 'pxa-pwm' and 'pxa-multi' into pxa
by Russell King
· 17 years ago
f1b2358
[ARM] 5135/1: pxa: drop superfluous asm/arch/pxa2xx-gpio.h includes
by Philipp Zabel
· 17 years ago
bc3a595
[ARM] 5075/1: i2c-pxa: move i2c pin setup and PCFR_PI2CEN handling into arch/arm/mach-pxa
by Philipp Zabel
· 17 years ago
add8eda
i2c: Fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
08882d2
i2c: Replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
a683b14
[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h
by eric miao
· 17 years ago
a92b36e
i2c-pxa: Misc fixes
by Wolfram Sang
· 17 years ago
d6a7b5f
[ARM] 4827/1: fix two warnings in drivers/i2c/busses/i2c-pxa.c
by Holger Schurig
· 17 years ago
b7a3670
i2c-pxa: Add polling transfer
by Mike Rapoport
· 17 years ago
59d70df
i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27x
by eric miao
· 17 years ago
ed11399
i2c-pxa, rename BIT macro to PXA_BIT
by Jiri Slaby
· 17 years ago
c3cef3f
[ARM] pxa: update pxa i2c driver to use clk support
by Russell King
· 17 years ago
51e5709
i2c-pxa: Fix adapter number
by Jean Delvare
· 17 years ago
066af98
i2c-pxa: Support new-style I2C drivers
by Rodolfo Giometti
· 18 years ago
6776f3d
[ARM] 4403/1: Make the PXA-I2C driver work with lockdep validator
by Enrico Scholz
· 18 years ago
0cfe61e
arm: fix i2c-pxa build
by Russell King
· 18 years ago
c6799ad
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
35532d2
i2c: SPIN_LOCK_UNLOCKED cleanup
by Milind Arun Choudhary
· 18 years ago
7d05481
i2c-pxa: Clean transaction stop
by Jean Delvare
· 18 years ago
7053acb
[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX
by Eric Miao
· 18 years ago
a79220b
[ARM] 4246/1: i2c-pxa: add adapter class to platform specific data
by Matej Kenda
· 18 years ago
a7b4e55
[ARM] 4144/1: Fix for patch #4099/1 with CONFIG_I2C_PXA_SLAVE set
by Guennadi Liakhovetski
· 18 years ago
beea494
[ARM] Remove EEPROM slave emulation from i2c-pxa driver.
by Russell King
· 18 years ago
84b5abe
[ARM] Fix i2c-pxa slave mode support
by Russell King
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
8f9082c
i2c: Constify i2c_algorithm declarations, part 2
by Jean Delvare
· 18 years ago
dace145
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
3fb9a65
[PATCH] i2c: Semaphore to mutex conversions, part 3
by Jean Delvare
· 19 years ago
7e3d7db
[PATCH] i2c: Use ARRAY_SIZE macro
by Tobias Klauser
· 19 years ago
ece5f7b
[ARM] 3237/1: PXA I2C driver updates
by Richard Purdie
· 19 years ago
3ae5eae
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
by Russell King
· 19 years ago
d052d1b
Create platform_device.h to contain all the platform device details.
by Russell King
· 19 years ago
da16e32
[I2C] Add a functionality method, and remove algorithm ids
by Russell King
· 19 years ago
6fd60fa
[I2C] Clean up i2c-pxa debugging/printks
by Russell King
· 19 years ago
b652b43
[PATCH] I2C: Add PXA I2C driver
by Russell King
· 20 years ago