LinuxLists
Users
About
Baolin Wang (
[email protected]
)
Number of posts: 1706 (1.84 per day)
First post: 2015-04-20 05:58:13
Last post: 2017-11-02 11:10:41
Previous Page
/
Next Page
Date
List
Subject
2019-10-22 06:00:38
linux-kernel
[PATCH v4 0/3] Add MMC software queue support
2019-10-22 02:00:19
linux-kernel
Re: [PATCH 4/4] rtc: sc27xx: remove .remove
2019-10-16 15:28:41
linux-kernel
[PATCH] pinctrl: sprd: Add CM4 sleep mode support
2019-10-16 10:17:18
linux-kernel
Re: [PATCH -next] clk: sprd: use devm_platform_ioremap_resource() to simplify code
2019-10-14 07:11:38
linux-kernel
[PATCH 4/4] hwspinlock: u8500_hsem: Remove redundant PM runtime implementation
2019-10-14 07:10:31
linux-kernel
[PATCH 3/4] hwspinlock: sprd: Remove redundant PM runtime implementation
2019-10-14 07:09:23
linux-kernel
[PATCH 2/4] hwspinlock: Let the PM runtime can be optional
2019-10-14 07:09:05
linux-kernel
[PATCH 1/4] hwspinlock: Remove BUG_ON() from the hwspinlock core
2019-10-14 07:08:58
linux-kernel
[PATCH 0/4] Some improvements for hwspinlock
2019-10-09 09:14:15
linux-kernel
[PATCH] dmaengine: sprd: Fix the possible memory leak issue
2019-10-09 04:55:41
linux-kernel
[PATCH] pinctrl: sprd: Add PIN_CONFIG_BIAS_DISABLE configuration support
2019-10-08 07:45:10
linux-kernel
[PATCH v2 2/2] clk: sprd: Change to use devm_platform_ioremap_resource()
2019-10-08 07:42:29
linux-kernel
[PATCH v2 1/2] clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_by_phandle()
2019-09-29 02:33:40
linux-kernel
Re: [PATCH 1/2] clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_by_phandle()
2019-09-27 09:34:00
linux-kernel
Re: [PATCH v3 0/3] Add MMC software queue support
2019-09-27 08:30:47
linux-kernel
[PATCH 1/3] hwspinlock: u8500_hsem: Change to use devm_platform_ioremap_resource()
2019-09-27 08:30:02
linux-kernel
[PATCH 3/3] hwspinlock: u8500_hsem: Use devm_hwspin_lock_register() to register hwlock controller
2019-09-27 08:29:43
linux-kernel
[PATCH 2/3] hwspinlock: u8500_hsem: Use devm_kzalloc() to allocate memory
2019-09-27 08:28:39
linux-kernel
[PATCH 0/3] Optimize the u8500_hsem hwlock driver
2019-09-27 07:16:54
linux-kernel
[PATCH 4/4] hwspinlock: sprd: Use devm_hwspin_lock_register() to register hwlock controller
2019-09-27 07:14:32
linux-kernel
[PATCH 3/4] hwspinlock: sprd: Use devm_add_action_or_reset() for calls to clk_disable_unprepare()
2019-09-27 07:13:44
linux-kernel
[PATCH 2/4] hwspinlock: sprd: Check the return value of clk_prepare_enable()
2019-09-27 07:13:30
linux-kernel
[PATCH 1/4] hwspinlock: sprd: Change to use devm_platform_ioremap_resource()
2019-09-27 07:13:21
linux-kernel
[PATCH 0/4] Some optimization for Spreadtrum hwlock controller
2019-09-27 03:55:45
linux-kernel
[PATCH 1/2] clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_by_phandle()
2019-09-27 03:54:09
linux-kernel
[PATCH 2/2] clk: sprd: Change to use devm_platform_ioremap_resource()
2019-09-27 03:34:31
linux-kernel
[PATCH] dmaengine: sprd: Change to use devm_platform_ioremap_resource()
2019-09-27 03:17:13
linux-kernel
[PATCH] nvmem: sc27xx: Change to use devm_hwspin_lock_request_specific() to request one hwlock
2019-09-27 02:46:12
linux-kernel
[PATCH] iio: adc: sc27xx: Use devm_hwspin_lock_request_specific() to simplify code
2019-09-26 11:00:09
linux-kernel
Re: [PATCH v3 0/3] Add MMC software queue support
2019-09-26 10:18:17
linux-kernel
Re: [BACKPORT 4.14.y v3 1/3] locking/lockdep: Add debug_locks check in __lock_downgrade()
2019-09-26 09:28:19
linux-kernel
[BACKPORT 4.14.y v3 2/3] pinctrl: sprd: Use define directive for sprd_pinconf_params values
2019-09-26 09:27:20
linux-kernel
[BACKPORT 4.14.y v3 3/3] power: supply: sysfs: ratelimit property read error message
2019-09-26 09:26:46
linux-kernel
[BACKPORT 4.14.y v3 1/3] locking/lockdep: Add debug_locks check in __lock_downgrade()
2019-09-26 09:26:15
linux-kernel
[BACKPORT 4.14.y v3 0/3] Candidates from Spreadtrum 4.14 product kernel
2019-09-26 09:25:59
linux-kernel
[BACKPORT 4.19.y 3/3] power: supply: sysfs: ratelimit property read error message
2019-09-26 09:25:53
linux-kernel
[BACKPORT 4.19.y 2/3] pinctrl: sprd: Use define directive for sprd_pinconf_params values
2019-09-26 09:25:51
linux-kernel
[BACKPORT 4.19.y 1/3] locking/lockdep: Add debug_locks check in __lock_downgrade()
2019-09-26 09:25:44
linux-kernel
[BACKPORT 4.19.y 0/3] Candidates from Spreadtrum 4.14 product kernel
2019-09-24 16:52:58
linux-kernel
Re: [PATCH v3 1/3] mmc: Add MMC software queue support
2019-09-19 10:27:26
linux-kernel
[PATCH v3 1/3] mmc: Add MMC software queue support
2019-09-19 06:08:49
linux-kernel
[PATCH v3 2/3] mmc: host: sdhci: Add request_done ops for struct sdhci_ops
2019-09-19 06:07:29
linux-kernel
[PATCH v3 3/3] mmc: host: sdhci-sprd: Add software queue support
2019-09-19 06:05:29
linux-kernel
[PATCH v3 0/3] Add MMC software queue support
2019-09-19 05:40:34
linux-kernel
Re: [PATCH v2] serial: sprd: Add polling IO support
2019-09-18 13:28:03
linux-kernel
Re: [PATCH] serial: sprd: Add polling IO support
2019-09-17 10:01:44
linux-kernel
Re: [PATCH] spi: sifive: check return value for platform_get_resource()
2019-09-16 10:51:20
linux-kernel
[PATCH] gpio: eic: sprd: Fix the incorrect EIC offset when toggling
2019-09-12 06:27:40
linux-kernel
[PATCH] dmaengine: sprd: Fix the link-list pointer register configuration issue
2019-09-11 13:18:54
linux-kernel
[PATCH v2 4/4] mmc: host: sdhci-sprd: Add software queue support
2019-09-11 13:18:06
linux-kernel
[PATCH v2 3/4] mmc: host: sdhci: Add request_done ops for struct sdhci_ops