summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-platform.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: arche-platform: Switch to the gpio descriptor interfaceNishad Kamdar2019-01-151-83/+41Star
* staging: greybus: Use gpio_is_valid()Arvind Yadav2018-04-291-3/+3
* staging: greybus: simplify getting .drvdataWolfram Sang2018-04-231-2/+1Star
* staging: greybus: arche-platform.c: Fix alignment should match open parenthesisKamal Heib2017-12-191-9/+12
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0Star
* staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-111-0/+1
* Staging: greybus: Fix spelling error in commentEames Trinh2017-08-231-1/+1
* staging: greybus: Remove unnecessary platform_set_drvdataAmitoj Kaur Chawla2017-07-281-1/+0Star
* staging: greybus: arche: wrap over-length linesMitchell Tasman2017-07-161-3/+8
* staging: greybus: mark PM functions as __maybe_unusedArnd Bergmann2017-05-181-2/+2
* staging: greybus: enable compile testing of arche driverJohan Hovold2017-05-161-0/+7
* staging: greybus: arche: remove timesync remainsJohan Hovold2017-05-161-143/+0Star
* staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim2017-02-121-15/+28
* Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman2016-11-141-0/+1
|\
| * staging: greybus: arche-platform: fix device reference leakJohan Hovold2016-11-071-0/+1
* | Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-301-0/+1
|\|
| * greybus: arche-platform: Add missing of_node_put() in arche_platform_change_s...Wei Yongjun2016-10-241-0/+1
* | staging: greybus: arche-platform: Format block comments.Elise Lennion2016-10-161-1/+2
|/
* staging: greybus: arche-platform: declare struct of_device_id as constEva Rachel Retuya2016-09-231-2/+2
* staging: greybus: arche-platform: compress return logic into one lineEva Rachel Retuya2016-09-221-2/+1Star
* greybus: arche-platform: Add support for SPI bus sharing for MihiVaibhav Hiremath2016-08-031-18/+7Star
* greybus: arche-platform: Reset SVC & APB only if turned off by SUSPEND_PREPAREVaibhav Hiremath2016-08-031-0/+3
* greybus: arche-platform: Add support for init-off featureVaibhav Hiremath2016-07-201-14/+16
* greybus: hd: arche-platform: implement greybus shutdownDavid Lin2016-07-161-0/+10
* greybus: timesync: Add timesync core driverBryan O'Donoghue2016-06-071-9/+62
* greybus: arche-platform: Enable SVC clock during FW_FLASHING stateVaibhav Hiremath2016-05-261-2/+12
* greybus: arche-platform: Enter ACTIVE state only from OFF stateVaibhav Hiremath2016-05-261-0/+7
* greybus: arche-platform: Make fw_flashing_seq() return errorVaibhav Hiremath2016-05-261-3/+6
* greybus: Fix unbalanced irq_enable() backtraceBryan O'Donoghue2016-05-231-1/+1
* greybus: arche-platform: Rename assert_wakedetect=>arche_platform_wd_irq_enVaibhav Hiremath2016-05-211-4/+4
* greybus: arche-platform: Do not assert wake/detect signal to SVCVaibhav Hiremath2016-05-211-14/+6Star
* greybus: arche-platform: Fix the MODULE_LICENSE to match with headerSandeep Patil2016-05-141-1/+1
* greybus: arche-platform: Rework platform/wd-line state transition logicBryan O'Donoghue2016-05-051-25/+48
* greybus: arche-platform: Export fn to allow timesync driver to change the stateVaibhav Hiremath2016-05-051-8/+117
* greybus: arche-platform: Rename spinlock variable lock => wake_detect_lockVaibhav Hiremath2016-05-051-12/+14
* greybus: arche-ctrl: Don't expose driver internals to arche-platform driverViresh Kumar2016-04-231-17/+2Star
* greybus: arche-platform: Power-off unipro subsystem upon suspendDavid Lin2016-04-151-0/+35
* greybus: arche-platfrom: Get rid of 2sec delay in USB3613 configurationVaibhav Hiremath2016-04-131-27/+4Star
* greybus: arche-platform: fix incorrect gpio variable typeDavid Lin2016-03-081-1/+1
* greybus: arche-platform: Disable HUB3613 only in APB poweroff fnVaibhav Hiremath2016-02-261-9/+5Star
* greybus: arche-platform: Make sure APB power cycles on coldbootVaibhav Hiremath2016-02-261-0/+2
* greybus: arche-platform: Disable wake/detect interrupt in poweroffVaibhav Hiremath2016-02-261-0/+1
* greybus: arche-platform: Set direction of wake/detect gpio in poweroff fnVaibhav Hiremath2016-02-261-1/+1
* greybus: arche-platform: Assert wake/detect after SVC reset without delayVaibhav Hiremath2016-02-261-0/+13
* greybus: arche-platform: Enable interrupt support on wake/detect lineVaibhav Hiremath2016-02-261-0/+120
* greybus: arche-platform: Add wake detect state based on functionalityVaibhav Hiremath2016-02-261-0/+13
* greybus: arche-platform: Convert delayed work to do only hub3613 configurationVaibhav Hiremath2016-02-261-56/+8Star
* greybus: arche-platform: Fix exit path in probe fnVaibhav Hiremath2016-02-251-2/+8
* greybus: arche-platform: Avoid doing same thing again in poweroff fnVaibhav Hiremath2016-02-241-4/+8
* greybus: arche-platform: Return immediately if in same state from state chang...Vaibhav Hiremath2016-02-241-0/+9