Tomoya MORINAGA ([email protected])

Number of posts: 363 (1.51 per day)
First post: 2010-11-01 07:15:09
Last post: 2011-07-01 02:19:05

Date List Subject
2010-12-15 10:52:46 linux-kernel Re: [MeeGo-dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35
2010-12-14 07:46:08 linux-kernel Re: [MeeGo-dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35
2010-12-14 02:16:10 linux-kernel Re: [PATCH net-next-2.6 v9 20/20] pch_can: Replace netif_rx to netif_receive_skb
2010-12-13 06:27:32 linux-kernel [PATCH net-next-2.6 v9 03/20] pch_can: Fix endianness issue
2010-12-13 06:26:38 linux-kernel [PATCH net-next-2.6 v9 04/20] pch_can: Improve rx processing
2010-12-13 06:25:59 linux-kernel [PATCH net-next-2.6 v9 06/20] pch_can: Rename function/macro name
2010-12-13 06:25:30 linux-kernel [PATCH net-next-2.6 v9 07/20] pch_can: Change functions type
2010-12-13 06:25:27 linux-kernel [PATCH net-next-2.6 v9 08/20] pch_can: Reduce register access
2010-12-13 06:24:59 linux-kernel [PATCH net-next-2.6 v9 09/20] pch_can: Change Copyright and module description
2010-12-13 06:24:25 linux-kernel [PATCH net-next-2.6 v9 11/20] pch_can: Fix coding rule violation
2010-12-13 06:24:23 linux-kernel [PATCH net-next-2.6 v9 12/20] pch_can: Delete unnecessary/redundant code
2010-12-13 06:23:57 linux-kernel [PATCH net-next-2.6 v9 13/20] pch_can: Fix bit timing calculation issue
2010-12-13 06:23:43 linux-kernel [PATCH net-next-2.6 v9 17/20] pch_can: Fix incorrect return processing
2010-12-13 06:22:30 linux-kernel [PATCH net-next-2.6 v9 20/20] pch_can: Replace netif_rx to netif_receive_skb
2010-12-13 06:22:27 linux-kernel [PATCH net-next-2.6 v9 19/20] pch_can: Add setting TEC/REC statistics processing
2010-12-13 06:22:25 linux-kernel [PATCH net-next-2.6 v9 14/20] pch_can: Fix miss-setting status issue
2010-12-13 06:22:22 linux-kernel [PATCH net-next-2.6 v9 18/20] pch_can: Optimize "if" condition in rx/tx processing
2010-12-13 06:22:20 linux-kernel [PATCH net-next-2.6 v9 16/20] pch_can: Move MSI processing to probe/remove processing
2010-12-13 06:22:10 linux-kernel [PATCH net-next-2.6 v9 15/20] pch_can: Comment optimization
2010-12-13 06:22:05 linux-kernel [PATCH net-next-2.6 v9 10/20] pch_can: Replace netdev_dbg instead of dev_dbg partly
2010-12-13 06:22:03 linux-kernel [PATCH net-next-2.6 v9 05/20] pch_can: Fix warnings
2010-12-13 06:22:00 linux-kernel [PATCH net-next-2.6 v9 02/20] pch_can: Divide poll function
2010-12-13 06:21:59 linux-kernel [PATCH net-next-2.6 v9 01/20] pch_can: Add flow control processing
2010-12-07 11:22:42 linux-kernel Re: [PATCH net-next-2.6 8/17 v2] can: EG20T PCH: Change Copyright and module description
2010-12-07 11:09:50 linux-kernel [PATCH net-next-2.6 v8 20/20] CAN : Replace netif_rx to netif_receive_skb
2010-12-07 11:09:20 linux-kernel [PATCH net-next-2.6 v8 19/20] CAN : Add setting TEC/REC statistics processing
2010-12-07 11:08:56 linux-kernel [PATCH net-next-2.6 v8 18/20] CAN : Optimize "if" condition in rx/tx processing
2010-12-07 11:08:27 linux-kernel [PATCH net-next-2.6 v8 17/20] CAN : Fix incorrect return processing
2010-12-07 11:07:54 linux-kernel [PATCH net-next-2.6 v8 16/20] CAN : Move MSI processing to probe/remove processing.
2010-12-07 11:07:28 linux-kernel [PATCH net-next-2.6 v8 15/20] CAN : Comment optimization
2010-12-07 11:07:07 linux-kernel [PATCH net-next-2.6 v8 14/20] CAN : Fix miss-setting status issue
2010-12-07 11:06:43 linux-kernel [PATCH net-next-2.6 v8 13/20] CAN : Fix bit timing calculation issue
2010-12-07 11:06:20 linux-kernel [PATCH net-next-2.6 v8 12/20] CAN : Delete unnecessary/redundant code
2010-12-07 11:05:58 linux-kernel [PATCH net-next-2.6 v8 11/20] CAN : Fix coding rule violation
2010-12-07 11:05:33 linux-kernel [PATCH net-next-2.6 v8 10/20] CAN : Replace netdev_dbg instead of dev_dbg partly
2010-12-07 11:04:50 linux-kernel [PATCH net-next-2.6 v8 09/20] CAN : Change Copyright and module description
2010-12-07 11:04:27 linux-kernel [PATCH net-next-2.6 v8 08/20] CAN : Reduce register access
2010-12-07 11:03:58 linux-kernel [PATCH net-next-2.6 v8 07/20] CAN : Change functions type
2010-12-07 11:03:15 linux-kernel [PATCH net-next-2.6 v8 06/20] CAN : Rename function/macro name
2010-12-07 11:02:41 linux-kernel [PATCH net-next-2.6 v8 06/20] CAN : Rename function/macro name
2010-12-07 11:02:10 linux-kernel [PATCH net-next-2.6 v8 05/20] CAN : Fix warnings
2010-12-07 11:01:37 linux-kernel [PATCH net-next-2.6 v8 04/20] CAN : Improve rx processing.
2010-12-07 11:00:51 linux-kernel [PATCH net-next-2.6 v8 03/20] CAN : Fix endianness issue.
2010-12-07 11:00:30 linux-kernel [PATCH net-next-2.6 v8 02/20] CAN : Divide poll function
2010-12-07 10:58:07 linux-kernel [PATCH net-next-2.6 v8 01/20] CAN : Add flow control processing.
2010-12-07 10:56:36 linux-kernel Re: [PATCH net-next-2.6 8/17 v2] can: EG20T PCH: Change Copyright and module description
2010-12-07 10:51:35 linux-kernel Re: [PATCH net-next-2.6 v7 01/24] CAN : Separate interface register fromwhole of register structure.
2010-12-07 10:15:05 linux-kernel [PATCH net-next-2.6 v7 01/24] CAN : Separate interface register from whole of register structure.
2010-12-07 09:50:41 linux-kernel Re: [PATCH net-next-2.6 8/17 v2] can: EG20T PCH: Change Copyright and module description
2010-12-07 08:32:33 linux-kernel Re: [PATCH net-next-2.6 8/17 v2] can: EG20T PCH: Change Copyright and module description
2010-12-07 02:17:04 linux-kernel [PATCH v2] EG20T: Update PCH_I2C driver to 2.6.37