Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7204e97685634813d8456f1900b7f38fa7701e60
/
drivers
/
i2c
/
busses
/
i2c-mv64xxx.c
074363a5
i2c: mv64xxx: simplify optional reset handling
by Philipp Zabel
· 8 years ago
a4f64ae
i2c: mv64xxx: add suspend/resume support
by Grzegorz Jaszczyk
· 8 years ago
f3a36fb
i2c: mv64xxx: remove CONFIG_HAVE_CLK conditionals
by Thomas Petazzoni
· 9 years ago
7071935
i2c: mv64xxx: use clk_{prepare_enable,disable_unprepare}
by Thomas Petazzoni
· 9 years ago
9f4d6f1
i2c: mv64xxx: handle probe deferral for the clock
by Thomas Petazzoni
· 9 years ago
bba61f5
i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCs
by Hans de Goede
· 9 years ago
0729a04
i2c: mv64xxx: really allow I2C offloading
by Hezi Shahmoon
· 9 years ago
00d8689
i2c: mv64xxx: rework offload support to fix several problems
by Thomas Petazzoni
· 10 years ago
1259869
i2c: mv64xxx: use BIT() macro for register value definitions
by Thomas Petazzoni
· 10 years ago
1ecc433
i2c: busses: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
0ce4bc1
i2c: mv64xxx: continue probe when clock-frequency is missing
by Chen-Yu Tsai
· 10 years ago
8c49086
i2c: i2c-mv64xxx: Drop class based scanning to improve bootup time
by Wolfram Sang
· 10 years ago
5ed9d92
i2c: mv64xxx: Change i2c compatibles for sunxi
by Maxime Ripard
· 11 years ago
5fe29d4
i2c: i2c-mv64xxx: deprecate class based instantiation
by Wolfram Sang
· 11 years ago
f2a67d0
i2c: mv64xxx: Fix reset controller handling
by Maxime Ripard
· 11 years ago
485ecdf
i2c: mv64xxx: refactor initialization for new msgs
by Wolfram Sang
· 11 years ago
b0200ab
i2c: mv64xxx: directly call send_start when initializing transfer
by Wolfram Sang
· 11 years ago
4c5b38e
i2c: mv64xxx: refactor send_start
by Wolfram Sang
· 11 years ago
c7dcb1f
i2c: mv64xxx: Add support for the Allwinner A31 I2C driver
by Maxime Ripard
· 11 years ago
370136b
i2c: mv64xxx: Add reset deassert call
by Maxime Ripard
· 11 years ago
79970db
i2c: mv64xxx: refactor message start to ensure proper initialization
by Wolfram Sang
· 11 years ago
6cf70ae
i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCs
by Gregory CLEMENT
· 11 years ago
4e90532
i2c: remove redundant of_match_ptr
by Sachin Kamat
· 11 years ago
85b3a93
i2c: mv64xxx: Do not use writel_relaxed()
by Thierry Reding
· 11 years ago
c1a9946
i2c: mv64xxx: Fix some build warnings
by Thierry Reding
· 11 years ago
687b81d
i2c: move OF helpers into the core
by Wolfram Sang
· 11 years ago
c1d15b6
i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)
by Gregory CLEMENT
· 11 years ago
930ab3d
i2c: mv64xxx: Add I2C Transaction Generator support
by Gregory CLEMENT
· 11 years ago
6d4028c
i2c: use dev_get_platdata()
by Jingoo Han
· 11 years ago
4c730a0
i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not provided
by Gregory CLEMENT
· 11 years ago
6faa353
i2c: mv64xxx: Fix transfer error code
by Guenter Roeck
· 11 years ago
3d66ac7
i2c: mv64xxx: Add Allwinner sun4i compatible
by Maxime Ripard
· 11 years ago
004e8ed
i2c: mv64xxx: make the registers offset configurable
by Maxime Ripard
· 11 years ago
683e69b
i2c: mv64xxx: Add macros to access parts of registers
by Maxime Ripard
· 11 years ago
4243fa0
I2C: mv64xxx: fix race between FSM/interrupt and process context
by Russell King
· 12 years ago
3420afb
I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()
by Russell King
· 12 years ago
aa6bce5
I2C: mv64xxx: remove I2C_M_NOSTART code
by Russell King
· 12 years ago
0c195af
I2C: mv64xxx: fix error handling for request_irq()
by Russell King
· 12 years ago
2c91110
I2C: mv64xxx: use devm_kzalloc()
by Russell King
· 12 years ago
4c5c95f
I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()
by Russell King
· 12 years ago
16874b0
I2C: mv64xxx: use devm_ioremap_resource()
by Russell King
· 12 years ago
d5ac456
I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()
by Russell King
· 12 years ago
d295a86
i2c: mv64xxx: work around signals causing I2C transactions to be aborted
by Russell King
· 12 years ago
bf51a8c
i2c: Ignore return value of i2c_del_adapter()
by Lars-Peter Clausen
· 12 years ago
0b255e9
i2c: remove __dev* attributes from subsystem
by Bill Pemberton
· 12 years ago
b61d157
I2C: MV64XYZ: Add Device Tree support
by Andrew Lunn
· 12 years ago
d61a909
i2c-mv64xxxx: allow more than one driver instance
by Florian Fainelli
· 12 years ago
a3664b5
i2c/busses: Use module_platform_driver()
by Axel Lin
· 13 years ago
eda6bee
i2c-mv64xxx: send repeated START between messages in xfer
by Rodolfo Giometti
· 14 years ago
2178218
i2c: Use <linux/io.h> instead of <asm/io.h>
by H Hartley Sweeten
· 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
da44bde
i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR
by Jean Delvare
· 15 years ago
b0999cc
i2c-mv64xxx: correct mv64xxx_i2c_intr() return type
by Mikael Pettersson
· 15 years ago
c6ffdde
i2c: Use resource_size macro
by Linus Walleij
· 15 years ago
8a52c6b
i2c: Adapter timeout is in jiffies
by Jean Delvare
· 16 years ago
bdf602b
[ARM] fix lots of ARM __devexit sillyness
by Russell King
· 16 years ago
1745522
i2c: Delete many unused adapter IDs
by Jean Delvare
· 16 years ago
3401b2f
i2c: Let bus drivers add SPD to their class
by Jean Delvare
· 16 years ago
2f0a8df
[I2C] i2c-mv64xxx: Don't set i2c_adapter.retries
by Jean Delvare
· 17 years ago
a083279
[I2C] Split mv643xx I2C platform support
by Tzachi Perelstein
· 17 years ago
a07ad1c
i2c-mv64xxx: Reinitialize hw and driver on I2C bus hang
by Dale Farnsworth
· 17 years ago
65b22ad
i2c-mv64xxx: Use i2c_add_numbered_adapter
by Dale Farnsworth
· 17 years ago
2096b95
i2c: Shrink struct i2c_client
by David Brownell
· 18 years ago
12a917f
i2c: Declare more i2c_adapter parent devices
by Jean Delvare
· 18 years ago
3269bb6
i2c-mv64xxx: Fix random oops at boot
by Maxime Bizon
· 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
4894473
[PATCH] handle errors returned by platform_get_irq*()
by David Vrabel
· 19 years ago
e91c021
[PATCH] i2c: i2c-mv64xxx fix transaction abortion
by Mark A. Greer
· 19 years ago
dfded4a
[PATCH] i2c: Fix i2c-mv64xxx compilation error
by Mark A. Greer
· 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
5263ebb
[PATCH] i2c: kzalloc conversion, other drivers
by Deepak Saxena
· 19 years ago
0cf3628
[PATCH] Owner field additions to many i2c drivers, 2 of 5
by Laurent Riffard
· 19 years ago
d1b2f0a
[PATCH] i2c: bug fix for busses/i2c-mv64xxx.c
by Jean Delvare
· 19 years ago
c7a4653
[PATCH] I2C: Kill i2c_algorithm.id (5/7)
by Jean Delvare
· 19 years ago
1d8b9e1
[PATCH] I2C: Kill i2c_algorithm.id (4/7)
by Jean Delvare
· 19 years ago
9751858
[PATCH] I2C: Kill i2c_algorithm.name (1/7)
by Jean Delvare
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago