linux/drivers/staging/mei
Tomas Winkler 0288c7c975 staging: mei: io_list functions revamp
1. remove list used for loop. There were only 2 loops used in non
   time critical places so we can safely unroll them
2. normalize functions names operating on io_list to mei_io_list_<op>
3. rename mei_fe_same_id to mei_cl_cmp_id  used for comparing list
   elements containing struct mei_cl
4. group together  io_list functions in the header file

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Oren Weil <oren.jer.weil@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-06-28 13:21:33 -07:00
..
hw.h staging/mei: Hardware and MEI driver internal struct definition 2011-05-18 08:30:58 -07:00
init.c staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
interface.c staging: mei: rename num_mei_me_clients to me_clients_num 2011-06-28 13:21:32 -07:00
interface.h staging/mei: MEI link layer 2011-05-18 08:30:57 -07:00
interrupt.c staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
iorw.c staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
Kconfig staging/mei: add mei to staging Kbuild 2011-05-18 08:30:59 -07:00
main.c staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
Makefile staging/mei: add mei to staging Kbuild 2011-05-18 08:30:59 -07:00
mei_dev.h staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
mei_version.h staging/mei: PCI device and char driver support. 2011-05-18 08:30:56 -07:00
mei.h staging/mei: mei.h defining user space interface 2011-05-18 08:30:58 -07:00
mei.txt
TODO staging/mei: MEI Driver TODO list 2011-05-18 08:30:56 -07:00
wd.c staging: mei: mei_dev - use type bool instead of int 2011-06-28 13:20:33 -07:00