Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1541109
| From | Serge Semin <fancer.lancer@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/2] eeprom: Add IDT 89HPESx EEPROM/CSR driver |
| Date | 2016-12-13 15:30 +0100 |
| Message-ID | <sNWfD-2go-27@gated-at.bofh.it> (permalink) |
| References | <sIZ4t-60M-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Changelog v3: - Get rid of dev_*_idt() macros - Replace to_pdev_kobj() macro with naked dev_get_drvdata() call - Return naked 0 instead of SUCCESS macro - IDT CSR debug file is moved to debugfs - BIN_ATTR_RW is used to declare sysfs binary attribute - Moved bindings file to a separate patch - Need to create a specific bin_attribute structure for each device - Perform a few read retries with delays if EEPROM is busy Changelog v4: - Make 89HPESx device bindings to have one EEPROM subnode - Alter 89HPESx device bindings text Signed-off-by: Serge Semin <fancer.lancer@gmail.com> Serge Semin (2): eeprom: Add IDT 89HPESx EEPROM/CSR driver eeprom: Add IDT 89HPESx driver bindings file .../devicetree/bindings/misc/idt_89hpesx.txt | 44 + drivers/misc/eeprom/Kconfig | 10 + drivers/misc/eeprom/Makefile | 1 + drivers/misc/eeprom/idt_89hpesx.c | 1634 ++++++++++++++++++++ 4 files changed, 1689 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/idt_89hpesx.txt create mode 100644 drivers/misc/eeprom/idt_89hpesx.c -- 2.6.6
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/2] eeprom: Add IDT 89HPESx EEPROM/CSR driver Serge Semin <fancer.lancer@gmail.com> - 2016-12-13 15:30 +0100 [PATCH v4 2/2] eeprom: Add IDT 89HPESx driver bindings file Serge Semin <fancer.lancer@gmail.com> - 2016-12-13 15:30 +0100
csiph-web