Re: [Linux-zigbee-devel] [PATCH] ieee802154/cc2420: Add new functions and etc

2010-08-04 Thread Xue Liu
>From ce59a9aabdae1158b1e85ad611f867ad429b136c Mon Sep 17 00:00:00 2001 From: xue liu Date: Wed, 4 Aug 2010 22:13:26 +0800 Subject: [PATCH] ieee802154/cc2420: Add new functions and etc Signed-off-by: xue liu --- drivers/ieee802154/cc2420.c | 158 +++ inc

Re: [Linux-zigbee-devel] [PATCH] ieee802154/cc2420: Add new functions and etc

2010-08-03 Thread Dmitry Eremin-Solenikov
Hi, colleagues, Can one please send me (or to the list) the final version of this patch, so I can apply it? On 7/28/10, Xue Liu wrote: > Hi, Jonathan > > 2010/7/28 Jonathan Cameron > >> On 07/28/10 13:00, xue liu wrote: >> > * Add cc2420_write_ram() function >> > * Add cc2420_set_hw_addr_filt()

Re: [Linux-zigbee-devel] [PATCH] ieee802154/cc2420: Add new functions and etc

2010-07-28 Thread Xue Liu
Hi, Jonathan 2010/7/28 Jonathan Cameron > On 07/28/10 13:00, xue liu wrote: > > * Add cc2420_write_ram() function > > * Add cc2420_set_hw_addr_filt() function > > * Implement cc2420_ed() > > * Close cc2420 address decode > > * Delte useless comments > Delete > > Otherwise please clarify the comm

Re: [Linux-zigbee-devel] [PATCH] ieee802154/cc2420: Add new functions and etc

2010-07-28 Thread Jonathan Cameron
On 07/28/10 13:00, xue liu wrote: > * Add cc2420_write_ram() function > * Add cc2420_set_hw_addr_filt() function > * Implement cc2420_ed() > * Close cc2420 address decode > * Delte useless comments Delete Otherwise please clarify the comment I have highlighted below. Looks good to me with those t

[Linux-zigbee-devel] [PATCH] ieee802154/cc2420: Add new functions and etc

2010-07-28 Thread xue liu
* Add cc2420_write_ram() function * Add cc2420_set_hw_addr_filt() function * Implement cc2420_ed() * Close cc2420 address decode * Delte useless comments * Update my profile Signed-off-by: xue liu --- drivers/ieee802154/cc2420.c | 159 +++ include/linux/s

Re: [Linux-zigbee-devel] [PATCH] ieee802154/cc2420:Add new functions and etc

2010-07-23 Thread Xue Liu
Hi, Thanks Jonathan for your suggestion. My laptop drinks some coffee. It will recover until next Tuesday. Please wait a moment. regards xue liu 2010/7/19 Jonathan Cameron : > > Hi, > > On 07/18/10 13:39, Xue Liu wrote: >>>From 7601e0cca43dbbd02d5d7e33d3bc858d8acaf384 Mon Sep 17 00:00:00 2001 >

Re: [Linux-zigbee-devel] [PATCH] ieee802154/cc2420:Add new functions and etc

2010-07-18 Thread Jonathan Cameron
Hi, On 07/18/10 13:39, Xue Liu wrote: >>From 7601e0cca43dbbd02d5d7e33d3bc858d8acaf384 Mon Sep 17 00:00:00 2001 > From: liuxue You are going to want to fix your address unless you want that getting in the logs! > Date: Sun, 18 Jul 2010 20:24:24 +0800 > Subject: [PATCH] ieee802154/cc2420:Add new f

[Linux-zigbee-devel] [PATCH] ieee802154/cc2420:Add new functions and etc

2010-07-18 Thread Xue Liu
>From 7601e0cca43dbbd02d5d7e33d3bc858d8acaf384 Mon Sep 17 00:00:00 2001 From: liuxue Date: Sun, 18 Jul 2010 20:24:24 +0800 Subject: [PATCH] ieee802154/cc2420:Add new functions and etc * Add cc2420 ram access function * Add cc2420_ed() and cc2420_set_hw_addr_filt() * Add sysfs support for debug *