All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] PCA9633: Add support to PCA9634 and fix some problems
@ 2013-08-14 21:23 Ricardo Ribalda Delgado
  2013-08-14 21:23 ` [PATCH v5 1/5] leds-pca9633: Add support for PCA9634 Ricardo Ribalda Delgado
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ricardo Ribalda Delgado @ 2013-08-14 21:23 UTC (permalink / raw)
  To: Bryan Wu, Peter Meerwald, Richard Purdie, Linux LED Subsystem, LKML
  Cc: Ricardo Ribalda Delgado

Add Support for the PCA9634 chip. Simimart to the 9633, but with 8 outputs instead of 4.
Fix bug when 2 chips where present on the system, the ledclass will fail and the chip wont probe.
Protect ledout register with a mutex to support updates of more than leds at the same time
Fix device tree parsing

v5: Contains feedback from Bryan Wu
Bryan: Fix device tree bindings documentation

v4: Rebase to latest leds-next and new patch to Fix the dt parsing

v3: Contains feedback from Bryan Wu
Bryan: Rename pca9633 to pca963x

v2: Contains feedback from Peter Meerwald
Peter: Fix typo on commit message. Add bus number to name

Ricardo Ribalda Delgado (5):
  leds-pca9633: Add support for PCA9634
  leds-pca9633: Unique naming of the LEDs
  leds-pca9633: Add mutex to the ledout register
  leds-pca9633: Rename to leds-pca963x
  leds-pca963x: Fix device tree parsing

 Documentation/devicetree/bindings/leds/pca9633.txt |   46 --
 Documentation/devicetree/bindings/leds/pca963x.txt |   47 ++
 drivers/leds/Kconfig                               |    9 +-
 drivers/leds/Makefile                              |    2 +-
 drivers/leds/leds-pca9633.c                        |  393 -----------------
 drivers/leds/leds-pca963x.c                        |  461 ++++++++++++++++++++
 include/linux/platform_data/leds-pca9633.h         |   41 --
 include/linux/platform_data/leds-pca963x.h         |   42 ++
 8 files changed, 556 insertions(+), 485 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/leds/pca9633.txt
 create mode 100644 Documentation/devicetree/bindings/leds/pca963x.txt
 delete mode 100644 drivers/leds/leds-pca9633.c
 create mode 100644 drivers/leds/leds-pca963x.c
 delete mode 100644 include/linux/platform_data/leds-pca9633.h
 create mode 100644 include/linux/platform_data/leds-pca963x.h

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH v4 0/5] PCA9633: Add support to PCA9634 and fix some problems
@ 2013-08-14  7:14 Ricardo Ribalda Delgado
  0 siblings, 0 replies; 8+ messages in thread
From: Ricardo Ribalda Delgado @ 2013-08-14  7:14 UTC (permalink / raw)
  To: Bryan Wu, Peter Meerwald, Richard Purdie, Linux LED Subsystem, LKML
  Cc: Ricardo Ribalda Delgado


Add Support for the PCA9634 chip. Simimart to the 9633, but with 8 outputs instead of 4.
Fix bug when 2 chips where present on the system, the ledclass will fail and the chip wont probe.
Protect ledout register with a mutex to support updates of more than leds at the same time
Fix device tree parsing

v4: Rebase to latest leds-next and new patch to Fix the dt parsing

v3: Contains feedback from Bryan Wu
Bryan: Rename pca9633 to pca963x

v2: Contains feedback from Peter Meerwald
Peter: Fix typo on commit message. Add bus number to name

Ricardo Ribalda Delgado (4):
  leds-pca9633: Unique naming of the LEDs
  leds-pca9633: Add mutex to the ledout register
  leds-pca9633: Rename to leds-pca963x
  leds-pca963x: Fix device tree parsing

 drivers/leds/Kconfig                       |    2 +-
 drivers/leds/Makefile                      |    2 +-
 drivers/leds/leds-pca9633.c                |  435 --------------------------
 drivers/leds/leds-pca963x.c                |  460 ++++++++++++++++++++++++++++
 include/linux/platform_data/leds-pca9633.h |   41 ---
 include/linux/platform_data/leds-pca963x.h |   42 +++
 6 files changed, 504 insertions(+), 478 deletions(-)
 delete mode 100644 drivers/leds/leds-pca9633.c
 create mode 100644 drivers/leds/leds-pca963x.c
 delete mode 100644 include/linux/platform_data/leds-pca9633.h
 create mode 100644 include/linux/platform_data/leds-pca963x.h

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-08-17  0:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-14 21:23 [PATCH v4 0/5] PCA9633: Add support to PCA9634 and fix some problems Ricardo Ribalda Delgado
2013-08-14 21:23 ` [PATCH v5 1/5] leds-pca9633: Add support for PCA9634 Ricardo Ribalda Delgado
2013-08-14 21:23 ` [PATCH v5 2/5] leds-pca9633: Unique naming of the LEDs Ricardo Ribalda Delgado
2013-08-14 21:23 ` [PATCH v5 3/5] leds-pca9633: Add mutex to the ledout register Ricardo Ribalda Delgado
2013-08-14 21:23 ` [PATCH v5 4/5] leds-pca9633: Rename to leds-pca963x Ricardo Ribalda Delgado
2013-08-14 21:23 ` [PATCH v5 5/5] leds-pca963x: Fix device tree parsing Ricardo Ribalda Delgado
2013-08-17  0:17 ` [PATCH v4 0/5] PCA9633: Add support to PCA9634 and fix some problems Bryan Wu
  -- strict thread matches above, loose matches on Subject: below --
2013-08-14  7:14 Ricardo Ribalda Delgado

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.