Shahar Avidar ([email protected])

Number of posts: 62 (0.94 per day)
First post: 2024-02-25 17:34:27
Last post: 2024-05-02 08:53:37

Date List Subject
2024-05-02 08:53:37 linux-kernel Re: [PATCH 1/2] staging: pi433: Use class_create instead of class_register.
2024-05-02 08:44:28 linux-kernel Re: [PATCH 2/2] staging: pi433: Rename goto label.
2024-05-02 08:40:56 linux-kernel Re: [PATCH 1/2] staging: pi433: Use class_create instead of class_register.
2024-05-01 05:59:17 linux-kernel [PATCH 2/2] staging: pi433: Rename goto label.
2024-05-01 05:59:02 linux-kernel [PATCH 1/2] staging: pi433: Use class_create instead of class_register.
2024-05-01 05:58:34 linux-kernel [PATCH 0/2] staging: pi433: Use class_create API.
2024-04-05 07:48:12 linux-kernel Re: [PATCH v2 6/6] staging: pi433: Rename return value from "status" to "ret".
2024-04-05 07:47:33 linux-kernel Re: [PATCH v2 5/6] staging: pi433: Remove duplicated code using the "goto" error recovery scheme.
2024-04-05 07:42:12 linux-kernel [PATCH v3 5/7] staging: pi433: Remove duplicated code using the "goto" error recovery scheme.
2024-04-05 07:42:03 linux-kernel [PATCH v3 4/7] staging: pi433: Rename "pi433_dev" of type "dev_t" to "pi433_devt"
2024-04-05 07:41:55 linux-kernel [PATCH v3 3/7] staging: pi433: Replace pi433_receive param void type to struct pi433_device.
2024-04-05 07:41:47 linux-kernel [PATCH v3 7/7] staging: pi433: Reorder pi433_exit cleanup calls.
2024-04-05 07:41:40 linux-kernel [PATCH v3 1/7] staging: pi433: Rename struct pi433_device buffer field to tx_buffer.
2024-04-05 07:41:32 linux-kernel [PATCH v3 0/7] staging: pi433: Cleanup & fix potential resource leak.
2024-04-05 07:41:29 linux-kernel [PATCH v3 6/7] staging: pi433: Add debugfs_remove in case of driver register fails.
2024-04-05 07:41:18 linux-kernel [PATCH v3 2/7] staging: pi433: Rename struct pi433_device instances to pi433.
2024-04-02 11:26:18 linux-kernel [PATCH v2 4/6] staging: pi433: Rename "pi433_dev" of type "dev_t" to "pi433_devt"
2024-04-02 11:24:08 linux-kernel [PATCH v2 3/6] staging: pi433: Replace pi433_receive param void type to struct pi433_device.
2024-04-02 11:24:07 linux-kernel [PATCH v2 2/6] staging: pi433: Rename struct pi433_device instances to pi433.
2024-04-02 11:22:17 linux-kernel [PATCH v2 6/6] staging: pi433: Rename return value from "status" to "ret".
2024-04-02 11:20:13 linux-kernel Re: [PATCH 5/5] staging: pi433: Remove duplicated code using the "goto" error recovery scheme.
2024-04-02 11:15:19 linux-kernel [PATCH v2 5/6] staging: pi433: Remove duplicated code using the "goto" error recovery scheme.
2024-04-02 11:14:42 linux-kernel [PATCH v2 1/6] staging: pi433: Rename struct pi433_device buffer field to tx_buffer.
2024-04-02 11:14:31 linux-kernel [PATCH v2 0/6] staging: pi433: Remove duplicated code using the "goto" error recovery scheme.
2024-03-28 12:21:58 linux-kernel [PATCH 0/5] staging: pi433: Rename vars, update param type & remove duplicated code.
2024-03-28 12:14:49 linux-kernel [PATCH 5/5] staging: pi433: Remove duplicated code using the "goto" error recovery scheme.
2024-03-28 12:14:34 linux-kernel [PATCH 2/5] staging: pi433: Rename struct pi433_device instances to pi433.
2024-03-28 12:14:09 linux-kernel [PATCH 3/5] staging: pi433: Replace pi433_receive param void type to struct pi433_device.
2024-03-28 12:13:56 linux-kernel [PATCH 4/5] staging: pi433: Rename "pi433_dev" of type "dev_t" to "pi433_devt"
2024-03-28 12:13:28 linux-kernel [PATCH 3/5] staging: pi433: Replace pi433_receive param void type to struct pi433_device.
2024-03-28 12:13:09 linux-kernel [PATCH 1/5] staging: pi433: Rename struct pi433_device buffer field to tx_buffer.
2024-03-27 19:23:43 linux-kernel Re: [PATCH v2 0/3] staging: pi433: Fix includes, comments & macros.
2024-03-27 19:10:55 linux-kernel [PATCH v3 3/3] staging: pi433: Make use of spi mode macro instead of magic number.
2024-03-27 19:10:41 linux-kernel [PATCH v3 2/3] staging: pi433: Remove an inaccurate comment.
2024-03-27 19:10:31 linux-kernel [PATCH v3 1/3] staging: pi433: Use headers in appropriate files.
2024-03-27 19:10:20 linux-kernel [PATCH v3 0/3] staging: pi433: Fix includes, comments & macros.
2024-03-27 06:33:00 linux-kernel [PATCH v2 3/3] staging: pi433: Make use of spi mode macro instead of magic number.
2024-03-27 06:32:45 linux-kernel [PATCH v2 2/3] staging: pi433: Remove an inaccurate comment.
2024-03-27 06:32:37 linux-kernel [PATCH v2 1/3] staging: pi433: Use headers in appropriate files.
2024-03-27 06:32:25 linux-kernel [PATCH v2 0/3] staging: pi433: Fix includes, comments & macros.
2024-03-24 09:32:48 linux-kernel [PATCH 3/3] staging: pi433: Make use of spi mode macro instead of magic number.
2024-03-24 09:32:37 linux-kernel [PATCH 2/3] staging: pi433: Reduce N_PI433_MINORS to conform with N_SPI_MINORS.
2024-03-24 09:32:27 linux-kernel [PATCH 1/3] staging: pi433: Use headers in appropriate files.
2024-03-24 09:32:20 linux-kernel [PATCH 0/3] staging: pi433: Fix includes & macros.
2024-02-27 22:54:32 linux-kernel [PATCH 1/5] staging: pi433: Remove a duplicated FIFO_SIZE define
2024-02-27 22:50:02 linux-kernel [PATCH 2/5] staging: pi433: Remove a duplicated F_OSC define
2024-02-27 22:47:43 linux-kernel [PATCH v2 1/5] staging: pi433: Remove a duplicated FIFO_SIZE define
2024-02-27 22:45:45 linux-kernel [PATCH 0/5] Fix defines in rf69.h
2024-02-27 22:18:06 linux-kernel Re: [PATCH 1/4] staging: pi433: Remove a duplicated F_OSC define
2024-02-27 22:14:17 linux-kernel [PATCH v2 5/5] staging: pi433: Move FIFO_THRESHOLD define to source file
2024-02-27 22:13:58 linux-kernel [PATCH v2 4/5] staging: pi433: Remove the unused FREQUENCY define