aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/arche-platform.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Staging: greybus: Fix spelling error in commentGravatar Eames Trinh 1-1/+1
2017-07-27staging: greybus: Remove unnecessary platform_set_drvdataGravatar Amitoj Kaur Chawla 1-1/+0
2017-07-16staging: greybus: arche: wrap over-length linesGravatar Mitchell Tasman 1-3/+8
2017-05-18staging: greybus: mark PM functions as __maybe_unusedGravatar Arnd Bergmann 1-2/+2
2017-05-16staging: greybus: enable compile testing of arche driverGravatar Johan Hovold 1-0/+7
2017-05-16staging: greybus: arche: remove timesync remainsGravatar Johan Hovold 1-143/+0
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGravatar Gioh Kim 1-15/+28
2016-11-14Merge 4.9-rc5 into staging-nextGravatar Greg Kroah-Hartman 1-0/+1
2016-11-07staging: greybus: arche-platform: fix device reference leakGravatar Johan Hovold 1-0/+1
2016-10-30Merge 4.9-rc3 into staging-nextGravatar Greg Kroah-Hartman 1-0/+1
2016-10-24greybus: arche-platform: Add missing of_node_put() in arche_platform_change_s...Gravatar Wei Yongjun 1-0/+1
2016-10-16staging: greybus: arche-platform: Format block comments.Gravatar Elise Lennion 1-1/+2
2016-09-23staging: greybus: arche-platform: declare struct of_device_id as constGravatar Eva Rachel Retuya 1-2/+2
2016-09-22staging: greybus: arche-platform: compress return logic into one lineGravatar Eva Rachel Retuya 1-2/+1
2016-08-03greybus: arche-platform: Add support for SPI bus sharing for MihiGravatar Vaibhav Hiremath 1-18/+7
2016-08-03greybus: arche-platform: Reset SVC & APB only if turned off by SUSPEND_PREPAREGravatar Vaibhav Hiremath 1-0/+3
2016-07-19greybus: arche-platform: Add support for init-off featureGravatar Vaibhav Hiremath 1-14/+16
2016-07-16greybus: hd: arche-platform: implement greybus shutdownGravatar David Lin 1-0/+10
2016-06-06greybus: timesync: Add timesync core driverGravatar Bryan O'Donoghue 1-9/+62
2016-05-25greybus: arche-platform: Enable SVC clock during FW_FLASHING stateGravatar Vaibhav Hiremath 1-2/+12
2016-05-25greybus: arche-platform: Enter ACTIVE state only from OFF stateGravatar Vaibhav Hiremath 1-0/+7
2016-05-25greybus: arche-platform: Make fw_flashing_seq() return errorGravatar Vaibhav Hiremath 1-3/+6
2016-05-23greybus: Fix unbalanced irq_enable() backtraceGravatar Bryan O'Donoghue 1-1/+1
2016-05-20greybus: arche-platform: Rename assert_wakedetect=>arche_platform_wd_irq_enGravatar Vaibhav Hiremath 1-4/+4
2016-05-20greybus: arche-platform: Do not assert wake/detect signal to SVCGravatar Vaibhav Hiremath 1-14/+6
2016-05-14greybus: arche-platform: Fix the MODULE_LICENSE to match with headerGravatar Sandeep Patil 1-1/+1
2016-05-05greybus: arche-platform: Rework platform/wd-line state transition logicGravatar Bryan O'Donoghue 1-25/+48
2016-05-05greybus: arche-platform: Export fn to allow timesync driver to change the stateGravatar Vaibhav Hiremath 1-8/+117
2016-05-05greybus: arche-platform: Rename spinlock variable lock => wake_detect_lockGravatar Vaibhav Hiremath 1-12/+14
2016-04-23greybus: arche-ctrl: Don't expose driver internals to arche-platform driverGravatar Viresh Kumar 1-17/+2
2016-04-15greybus: arche-platform: Power-off unipro subsystem upon suspendGravatar David Lin 1-0/+35
2016-04-12greybus: arche-platfrom: Get rid of 2sec delay in USB3613 configurationGravatar Vaibhav Hiremath 1-27/+4
2016-03-08greybus: arche-platform: fix incorrect gpio variable typeGravatar David Lin 1-1/+1
2016-02-25greybus: arche-platform: Disable HUB3613 only in APB poweroff fnGravatar Vaibhav Hiremath 1-9/+5
2016-02-25greybus: arche-platform: Make sure APB power cycles on coldbootGravatar Vaibhav Hiremath 1-0/+2
2016-02-25greybus: arche-platform: Disable wake/detect interrupt in poweroffGravatar Vaibhav Hiremath 1-0/+1
2016-02-25greybus: arche-platform: Set direction of wake/detect gpio in poweroff fnGravatar Vaibhav Hiremath 1-1/+1
2016-02-25greybus: arche-platform: Assert wake/detect after SVC reset without delayGravatar Vaibhav Hiremath 1-0/+13
2016-02-25greybus: arche-platform: Enable interrupt support on wake/detect lineGravatar Vaibhav Hiremath 1-0/+120
2016-02-25greybus: arche-platform: Add wake detect state based on functionalityGravatar Vaibhav Hiremath 1-0/+13
2016-02-25greybus: arche-platform: Convert delayed work to do only hub3613 configurationGravatar Vaibhav Hiremath 1-56/+8
2016-02-24greybus: arche-platform: Fix exit path in probe fnGravatar Vaibhav Hiremath 1-2/+8
2016-02-23greybus: arche-platform: Avoid doing same thing again in poweroff fnGravatar Vaibhav Hiremath 1-4/+8
2016-02-23greybus: arche-platform: Return immediately if in same state from state chang...Gravatar Vaibhav Hiremath 1-0/+9
2016-02-15greybus: arche-platform: Control usb3613 from arche-platformGravatar Vaibhav Hiremath 1-0/+19
2016-02-15greybus: arche-platform: Do not export any gpiosGravatar Vaibhav Hiremath 1-16/+0
2016-02-15greybus: arche-platform: Fix boot, poweroff and fw_flashing seq with APBsGravatar Vaibhav Hiremath 1-15/+62
2016-02-15greybus: arche-platform: Introduce FW_FLASHING stateGravatar Vaibhav Hiremath 1-0/+27
2016-02-15greybus: arche_platform: Add sysfs to allow user to change stateGravatar Vaibhav Hiremath 1-0/+56
2016-02-15greybus: arche-platform: Pull wake/detect low in poweroffGravatar Vaibhav Hiremath 1-0/+4