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
i1480
Kconfig -rw-r--r-- 2.5 KB
Makefile -rw-r--r-- 448 bytes
address.c -rw-r--r-- 10.1 KB
allocator.c -rw-r--r-- 10.0 KB
beacon.c -rw-r--r-- 16.2 KB
driver.c -rw-r--r-- 3.8 KB
drp-avail.c -rw-r--r-- 8.6 KB
drp-ie.c -rw-r--r-- 9.5 KB
drp.c -rw-r--r-- 24.1 KB
est.c -rw-r--r-- 13.4 KB
hwa-rc.c -rw-r--r-- 27.8 KB
ie-rcv.c -rw-r--r-- 1.6 KB
ie.c -rw-r--r-- 9.6 KB
lc-dev.c -rw-r--r-- 12.7 KB
lc-rc.c -rw-r--r-- 10.9 KB
neh.c -rw-r--r-- 17.5 KB
pal.c -rw-r--r-- 2.3 KB
radio.c -rw-r--r-- 4.5 KB
reset.c -rw-r--r-- 10.9 KB
rsv.c -rw-r--r-- 26.9 KB
scan.c -rw-r--r-- 4.0 KB
umc-bus.c -rw-r--r-- 5.4 KB
umc-dev.c -rw-r--r-- 2.2 KB
umc-drv.c -rw-r--r-- 819 bytes
uwb-debug.c -rw-r--r-- 9.5 KB
uwb-internal.h -rw-r--r-- 11.1 KB
uwbd.c -rw-r--r-- 10.2 KB
whc-rc.c -rw-r--r-- 13.2 KB
whci.c -rw-r--r-- 6.5 KB

back to top