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


Groups > linux.kernel > #1238070

[PATCH 0/2] Add RT5033 Flash LED driver

From Ingi Kim <ingi2.kim@samsung.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Add RT5033 Flash LED driver
Date 2015-10-02 11:50 +0200
Message-ID <qf58t-83i-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch adds ktd2692 Flash LED driver with LED Flash class

Ingi Kim (2):
  leds: rt5033: add DT binding for RT5033
  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                         | 222 +++++++++++++++++++++
 drivers/mfd/rt5033.c                               |   3 +
 include/linux/mfd/rt5033-private.h                 |  67 ++++++-
 include/linux/mfd/rt5033.h                         |  27 ++-
 7 files changed, 355 insertions(+), 11 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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Add RT5033 Flash LED driver Ingi Kim <ingi2.kim@samsung.com> - 2015-10-02 11:50 +0200
  [PATCH 1/2] leds: rt5033: add DT binding for RT5033 Ingi Kim <ingi2.kim@samsung.com> - 2015-10-02 11:50 +0200
    Re: [PATCH 1/2] leds: rt5033: add DT binding for RT5033 Rob Herring <robh@kernel.org> - 2015-10-02 16:40 +0200
      Re: [PATCH 1/2] leds: rt5033: add DT binding for RT5033 Ingi Kim <ingi2.kim@samsung.com> - 2015-10-05 12:50 +0200
  [PATCH 2/2] leds: rt5033: Add RT5033 Flash led device driver Ingi Kim <ingi2.kim@samsung.com> - 2015-10-02 11:50 +0200
    Re: [PATCH 2/2] leds: rt5033: Add RT5033 Flash led device driver Lee Jones <lee.jones@linaro.org> - 2015-10-05 09:30 +0200
      Re: [PATCH 2/2] leds: rt5033: Add RT5033 Flash led device driver Ingi Kim <ingi2.kim@samsung.com> - 2015-10-05 12:40 +0200
  Re: [PATCH 0/2] Add RT5033 Flash LED driver Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-10-02 17:00 +0200
    Re: [PATCH 0/2] Add RT5033 Flash LED driver Ingi Kim <ingi2.kim@samsung.com> - 2015-10-05 04:20 +0200

csiph-web