git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f835ce
)
i2c: davinci: switch to use platform_get_irq
author
Grygorii Strashko
<grygorii.strashko@ti.com>
Mon, 1 Dec 2014 15:34:03 +0000
(17:34 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Thu, 4 Dec 2014 18:15:08 +0000
(19:15 +0100)
Switch Davinci I2C driver to use platform_get_irq(), because
it is not recommened to use platform_get_resource(pdev, IORESOURCE_IRQ, ..)
for requesting IRQ resources any more, as they can be not ready yet
in case of DT-boot.
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-davinci.c
patch
|
blob
|
history
diff --cc
drivers/i2c/busses/i2c-davinci.c
Simple merge