- 9fa060d i2c: pxa: don't error out if there's no pinctrl by Lubomir Rintel · 4 years, 7 months ago
- 7c9ec2c i2c: pxa: implement generic i2c bus recovery by Russell King · 4 years, 8 months ago
- 2fd6cbf i2c: pxa: use master-abort for device probes by Russell King · 4 years, 8 months ago
- e81c979 i2c: pxa: clear all master action bits in i2c_pxa_stop_message() by Russell King · 4 years, 8 months ago
- 18d30c0 i2c: pxa: remove some unnecessary debug by Russell King · 4 years, 8 months ago
- ae1c3b7 i2c: pxa: ensure timeout messages are unique by Russell King · 4 years, 8 months ago
- c25e509 i2c: pxa: avoid complaints with non-responsive slaves by Russell King · 4 years, 8 months ago
- 0f03c0889 i2c: pxa: consolidate i2c_pxa_*xfer() implementations by Russell King · 4 years, 8 months ago
- e896be5 i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition by Russell King · 4 years, 8 months ago
- bb82ba6 i2c: pxa: clean up decode_bits() by Russell King · 4 years, 8 months ago
- 88b73ee i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output by Russell King · 4 years, 8 months ago
- 70aee28 i2c: pxa: move DT IDs along side platform IDs by Russell King · 4 years, 8 months ago
- 79622f3 i2c: pxa: move private definitions to i2c-pxa.c by Russell King · 4 years, 8 months ago
- ee47893 i2c: pxa: always set fm and hs members for each type by Russell King · 4 years, 8 months ago
- f8e5d3c i2c: pxa: add and use definitions for IBMR register by Russell King · 4 years, 8 months ago
- 940695a i2c: pxa: re-arrange register field definitions by Russell King · 4 years, 8 months ago
- 1ae49a1 i2c: pxa: re-arrange functions to flow better by Russell King · 4 years, 8 months ago
- 8de32da i2c: pxa: re-arrange includes to be in alphabetical order by Russell King · 4 years, 8 months ago
- fa8d74a i2c: pxa: remove unneeded includes by Russell King · 4 years, 8 months ago
- 868d4d3 i2c: pxa: use official address byte helper by Russell King · 4 years, 8 months ago
- e42688e i2c: busses: remove duplicate dev_err() by Dejin Zheng · 4 years, 9 months ago
- 7be5f90 i2c: pxa: remove unused i2c-slave APIs by Patrick Williams · 5 years ago
- 4d51b4c i2c: pxa: migrate to new i2c_slave APIs by Patrick Williams · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- f15fc9b ARM: pxa: move header file out of I2C realm by Wolfram Sang · 7 years ago
- 9242e72 i2c: use dev_get_drvdata() to get private data in suspend/resume hooks by Masahiro Yamada · 7 years ago
- 294be03 i2c: pxa: Add support for the I2C units found in Armada 3700 by Romain Perier · 8 years ago
- 6c14bda i2c: pxa: Add definition of fast and high speed modes via the regs layout by Romain Perier · 8 years ago
- ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
- 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 · 9 years ago
- 3a2dc16 i2c: pxa: Update debug function to dump more info on error by Vaibhav Hiremath · 9 years ago
- e2b498f i2c: pxa: Fix compile warning in 64bit mode by Yipeng Yao · 9 years ago
- 8bd75bd i2c: pxa: Return I2C_RETRY when timeout in pio mode by Shouming Wang · 9 years ago
- e087b42 i2c: pxa: No need to set slave addr for i2c master mode reset by Vaibhav Hiremath · 9 years ago
- abf8a1f i2c: pxa: keep i2c irq ON in suspend by Leilei Shang · 9 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 · 11 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 · 16 years ago
- 47a9b13 i2c-pxa: Initialize early by Uli Luckas · 16 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 · 17 years ago
- 6776f3d [ARM] 4403/1: Make the PXA-I2C driver work with lockdep validator by Enrico Scholz · 18 years ago