Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
79703e014ba02ad86af4bcdf0c16e4b208cca406
/
drivers
/
i2c
/
busses
/
i2c-sh_mobile.c
efa42b5
i2c: sh_mobile: Use dma_request_chan() directly for channel request
by Peter Ujfalusi
· 5 years ago
8fbd9b0
i2c: sh_mobile: use new clock calculation formulas for Gen2
by Wolfram Sang
· 6 years ago
e8a2756
i2c: sh_mobile: use new clock calculation formulas for Gen3
by Wolfram Sang
· 6 years ago
43116a0
i2c: sh_mobile: sort compatible entries
by Wolfram Sang
· 6 years ago
9d899ed4
i2c: sh_mobile: update copyright and comments
by Wolfram Sang
· 6 years ago
63c5246
i2c: sh_mobile: refactor rx isr
by Wolfram Sang
· 6 years ago
0130e3b
i2c: sh_mobile: replace break; with if-block
by Wolfram Sang
· 6 years ago
e659f36
i2c: sh_mobile: remove is_first_byte function
by Wolfram Sang
· 6 years ago
d16f2bf
i2c: sh_mobile: drop 'data' argument from i2c_op function
by Wolfram Sang
· 6 years ago
1f32fbd
i2c: sh_mobile: remove get_data function
by Wolfram Sang
· 6 years ago
5b3e3b4
i2c: sh_mobile: simplify sending address for RX
by Wolfram Sang
· 6 years ago
51243b7
i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
by Fabrizio Castro
· 6 years ago
5eb316e
i2c: sh_mobile: add support for r8a77990 (R-Car E3)
by Simon Horman
· 6 years ago
7ce6c65
i2c: sh_mobile: Remove dummy runtime PM callbacks
by Jarkko Nikula
· 6 years ago
cebc07d
i2c: sh_mobile: fix leak when using DMA bounce buffer
by Wolfram Sang
· 6 years ago
531db50
i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow
by Wolfram Sang
· 6 years ago
82fe39a
i2c: refactor function to release a DMA safe buffer
by Wolfram Sang
· 6 years ago
6055af5
i2c: use SPDX identifier for Renesas drivers
by Wolfram Sang
· 6 years ago
7957c2e
i2c: sh_mobile: use core to detect 'no zero length read' quirk
by Wolfram Sang
· 6 years ago
77bade6
i2c: busses: remove superfluous ignoring of children for RPM
by Wolfram Sang
· 7 years ago
6e318d9
i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formula
by Wolfram Sang
· 7 years ago
4ecfb9d
i2c: sh_mobile: add new frequency calculation for later SoC
by Wolfram Sang
· 7 years ago
c3449f7
i2c: sh_mobile: add helper to check frequency calculations
by Wolfram Sang
· 7 years ago
023c22f
i2c: sh_mobile: let RuntimePM do the clock handling
by Wolfram Sang
· 7 years ago
b3750b6
i2c: sh_mobile: require setup callback
by Wolfram Sang
· 7 years ago
12742b6
i2c: sh_mobile: allow setup callback to return errno
by Wolfram Sang
· 7 years ago
9e42213
i2c: sh_mobile: move type detection upwards
by Wolfram Sang
· 7 years ago
fe23aa9
i2c: sh_mobile: use core helper to decide when to use DMA
by Wolfram Sang
· 7 years ago
4ed152c
i2c: sh_mobile: make sure to not accidently trigger STOP
by Wolfram Sang
· 7 years ago
a4fde7e
i2c: sh_mobile: send STOP according to datasheet
by Wolfram Sang
· 7 years ago
2967f9c
i2c: sh_mobile: avoid unnecessary register read
by Wolfram Sang
· 7 years ago
91701ae
i2c: sh_mobile: let RuntimePM do the clock handling
by Wolfram Sang
· 7 years ago
a4d1649
i2c: sh_mobile: shorten exit of xfer routine
by Wolfram Sang
· 7 years ago
832a522
i2c: sh_mobile: use direct writes when accessing ICE bit
by Wolfram Sang
· 7 years ago
91a5e63
i2c: sh_mobile: manually "inline" two short functions
by Wolfram Sang
· 7 years ago
3f3a513
i2c: sh_mobile: remove redundant deinitialization
by Wolfram Sang
· 7 years ago
f289800
i2c: sh_mobile: remove redundant initialization
by Wolfram Sang
· 7 years ago
ad59c5e
i2c: sh_mobile: Use of_device_get_match_data() helper
by Geert Uytterhoeven
· 7 years ago
75fdc51
i2c: sh_mobile: avoid unused ret variable
by Eugeniu Rosca
· 7 years ago
90b84c0
i2c: sh_mobile: drop needless check for of_node
by Wolfram Sang
· 8 years ago
d2f31c4
i2c: sh_mobile: remove platform_data
by Wolfram Sang
· 8 years ago
92d9d0d
i2c: busses: constify i2c_algorithm structures
by Bhumika Goyal
· 8 years ago
b880cca
i2c: sh_mobile: Add per-Generation fallback bindings
by Simon Horman
· 8 years ago
87840a2
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
488d69e
i2c: sh_mobile: use proper device with dma_mapping_error
by Wolfram Sang
· 8 years ago
ea73440
i2c: don't print error when adding adapter fails
by Wolfram Sang
· 8 years ago
3f8a57b
i2c: sh_mobile: use new 8 bit address helper function
by Wolfram Sang
· 9 years ago
7bb6da5
i2c: sh_mobile: add support for r8a7795 (R-Car H3)
by Wolfram Sang
· 9 years ago
365322f
i2c: sh_mobile: use proper type for timeout
by Wolfram Sang
· 10 years ago
41bdbd2
i2c: sh_mobile: use adapter default for timeout
by Wolfram Sang
· 10 years ago
3ded374
i2c: sh_mobile: add errata workaround
by Wolfram Sang
· 10 years ago
32e2240
i2c: sh_mobile: terminate DMA reads properly
by Wolfram Sang
· 10 years ago
fe07ade
i2c: sh_mobile: fix uninitialized var when debug is enabled
by Wolfram Sang
· 10 years ago
55f5f98
i2c: sh_mobile: rework deferred probing
by Wolfram Sang
· 10 years ago
e844a79
i2c: sh_mobile: refactor DMA setup
by Wolfram Sang
· 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
6cf710d
i2c: sh_mobile: remove unneeded DMA mask
by Wolfram Sang
· 10 years ago
530834b
i2c: sh_mobile: optimize irq entry
by Wolfram Sang
· 10 years ago
8cfcae9
i2c: sh_mobile: use proper device for mapping DMA memory
by Wolfram Sang
· 10 years ago
7ca0186
i2c: sh_mobile: improve success message
by Wolfram Sang
· 10 years ago
2d09581
i2c: sh_mobile: add DMA support
by Wolfram Sang
· 10 years ago
5bbe687
i2c: sh_mobile: sort includes alphabetically
by Wolfram Sang
· 10 years ago
78df445
i2c: sh_mobile: Add support for r8a73a4 and sh73a0
by Geert Uytterhoeven
· 10 years ago
ca1f8da
i2c: remove FSF address
by Wolfram Sang
· 10 years ago
1ecc433
i2c: busses: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
90104d0
i2c: sh_mobile: add compatibles for additional SoC
by Wolfram Sang
· 11 years ago
67240df
i2c: sh_mobile: fix clock calculation for newer SoCs
by Wolfram Sang
· 11 years ago
7663ebe
i2c: sh_mobile: check timing parameters for valid range
by Wolfram Sang
· 11 years ago
6ed7053
i2c: sh_mobile: bail out on errors when initializing
by Wolfram Sang
· 11 years ago
ed4121e
i2c: sh_mobile: remove superfluous offset parameter
by Wolfram Sang
· 11 years ago
7fe8a99
i2c: sh_mobile: devm conversion, irq setup
by Wolfram Sang
· 11 years ago
4fd31c2
i2c: sh_mobile: devm conversion, low hanging fruits
by Wolfram Sang
· 11 years ago
88c289e
i2c: sh_mobile: honor DT bus speed settings
by Wolfram Sang
· 11 years ago
5a72b25
i2c: sh_mobile: improve error handling
by Wolfram Sang
· 11 years ago
a78f6a4
i2c: sh_mobile: replace magic hex values with constants
by Wolfram Sang
· 11 years ago
f887605
i2c: sh_mobile: Convert to clk_prepare/unprepare
by Laurent Pinchart
· 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
e789029
i2c: sh_mobile: don't send a stop condition by default inside transfers
by Guennadi Liakhovetski
· 12 years ago
4b38231
i2c: sh_mobile: eliminate an open-coded "goto" loop
by Guennadi Liakhovetski
· 12 years ago
5687265
i2c: sh_mobile: fix timeout error handling
by Guennadi Liakhovetski
· 12 years ago
05cf936
i2c: sh_mobile: cosmetic: trivially simplify 2 functions
by Guennadi Liakhovetski
· 12 years ago
0b255e9
i2c: remove __dev* attributes from subsystem
by Bill Pemberton
· 12 years ago
29fb08c
i2c: i2c-sh_mobile: fix spurious transfer request timed out
by Shinya Kuribayashi
· 12 years ago
ebd5ac1
i2c: i2c-sh_mobile: support I2C hardware block with a faster operating clock
by Shinya Kuribayashi
· 12 years ago
23a6129
i2c: i2c-sh_mobile: optimize ICCH/ICCL values according to I2C bus speed
by Shinya Kuribayashi
· 12 years ago
7b0e629
i2c: i2c-sh_mobile: calculate clock parameters at driver probing time
by Shinya Kuribayashi
· 12 years ago
ad33707
i2c: sh_mobile: add device tree support
by Magnus Damm
· 13 years ago
4311051
i2c: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
5bdfdfe
Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-tegra' and 'for-2639/i2c-nomadik2' into for-linus/2640/i2c
by Ben Dooks
· 14 years ago
81f8115
i2c: i2c-sh_mobile bus speed platform data V2
by Magnus Damm
· 14 years ago
1082d5d
i2c: i2c-sh_mobile clock string removal
by Magnus Damm
· 14 years ago
7ef0c12
i2c: add a module alias to the sh-mobile driver
by Guennadi Liakhovetski
· 14 years ago
bbcf6e8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 14 years ago
82b20d8
i2c: i2c-sh_mobile irq rollback fix
by Magnus Damm
· 14 years ago
962b603
i2c: i2c-sh_mobile support for new ICIC bits
by Magnus Damm
· 15 years ago
12a55f2
i2c: i2c-sh_mobile register access code break out
by Magnus Damm
· 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
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
f1a3b99
i2c: Runtime PM for SuperH Mobile I2C
by Magnus Damm
· 15 years ago
Next »