Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1730529
| From | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/2] i2c: davinci: Add PM Runtime Support needed by 66AK2G |
| Date | 2017-09-11 22:20 +0200 |
| Message-ID | <uoDlv-87V-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add I2C support to 66AK2G. Primary requirement is to add PM
Runtime support to the driver.
This has been tested on following platforms by performing simple i2c test
such as i2c detect and reading on board i2c devices:
K2G GP evm
OMAPL138
K2L GP EVM
and boot tested on:
K2E GP EVM
K2HK GP EVM
Version 2 changes:
Moved ordering of pm runtime calls
Version 3 changes:
Dropped first patch since it was pulled in.
Remove clk = NULL statements
Fix error path
Version 4 changes:
Fix typo in commit message
Fix error path
Franklin S Cooper Jr (2):
i2c: davinci: Add PM Runtime Support
dt-bindings: i2c: i2c-davinci: Update binding for 66AK2Gx pwr dm
property
.../devicetree/bindings/i2c/i2c-davinci.txt | 12 ++++
drivers/i2c/busses/i2c-davinci.c | 67 ++++++++++++++++++----
2 files changed, 67 insertions(+), 12 deletions(-)
--
2.9.4.dirty
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/2] i2c: davinci: Add PM Runtime Support needed by 66AK2G Franklin S Cooper Jr <fcooper@ti.com> - 2017-09-11 22:20 +0200
[PATCH v4 1/2] i2c: davinci: Add PM Runtime Support Franklin S Cooper Jr <fcooper@ti.com> - 2017-09-11 22:20 +0200
Re: [PATCH v4 1/2] i2c: davinci: Add PM Runtime Support Baolin Wang <baolin.wang@linaro.org> - 2017-09-12 04:00 +0200
Re: [PATCH v4 1/2] i2c: davinci: Add PM Runtime Support Sekhar Nori <nsekhar@ti.com> - 2017-09-12 10:50 +0200
Re: [PATCH v4 1/2] i2c: davinci: Add PM Runtime Support Baolin Wang <baolin.wang@linaro.org> - 2017-09-12 11:20 +0200
Re: [PATCH v4 1/2] i2c: davinci: Add PM Runtime Support Sekhar Nori <nsekhar@ti.com> - 2017-09-12 11:30 +0200
[PATCH v4 2/2] dt-bindings: i2c: i2c-davinci: Update binding for 66AK2Gx pwr dm property Franklin S Cooper Jr <fcooper@ti.com> - 2017-09-11 22:20 +0200
Re: [PATCH v4 0/2] i2c: davinci: Add PM Runtime Support needed by 66AK2G Sekhar Nori <nsekhar@ti.com> - 2017-09-18 18:10 +0200
csiph-web