aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arche-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-05staging: greybus: correct typo in commentNickalas Cason1-1/+1
2021-04-02staging: greybus: arche-platform: Ending line with argumentBeatriz Martins de Carvalho1-6/+4
2019-08-27staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman1-1/+1
2019-01-15staging: greybus: arche-platform: Switch to the gpio descriptor interfaceNishad Kamdar1-83/+41
2018-04-29staging: greybus: Use gpio_is_valid()Arvind Yadav1-3/+3
2018-04-23staging: greybus: simplify getting .drvdataWolfram Sang1-2/+1
2017-12-19staging: greybus: arche-platform.c: Fix alignment should match open parenthesisKamal Heib1-9/+12
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-08-22Staging: greybus: Fix spelling error in commentEames Trinh1-1/+1
2017-07-27staging: greybus: Remove unnecessary platform_set_drvdataAmitoj Kaur Chawla1-1/+0
2017-07-16staging: greybus: arche: wrap over-length linesMitchell Tasman1-3/+8
2017-05-18staging: greybus: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2017-05-16staging: greybus: enable compile testing of arche driverJohan Hovold1-0/+7
2017-05-16staging: greybus: arche: remove timesync remainsJohan Hovold1-143/+0
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim1-15/+28
2016-11-14Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman1-0/+1
2016-11-07staging: greybus: arche-platform: fix device reference leakJohan Hovold1-0/+1
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman1-0/+1
2016-10-24greybus: arche-platform: Add missing of_node_put() in arche_platform_change_state()Wei Yongjun1-0/+1
2016-10-16staging: greybus: arche-platform: Format block comments.Elise Lennion1-1/+2
2016-09-23staging: greybus: arche-platform: declare struct of_device_id as constEva Rachel Retuya1-2/+2
2016-09-22staging: greybus: arche-platform: compress return logic into one lineEva Rachel Retuya1-2/+1
2016-08-03greybus: arche-platform: Add support for SPI bus sharing for MihiVaibhav Hiremath1-18/+7
2016-08-03greybus: arche-platform: Reset SVC & APB only if turned off by SUSPEND_PREPAREVaibhav Hiremath1-0/+3
2016-07-19greybus: arche-platform: Add support for init-off featureVaibhav Hiremath1-14/+16
2016-07-16greybus: hd: arche-platform: implement greybus shutdownDavid Lin1-0/+10
2016-06-06greybus: timesync: Add timesync core driverBryan O'Donoghue1-9/+62
2016-05-25greybus: arche-platform: Enable SVC clock during FW_FLASHING stateVaibhav Hiremath1-2/+12
2016-05-25greybus: arche-platform: Enter ACTIVE state only from OFF stateVaibhav Hiremath1-0/+7
2016-05-25greybus: arche-platform: Make fw_flashing_seq() return errorVaibhav Hiremath1-3/+6
2016-05-23greybus: Fix unbalanced irq_enable() backtraceBryan O'Donoghue1-1/+1
2016-05-20greybus: arche-platform: Rename assert_wakedetect=>arche_platform_wd_irq_enVaibhav Hiremath1-4/+4
2016-05-20greybus: arche-platform: Do not assert wake/detect signal to SVCVaibhav Hiremath1-14/+6
2016-05-14greybus: arche-platform: Fix the MODULE_LICENSE to match with headerSandeep Patil1-1/+1
2016-05-05greybus: arche-platform: Rework platform/wd-line state transition logicBryan O'Donoghue1-25/+48
2016-05-05greybus: arche-platform: Export fn to allow timesync driver to change the stateVaibhav Hiremath1-8/+117
2016-05-05greybus: arche-platform: Rename spinlock variable lock => wake_detect_lockVaibhav Hiremath1-12/+14
2016-04-23greybus: arche-ctrl: Don't expose driver internals to arche-platform driverViresh Kumar1-17/+2
2016-04-15greybus: arche-platform: Power-off unipro subsystem upon suspendDavid Lin1-0/+35
2016-04-12greybus: arche-platfrom: Get rid of 2sec delay in USB3613 configurationVaibhav Hiremath1-27/+4
2016-03-08greybus: arche-platform: fix incorrect gpio variable typeDavid Lin1-1/+1
2016-02-25greybus: arche-platform: Disable HUB3613 only in APB poweroff fnVaibhav Hiremath1-9/+5
2016-02-25greybus: arche-platform: Make sure APB power cycles on coldbootVaibhav Hiremath1-0/+2
2016-02-25greybus: arche-platform: Disable wake/detect interrupt in poweroffVaibhav Hiremath1-0/+1
2016-02-25greybus: arche-platform: Set direction of wake/detect gpio in poweroff fnVaibhav Hiremath1-1/+1
2016-02-25greybus: arche-platform: Assert wake/detect after SVC reset without delayVaibhav Hiremath1-0/+13
2016-02-25greybus: arche-platform: Enable interrupt support on wake/detect lineVaibhav Hiremath1-0/+120
2016-02-25greybus: arche-platform: Add wake detect state based on functionalityVaibhav Hiremath1-0/+13
2016-02-25greybus: arche-platform: Convert delayed work to do only hub3613 configurationVaibhav Hiremath1-56/+8