summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/leds (follow)
Commit message (Collapse)AuthorAge
* leds: qpnp-flash: Add snapshot of leds-qpnp-flash driverKiran Gunda2019-02-15
| | | | | | | | | | This is snapshot of the leds-qpnp-flash driver as of msm-4.4 'commit d851b0621739 ("leds: qpnp-flash: Fix Use-after-free(UAF) for debugfs")'. Change-Id: I9753ab4e0fee03a957960003efc2941bc48616ac Signed-off-by: Kiran Gunda <kgunda@codeaurora.org> Signed-off-by: Shilpa Suresh <sbsure@codeaurora.org>
* leds: qpnp-haptic: Manage the state of PON regulatorVamshi Krishna B V2019-02-15
| | | | | | | | | | | Control the PON regulator (required to force MBG_ON) based on the current state of haptic and maintain the regulator state to avoid frequent enable/disable. CRs-Fixed: 1111145 Change-Id: I7e5656808b04a52fe3cfd57ab0d23a8e4e0db5f2 Signed-off-by: Vamshi Krishna B V <vbv@codeaurora.org> Signed-off-by: Shilpa Suresh <sbsure@codeaurora.org>
* leds: qpnp-haptics: Add haptics driverSubbaraman Narayanamurthy2019-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | Existing haptics driver is coupled with timed_output class driver which was existing under staging/android. Since the vibrator HAL in AOSP had been modified to support vibrator device under LED class and also the timed_output class driver had been dropped in newer kernel versions, create a new haptics driver that registers with LED class framework. As before, haptics module supports multiple play modes, direct, buffer, audio and PWM. It supports different actuators, ERM and LRA. Driver supports to play multiple set of wave samples (upto 32) in buffer mode which can be configured by the user instead of just based on the duration. For example, to enable haptics for 30 ms, echo 30 > /sys/class/leds/vibrator/duration echo 1 > /sys/class/leds/vibrator/activate Change-Id: I250089212c5da403531ae012c6e48e58bb1d18b3 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org> Signed-off-by: Shilpa Suresh <sbsure@codeaurora.org>
* leds: qpnp-wled: add stepper algorithm using brightness mapSubbaraman Narayanamurthy2017-12-20
| | | | | | | | | | | | Add stepper algorithm support with dynamically calculated step size or delay based on the brightness level change using the brightness map table. To help with running the algorithm efficiently, use a separate workqueue with high priority to process the brightness levels. Change-Id: Iea2a8da73b6bee3eaa7b28a12fd82c2a1507db99 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* leds: qpnp-wled: add support for brightness mappingSubbaraman Narayanamurthy2017-12-05
| | | | | | | | | | | | Currently, WLED driver is being passed with a 12 bit brightness level by the clients and they're set in the hardware registers. Add support for brightness mapping by providing a 256 entry table where each entry can take a 12 bit brightness level value. This will be mapped internally for controlling different brightness regions in an user preferred way. Change-Id: I7adf97918a311bf54b02b383defeb59685aa0d00 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* Revert "leds: remove unused driver leds-qpnp-flash.c"Anirudh Ghayal2017-10-17
| | | | | | | | | This reverts commit 5b289d3a649a06d7eb8850796e39412e0d11749e. Bring back the flash driver for 8996. Change-Id: I6232ff004fc790e41f73bdf9d90d5455b5cb8a55 Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
* leds: qpnp-wled: Add auto-calibration logic for WLEDAnirudh Ghayal2017-08-02
| | | | | | | | | | | | | | | The auto-calibration logic checks if the current WLED sink configuration is valid. It iterates through each sink and checks if it causes an OVP fault. Based on this information it detects and enables the valid sink configuration. Define 'qcom,auto-calibration-enable' to enable auto-calibration. CRs-Fixed: 2011194 Change-Id: If5e31d98db3e5dcab188a9d420f8f0e33bf2c16f Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
* leds: qpnp-flash-v2: Add support for LPG strobeSubbaraman Narayanamurthy2017-05-09
| | | | | | | | | | | | | | Flash LED3 can be configured for LPG strobe in addition to the existing HW or SW strobe types. LPG strobe works the same way as HW strobe except the strobing is controlled by LPG output instead of a GPIO. To accommodate this, device tree property "qcom,hw-strobe-sel" got renamed to "qcom,strobe-sel". While at it, configure hardware strobe option only when the option is specified through device tree. Change-Id: I9351d7b7cd8c57ff7707a4ada6c5bdfa42772390 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* Merge "leds: qpnp-wled: add support to control PSM dynamically"Linux Build Service Account2017-03-06
|\
| * leds: qpnp-wled: add support to control PSM dynamicallySubbaraman Narayanamurthy2017-03-02
| | | | | | | | | | | | | | | | | | | | | | As per the hardware recommendation, keep PSM disabled 10 ms after WLED module is enabled. Enable PSM back when the module is disabled. This is to ensure that PFM mode is operational without the precedence from PSM. Make this configurable through a device tree property. Change-Id: Ic6be160a88be40e94a4a0798646b8aa3f169ab49 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* | leds: remove unused driver leds-qpnp-flash.cAbhijeet Dharmapurikar2017-03-01
|/ | | | | | | leds-qpnp-flash driver is not supported anymore. Remove it. Change-Id: Ie2f570bad8171c460b8167f140d71c052ada2b17 Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
* leds: leds-qpnp: correct various coding style issuesDavid Collins2017-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct warnings flagged by checkpatch. In particular, modify the following: - Add 'const' to the type of a struct of_device_id variable. - Remove unnecessary out-of-memory error messages. - Restructure conditionals to avoid else after return. - Replace kzalloc() with kcalloc() for arrays. - Replace strncmp() with strcmp(). - Join strings that are wrapped across two lines. - Correct the format of block comments. - Remove 'return' from the end of void functions. - Remove unnecessary parentheses. - Remove unnecessary line continuations. - Call usleep_range() with max > min. - Update the LEDS_QPNP Kconfig entry and the device tree documentation to use the name: 'Qualcomm Technologies, Inc.' - Expand the description of the LEDS_QPNP config option. - Correct the spelling of 'controlled'. Change-Id: Id29de0da18aa1ce75a0c7604b8c0ecd1633fcaf3 Signed-off-by: David Collins <collinsd@codeaurora.org>
* msm: Rename msmfalcon/apqfalcon to sdm660/sda660Neeraj Upadhyay2016-12-28
| | | | | | | | | Update the code name from msmfalcon/apqfalcon to sdm660/sda660. As part of this, update the filename containing "falcon" and files content containing "falcon". Change-Id: Iec85862251b9e1b4dcc8bdce8b214ce87c0049bc Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
* msm: 8998: Replace cobalt with 8998Runmin Wang2016-11-22
| | | | | | | | | | | Update the code name from msmcobalt to msm8998. As a result, update the filename containing "cobalt" and files content containing "cobalt". CRs-Fixed: 1070840 Change-Id: I2c7b95e3e2a2fec7730724da9eeb86a39a77faf1 Signed-off-by: Runmin Wang <runminw@codeaurora.org> Signed-off-by: Kyle Yan <kyan@codeaurora.org> Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
* Merge "leds: qpnp-wled: Add support to configure auto PFM for pmicobalt"Linux Build Service Account2016-11-18
|\
| * leds: qpnp-wled: Add support to configure auto PFM for pmicobaltFenglin Wu2016-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | The WLED boost controller in pmicobalt supports auto PFM mode when LCD mode is selected. Auto PFM mode is enabled by default except on some specific hardware versions. Add a property to specify AUTO_PFM_THRESHOLD for the boost controller so that it can enter PFM mode when the adaptive headroom voltage falls below the threshold. CRs-Fixed: 1081738 Change-Id: I964b3452d0cdb3618b4ab446655ae75fa3a1049d Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
* | Merge "leds: qpnp-wled: Add support to configure AUTO_GM settings"Linux Build Service Account2016-11-17
|\|
| * leds: qpnp-wled: Add support to configure AUTO_GM settingsFenglin Wu2016-11-11
| | | | | | | | | | | | | | | | | | | | | | WLED in pmicobalt supports AUTO_GM configuration in CTRL_VLOOP_COMP_GM register. Add two properties to enable auto-gm and set auto-gm threshold. Meanwhile, move "qcom,loop-ea-gm" property outside of AMOLED constraint because WLED in LCD mode also support it. CRs-Fixed: 1081738 Change-Id: Iee99e9d1b999c84ece075d2f17e9cdf6aef9a2ac Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
* | Merge "leds: qpnp-flash-v2: Add support for configuring OTST thresholds"Linux Build Service Account2016-11-17
|\ \
| * | leds: qpnp-flash-v2: Add support for configuring OTST thresholdsSubbaraman Narayanamurthy2016-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for configuring the three thermal mitigation thresholds from device tree. CRs-Fixed: 1060212 Change-Id: Iafb7915e196a18b5f8076dda8fb06a4bd71a8e6e Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org> Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* | | Merge "leds: qpnp-flash-v2: Add support for thermal derate features"Linux Build Service Account2016-11-17
|\| |
| * | leds: qpnp-flash-v2: Add support for thermal derate featuresSubbaraman Narayanamurthy2016-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to configure thermal debounce, hysteresis and ramp down rates from device tree. CRs-Fixed: 1060212 Change-Id: Iabe79bae5f9471c3c6128ed21efd04de00739daa Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org> Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
| * | leds: qpnp-flash-v2: add support to read pmic revidSubbaraman Narayanamurthy2016-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | There are some features which needs to be enabled based on the PMIC. PMIC information such as subtype, revision can be obtained from revid peripheral. Hence add support to read pmic revid. Change-Id: Ie7a94f59e58b8f1b0816afda2496449694629205 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* | | Merge "leds: qpnp-wled: Add support to configure VREF_CONTROL for pmicobalt"Linux Build Service Account2016-11-17
|\ \ \ | |/ / |/| / | |/
| * leds: qpnp-wled: Add support to configure VREF_CONTROL for pmicobaltFenglin Wu2016-11-11
| | | | | | | | | | | | | | | | | | | | WLED module in pmicobalt has different VREF_CONTROL settings with current WLED module which is existing in pmi8994/pmi8952, including min voltage, max voltage, step size and default voltage. Add support for it. CRs-Fixed: 1081738 Change-Id: Ibaa555cec8cfd296125af3e6277df5331f5c438b Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
* | leds: qpnp-flash-v2: Add support for programming led clamp currentsSubbaraman Narayanamurthy2016-11-11
| | | | | | | | | | | | | | | | | | | | Allow the mitigation clamp current values for the leds to be configured through the device tree. CRs-Fixed: 1060212 Change-Id: I23bf67fba7cef2735db436899a9d5b3306e5a77f Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org> Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* | leds: qpnp-flash-v2: modify regulator control for switch devicesSubbaraman Narayanamurthy2016-11-11
|/ | | | | | | | | | | | | | | | | | | | | | Currently multiple regulator devices can be specified for LED switch device though a switch device may just require one supply. Also, before the switch device is enabled, voltage request is sent to set the maximum voltage. This is not needed with the regulators like BoB being used as supply for the switch device. Just enabling the regulator is enough during switch operation. Modify the way the regulator is obtained and controlled for switch operation. Since BoB regulator is configured by the bootloader properly for flash operation, remove them from the supply list of LED switch devices on pmicobalt and pm2falcon. While at it, fix the way device tree properties are read from flash/torch, switch devices. CRs-Fixed: 1083246 Change-Id: I8eb5f305f89bc18ad4b735bd89cbf259f0e1ea11 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* leds: qpnp-wled: add support for configuring ILIM in pmicobaltSubbaraman Narayanamurthy2016-10-26
| | | | | | | | | | | | Currently, current limit (ILIM) for WLED is configured only for pmi8994. ILIM levels differs in pmicobalt. Also, the step size assumed before cannot go well with the different levels. Default ILIM value differs for LCD and AMOLED mode. Taking this all into account, add a separate function to configure ILIM for different PMIC subtypes. Change-Id: Ibc69706ae1dc878de5cbdaf283f0d71aff8000a1 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* leds: qpnp-wled: Update AMOLED_VOUT programmingSubbaraman Narayanamurthy2016-10-26
| | | | | | | | | | | | | | For newer PMICs like pmicobalt, AMOLED_VOUT can be programmed via independent registers. Also the option to configure AVDD voltage through SWIRE and SPMI mode is present. Add support to program the AVDD voltage and mode through these registers. AVDD TRIM adjustment is needed only for pmi8952 and pmi8994. It is not needed for pmicobalt. Support it. CRs-Fixed: 1051250 Change-Id: Ia5cc4a6bbf6b6d0d86e13cec7da167f8a49b859d Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org> Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* leds: qpnp-wled: Fix configuration of AVDD TRIM and OVP registersSubbaraman Narayanamurthy2016-10-25
| | | | | | | | | | | | | Currently the AVDD TRIM registers are being configured incorrectly. Update the sequence to configure the TRIM register and the OVP register based on predetermined values mapped to the target voltage specified in the device tree. Also add support for performing masked writes to the wled registers. CRs-Fixed: 1082047 Change-Id: I4c99b598d5f484368712eab239f7de70b727c2aa Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org> Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* leds: qpnp-wled: add support to read pmic revidSubbaraman Narayanamurthy2016-10-25
| | | | | | | | | | There are some features which needs to be enabled based on the PMIC. PMIC information such as subtype, revision can be obtained from revid peripheral. Hence add support to read pmic revid. CRs-Fixed: 1082047 Change-Id: If0646f5ae111f75ababc405cbd2f7bcea899360e Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* leds: qpnp-flash-v2: Add support for preemptive charger mitigationDevesh Jhunjhunwala2016-10-12
| | | | | | | | Add support to configure and trigger preemptive charger mitigation in flash driver. Change-Id: Iec92d2037fcc60446760182c9eda53918e6e094c Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: Add support for configuring hardware mitigationDevesh Jhunjhunwala2016-10-12
| | | | | | | | | Add support to program the ILED_GRT_THRESHOLD register, which controls the led current threshold beyond which HW automatically triggers preemptive mitigation. Change-Id: I3ea14c8c76c4496eeeb11caf63c3ee62f031b157 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: Add support for thermal current mitigationDevesh Jhunjhunwala2016-08-16
| | | | | | | | | Based on the thermal thresholds triggered, use the LUT to limit the maximum available flash current. CRs-Fixed: 1043718 Change-Id: I456d6491987183e07eba921edc826ff801fdeee3 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: Add support for LMH mitigationDevesh Jhunjhunwala2016-08-16
| | | | | | | | | | Based on the LMH trigger thresholds read from device tree and the battery properties read from fuel gauge, trigger LMH pre-emptive current mitigation if required. CRs-Fixed: 1043718 Change-Id: I54e7670a880f862b6619d22f843c8fa13fd0b303 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: Implement max_current_query APIDevesh Jhunjhunwala2016-08-16
| | | | | | | | | | Update the max_current_query stub to calculate the maximum available current for flash based on the battery properties read from fuel gauge. CRs-Fixed: 1043718 Change-Id: I88fd40c449852704361ae3ed3e8223e1e9b3fe74 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: Add support for droop and fault detectionDevesh Jhunjhunwala2016-07-29
| | | | | | | | | | | | Add support for configuring the following features available in flash LED: 1. VPH droop detection 2. Short circuit fault detection 3. Open circuit fault detection CRs-Fixed: 1024187 Change-Id: I982e51ba62f0a75d1dcd3ef30e5d1249c970ffde Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: Add support to handle ramp up and down irqsDevesh Jhunjhunwala2016-07-28
| | | | | | | | | Add support to register and handle the all-ramp-up-done and all-ramp-down-done irqs for flash-led. CRs-Fixed: 921325 Change-Id: I843a008dbe6900f9f16c202a05435dbaf7a37627 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: Add support for multiple switch nodesDevesh Jhunjhunwala2016-07-12
| | | | | | | | | | | Since multiple devices may need to use the flash module, each will need its own switch node to be able to independently control the different leds. Add support for this functionality. CRs-Fixed: 1024187 Change-Id: Ibeebaff8456d8d338ac9bebb50e205e1196ce8a6 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: add regulator supportDevesh Jhunjhunwala2016-07-11
| | | | | | | | | | Add support to control regulators required for flash-led. The pmicobalt_bob regulator is one such regulator required by the flash-led device. CRs-Fixed: 1024187 Change-Id: I1515fba2fb04c0b4d21828af3cea6d322262ab14 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: add support for strobe configurationChun Zhang2016-07-11
| | | | | | | | | | | | Flash LED module supports various kinds of strobe support. Strobe type can be hardware or software, active high or low, and level or edge trigger. Add support for configuring strobe type through device tree properties. CRs-Fixed: 1024187 Change-Id: Ief6a610c82b7f645966c596f543a1d30f7a40dcc Signed-off-by: Chun Zhang <chunz@codeaurora.org> Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: qpnp-flash-v2: Add operational current propertyDevesh Jhunjhunwala2016-07-08
| | | | | | | | | | | Add the qcom,current-ma property to specify the operational current for the flash led. Also limit the minimum flash current to 25mA since currents below this value cause unstable flash operation. CRs-Fixed: 1033071 Change-Id: Ia133b6c0cf0c21484f61631f04cba0d1112c9d48 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* ARM: dts: msm: Add torch nodes to flash-led for pmicobaltDevesh Jhunjhunwala2016-07-06
| | | | | | | | | | Add support for torch mode by adding torch nodes to the flash-led device for pmicobalt. Also update the dt-bindings documentation accordingly. CRs-Fixed: 1024187 Change-Id: I640106abcf05949f2570efd42f925f1f73bdaa81 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
* leds: leds-qpnp-flash-v2: create v2 QPNP flash LED driverChun Zhang2016-05-11
| | | | | | | | | | | | There is a new Qualcomm Technology Inc. Plug-n-play(QPNP) PMIC chip, which introduces brand new flash LED hardware. The new hardware comes with up to 3 LEDs support, different register mapping layout, and different torch enablement requirement. Therefore, a new driver is introduced to cover this need. Change-Id: Ic878f1a946955edff3a9228e7fe54b7a525e37b1 Signed-off-by: Chun Zhang <chunz@codeaurora.org> Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
* leds: qpnp-wled: add support for configuring sc debounce cyclesHimanshu Aggarwal2016-03-23
| | | | | | | | | | | | | | Add support for configuring short circuit debounce cycles in both LCD mode and AMOLED mode. Also, when configuring the WLED SHORT_PROTECT register, the bits corresponding to DBNC_SHORT bit fields are incorrectly written, so correct the corresponding bitmask and the associated code logic to avoid this. Add an explicit SPMI write to WLED1_CTRL_SOFTSTART_RAMP_DELAY register as well for LCD mode. Change-Id: Ibae8926262c52c8db3d04ab355651e5df44ec090 Signed-off-by: Himanshu Aggarwal <haggarwa@codeaurora.org> Signed-off-by: Shantanu Jain <shjain@codeaurora.org>
* qpnp: Add snapshot of some qpnp, regulator and charger driversAbhijeet Dharmapurikar2016-03-01
| | | | | | | | | This snapshot is taken as of msm-3.18 commit 9da4ddc (Merge "clk: msm: clock-gcc: Associate gfx rail voting with gfx3d branch") Change-Id: Idd2f467f1f1863a156d1757589dfe78158f0e43f Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
* Merge tag 'devicetree-for-4.4' of ↵Linus Torvalds2015-11-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux Pull DeviceTree updates from Rob Herring: "A fairly large (by DT standards) pull request this time with the majority being some overdue moving DT binding docs around to consolidate similar bindings. - DT binding doc consolidation moving similar bindings to common locations. The majority of these are display related which were scattered in video/, fb/, drm/, gpu/, and panel/ directories. - Add new config option, CONFIG_OF_ALL_DTBS, to enable building all dtbs in the tree for most arches with dts files (except powerpc for now). - OF_IRQ=n fixes for user enabled CONFIG_OF. - of_node_put ref counting fixes from Julia Lawall. - Common DT binding for wakeup-source and deprecation of all similar bindings. - DT binding for PXA LCD controller. - Allow ignoring failed PCI resource translations in order to ignore 64-bit addresses on non-LPAE 32-bit kernels. - Support setting the NUMA node from DT instead of only from parent device. - Couple of earlycon DT parsing fixes for address and options" * tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (45 commits) MAINTAINERS: update DT binding doc locations devicetree: add Sigma Designs vendor prefix of: simplify arch_find_n_match_cpu_physical_id() function Documentation: arm: Fixed typo in socfpga fpga mgr example Documentation: devicetree: fix reference to legacy wakeup properties Documentation: devicetree: standardize/consolidate on "wakeup-source" property drivers: of: removing assignment of 0 to static variable xtensa: enable building of all dtbs mips: enable building of all dtbs metag: enable building of all dtbs metag: use common make variables for dtb builds h8300: enable building of all dtbs arm64: enable building of all dtbs arm: enable building of all dtbs arc: enable building of all dtbs arc: use common make variables for dtb builds of: add config option to enable building of all dtbs of/fdt: fix error checking for earlycon address of/overlay: add missing of_node_put of/platform: add missing of_node_put ...
| * dt-bindings: move backlight bindings under ledsRob Herring2015-10-22
| | | | | | | | | | | | | | | | | | | | | | | | Backlights are generally a subtype of LEDs at least from a software point of view if not always electrically. Move the bindings from the video directory to underneath the leds dir. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>
* | leds: aat1290: Fix property naming of flash-timeout-usIngi Kim2015-11-03
| | | | | | | | | | | | | | | | flash-timeout-us property name is changed to flash-max-timeout-us. This patch fixes that name. Signed-off-by: Ingi Kim <ingi2.kim@samsung.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
* | Documentation: leds: update DT bindings for leds-bcm6328Álvaro Fernández Rojas2015-11-03
| | | | | | | | | | | | | | | | This patch adds latest DT bindings for leds-bcm6328 init register configuration. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>