Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1244683 > unrolled thread

[PATCH v2 0/3] Add RT5033 Flash LED driver

Started byIngi Kim <ingi2.kim@samsung.com>
First post2015-10-12 15:20 +0200
Last post2015-10-12 15:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/3] Add RT5033 Flash LED driver Ingi Kim <ingi2.kim@samsung.com> - 2015-10-12 15:20 +0200

#1244683 — [PATCH v2 0/3] Add RT5033 Flash LED driver

FromIngi Kim <ingi2.kim@samsung.com>
Date2015-10-12 15:20 +0200
Subject[PATCH v2 0/3] Add RT5033 Flash LED driver
Message-ID<qiLbb-8t3-3@gated-at.bofh.it>
This patch supports flash led of RT5033 PMIC.

Changes since v2:
 - Split MFC code from rt5033 flash led patch
 - Fix typo error
 - Change naming of mfd register back again
 - Fix compile error

Ingi Kim (3):
  leds: rt5033: Add DT binding for RT5033
  mfd: rt5033: Add RT5033 Flash led sub device
  leds: rt5033: Add RT5033 Flash led device driver

 .../devicetree/bindings/leds/leds-rt5033.txt       |  38 ++++
 drivers/leds/Kconfig                               |   8 +
 drivers/leds/Makefile                              |   1 +
 drivers/leds/leds-rt5033.c                         | 223 +++++++++++++++++++++
 drivers/mfd/rt5033.c                               |   6 +-
 include/linux/mfd/rt5033-private.h                 |  49 +++++
 include/linux/mfd/rt5033.h                         |  22 +-
 7 files changed, 344 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-rt5033.txt
 create mode 100644 drivers/leds/leds-rt5033.c

-- 
2.0.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web