index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
/
arche-apb-ctrl.c
Age
Commit message (
Expand
)
Author
2017-01-03
staging: greybus: arche-apb-ctrl: fix unused warnings on resume/suspend
Jérémy Lefaure
2016-10-16
staging: greybus: fix block comment
Hisao Tanabe
2016-10-16
staging: greybus: Fix a commit coding style issue.
Sidhant Gupta
2016-09-23
staging: greybus: arche-apb-ctrl: declare struct of_device_id as const
Eva Rachel Retuya
2016-08-03
greybus: arche-platform: Add support for SPI bus sharing for Mihi
Vaibhav Hiremath
2016-07-28
greybus: arche-apb-ctrl: Rename ara,init-disable => arche,init-disable
Vaibhav Hiremath
2016-07-16
greybus: hd: arche-platform: implement greybus shutdown
David Lin
2016-06-06
greybus: timesync: Add timesync core driver
Bryan O'Donoghue
2016-04-23
greybus: arche-ctrl: Don't expose driver internals to arche-platform driver
Viresh Kumar
2016-03-08
greybus: arche-platform: fix incorrect gpio variable type
David Lin
2016-02-25
greybus: arche-apb-ctrl: Remove extra delay in APB reset
Vaibhav Hiremath
2016-02-23
greybus: arche-apb-ctrl: Return immediately if in same state from state chang...
Vaibhav Hiremath
2016-02-16
greybus: arche-apb-ctrl: Do not coldboot APBs in probe
Vaibhav Hiremath
2016-02-15
greybus: arche-apb-ctrl: Do not export any gpios
Vaibhav Hiremath
2016-02-15
greybus: arche-apb-ctrl: Export operational fns from driver
Vaibhav Hiremath
2016-02-15
greybus: arche-apb-ctrl: Rename internal operational state fns
Vaibhav Hiremath
2016-02-15
greybus: arche-apb-ctrl: Introduce ara,init-disable property for APB
Vaibhav Hiremath
2016-02-15
greybus: arche-apb-ctrl: Add sysfs to allow user to change state
Vaibhav Hiremath
2016-02-15
greybus: arche-apb-ctrl: Pass only platform_device to _seq fns
Vaibhav Hiremath
2016-02-15
greybus: arche-apb-ctrl: Set default state value to OFF
Vaibhav Hiremath
2016-02-15
greybus: arche-apb-ctrl: Rename init_seq and cleanup fn
Vaibhav Hiremath
2016-02-15
greybus: arche-apb-ctrl: Re-arrange init sequence
Vaibhav Hiremath
2016-02-12
greybus: arche-platform: make apb_state common to both platform drivers
Vaibhav Hiremath
2016-02-09
greybus: Revert "arche-apb-ctrl: Remove extra delay in APB reset"
Vaibhav Hiremath
2016-02-05
greybus: arche-apb-ctrl: Remove extra delay in APB reset
Vaibhav Hiremath
2016-01-25
greybus: arche-platform: Disable clock as part of driver remove
Vaibhav Hiremath
2016-01-13
greybus: arche-apb-ctrl: Enable the clocks after regulator enable
Vaibhav Hiremath
2016-01-11
greybus: arche-apb-ctrl: deassert reset at the end of probe
Vaibhav Hiremath
2016-01-11
greybus: arche-apb-ctrl: Remove wake_detect gpio and related code
Vaibhav Hiremath
2016-01-11
greybus: arche: Remove unwanted headers and rearrange others
Viresh Kumar
2016-01-11
greybus: arche-apb: Drop unnecessary checks
Viresh Kumar
2016-01-11
greybus: arche-apb: Do cleanup within apb_ctrl_init_seq() for error cases
Viresh Kumar
2016-01-11
greybus: arche-apb: Don't use gpio after failing to request it
Viresh Kumar
2016-01-11
greybus: arche-apb: Properly use dev_err/info/warn
Viresh Kumar
2016-01-11
greybus: arche-apb: NULL is a valid regulator
Viresh Kumar
2016-01-11
greybus: arche-apb: devm_regulator_get() doesn't return NULL
Viresh Kumar
2016-01-11
greybus: arche-apb: Replace gpio_is_valid() with gpio < 0 checks
Viresh Kumar
2016-01-11
greybus: arche-apb: platform data 'apb' is guaranteed to be valid
Viresh Kumar
2016-01-11
greybus: arche-apb: Spelling and whitespace fixes
Viresh Kumar
2016-01-06
greybus: arche-apb-ctrl: Do not bring APB out of reset in probe
Vaibhav Hiremath
2016-01-06
greybus: arche-apb-ctrl: Set wake_detect gpio to low initially
Vaibhav Hiremath
2016-01-06
greybus: arche-platform: Export gpio (reset & sys_boot) to user
Vaibhav Hiremath
2016-01-04
greybus: arche-platform: merge arche-apb-ctrl and arche-platform
Greg Kroah-Hartman
2015-12-22
greybus: arche-apb-ctrl: Assert reset to APB at the end of probe
Vaibhav Hiremath
2015-12-22
greybus: arche-apb-ctrl: Add APB control driver
Vaibhav Hiremath