Revision e301370ac553a9a0ac0d1d25e769b86cf60395b3 authored by Edmund Nadolski on 02 June 2011, 00:10:43 UTC, committed by Dan Williams on 03 July 2011, 11:04:50 UTC
This cleans up several areas of the state machine mechanism:

 o Rename sci_base_state_machine_change_state to sci_change_state
 o Remove sci_base_state_machine_get_state function
 o Rename 'state_machine' struct member to 'sm' in client structs
 o Shorten the name of request states
 o Shorten state machine state names as follows:
        SCI_BASE_CONTROLLER_STATE_xxx to SCIC_xxx
        SCI_BASE_PHY_STATE_xxx to SCI_PHY_xxx
        SCIC_SDS_PHY_STARTING_SUBSTATE_xxx to SCI_PHY_SUB_xxx
        SCI_BASE_PORT_STATE_xxx to SCI_PORT_xxx and
        SCIC_SDS_PORT_READY_SUBSTATE_xxx to SCI_PORT_SUB_xxx
        SCI_BASE_REMOTE_DEVICE_STATE_xxx to SCI_DEV_xxx
        SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_xxx to SCI_STP_DEV_xxx
        SCIC_SDS_SMP_REMOTE_DEVICE_READY_SUBSTATE_xxx to SCI_SMP_DEV_xxx
        SCIC_SDS_REMOTE_NODE_CONTEXT_xxx_STATE to SCI_RNC_xxx

Signed-off-by: Edmund Nadolski <edmund.nadolski@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 8d2c65c
History
File Mode Size
88pm8607.c -rw-r--r-- 15.0 KB
Kconfig -rw-r--r-- 9.3 KB
Makefile -rw-r--r-- 2.0 KB
ab3100.c -rw-r--r-- 16.6 KB
ab8500.c -rw-r--r-- 21.4 KB
ad5398.c -rw-r--r-- 6.4 KB
bq24022.c -rw-r--r-- 3.9 KB
core.c -rw-r--r-- 75.3 KB
da903x.c -rw-r--r-- 17.1 KB
db8500-prcmu.c -rw-r--r-- 12.7 KB
dummy.c -rw-r--r-- 1.6 KB
dummy.h -rw-r--r-- 718 bytes
fixed.c -rw-r--r-- 6.2 KB
isl6271a-regulator.c -rw-r--r-- 5.3 KB
lp3971.c -rw-r--r-- 13.6 KB
lp3972.c -rw-r--r-- 16.3 KB
max1586.c -rw-r--r-- 7.3 KB
max8649.c -rw-r--r-- 9.8 KB
max8660.c -rw-r--r-- 13.4 KB
max8925-regulator.c -rw-r--r-- 8.3 KB
max8952.c -rw-r--r-- 9.2 KB
max8997.c -rw-r--r-- 29.6 KB
max8998.c -rw-r--r-- 23.3 KB
mc13783-regulator.c -rw-r--r-- 13.1 KB
mc13892-regulator.c -rw-r--r-- 18.8 KB
mc13xxx-regulator-core.c -rw-r--r-- 7.3 KB
mc13xxx.h -rw-r--r-- 3.1 KB
pcap-regulator.c -rw-r--r-- 7.9 KB
pcf50633-regulator.c -rw-r--r-- 9.1 KB
tps6105x-regulator.c -rw-r--r-- 4.9 KB
tps65023-regulator.c -rw-r--r-- 15.0 KB
tps6507x-regulator.c -rw-r--r-- 15.8 KB
tps6524x-regulator.c -rw-r--r-- 15.5 KB
tps6586x-regulator.c -rw-r--r-- 11.0 KB
tps65910-regulator.c -rw-r--r-- 21.8 KB
twl-regulator.c -rw-r--r-- 28.3 KB
userspace-consumer.c -rw-r--r-- 4.9 KB
virtual.c -rw-r--r-- 8.9 KB
wm831x-dcdc.c -rw-r--r-- 25.7 KB
wm831x-isink.c -rw-r--r-- 6.3 KB
wm831x-ldo.c -rw-r--r-- 20.8 KB
wm8350-regulator.c -rw-r--r-- 38.1 KB
wm8400-regulator.c -rw-r--r-- 10.1 KB
wm8994-regulator.c -rw-r--r-- 7.5 KB

back to top