23:23:43 -0500
> moto...@gmail.com wrote:
>
>> From: Brent Taylor
>>
>> When mtdoops calls mtd_panic_write, it eventually calls
>> panic_nand_write in nand_base.c. In order to properly
>> wait for the nand chip to be ready in panic_nand_wait,
>> the chi
this function)
ret = clk_prepare_enable(data->mck);
^~~
linux-x.yy/drivers/clocksource/timer-atmel-pit.c:264:2: note: each
undeclared identifier is reported only once for each function it
appears in
This was introduced in commit: 699e36e5b8e9f77b2be4c23f0b309e53be4b2880
Regards,
Brent Taylor
reated if the "callback" function invoked another
"device_prep_*" function.
If I'm miss-understanding something, I apologize for the noise.
-- Brent Taylor
trace 607b62d4422f7087 ]---
This occurs because the "host->pdev->dev.patform_data" is NULL because
I'm using a device tree to setup all the devices.
This patch checks pdata before dereferencing it.
Signed-off-by: Brent Taylor gmail.com>
--- a/drivers/mmc/host/atmel-mci.c
On Mon, Dec 21, 2015 at 1:23 PM, Souptick Joarder wrote:
> Hi Brent,
>
> On Tue, Dec 1, 2015 at 11:11 AM, Brent Taylor wrote:
>> Since commit 8437754c83351d6213c1a47ff029c1126d6042a7, ar->fw is expected to
>> be pointing to memory allocated by vmalloc.
are being
loaded is the 'fw' image, then use vmalloc, otherwise use kmalloc.
Signed-off-by: Brent Taylor
---
v2: Fix commit message and code formatting (use tab instaed of spaces)
drivers/net/wireless/ath/ath6kl/init.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --
7;fw' image, then
use vmalloc, otherwise use kmalloc.
Signed-off-by: Brent Taylor
---
drivers/net/wireless/ath/ath6kl/init.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath6kl/init.c
b/drivers/net/wireless/ath/ath6kl/init.c
index 6
Signed-off-by: Brent Taylor
ath6kl: Use vmalloc for loading firmware using api1 method and free using kvfree
ath6kl: fix kmalloc build error
---
Changes v2 -> v3:
- fix kmalloc build error
Changes v1 -> v2:
- simplify memory allocation
- use kvfree
drivers/net/wireless/ath/
Signed-off-by: Brent Taylor
ath6kl: Use vmalloc for loading firmware using api1 method and free using kvfree
---
Changes v1 -> v2:
- simplify memory allocation
- use kvfree
drivers/net/wireless/ath/ath6kl/core.c | 2 +-
drivers/net/wireless/ath/ath6kl/init.c | 7 ++-
2 files chan
Sorry, the first e-mail was sent via gmail and I forgot about sending
it in plain text mode.
Whats the status on this patch? I don't see it on patchwork anymore
nor is it in any of the git trees I checked.
Thanks,
Brent
On Fri, Oct 16, 2015 at 12:10 AM, Brent Taylor wrote:
> Signe
Signed-off-by: Brent Taylor
---
drivers/net/wireless/ath/ath6kl/init.c | 15 +++
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/drivers/net/wireless/ath/ath6kl/init.c
b/drivers/net/wireless/ath/ath6kl/init.c
index 6e473fa..2155739 100644
--- a/drivers/net/wireless
On Wed, Oct 23, 2013 at 2:40 AM, Konstantin Tokarev wrote:
>
>
> 23.10.2013, 09:26, "Brent Taylor" :
>> Konstantin,
>>I did my testing with data from /dev/urandom (which I now realize
>> wasn't the best choice of data source), but if I use /dev/zero
:
>
>
> 22.10.2013, 07:43, "Brent Taylor" :
>> On Mon, Oct 21, 2013 at 10:59 AM, Konstantin Tokarev
>> wrote:
>>
>>> 04.10.2013, 07:09, "Brent Taylor" :
>>>> Here is a patch based on linux-3.12-rc3. I haven't performed any
>
13 matches
Mail list logo