* [PATCH v2 05/72] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
[not found] <20151206013126.995379403@telegraphics.com.au>
@ 2015-12-06 1:31 ` Finn Thain
2015-12-06 1:31 ` [PATCH v2 07/72] ncr5380: Split NCR5380_init() into two functions Finn Thain
` (6 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: Finn Thain @ 2015-12-06 1:31 UTC (permalink / raw)
To: linux-arm-kernel
An embedded and charset-unspecified text was scrubbed...
Name: ncr5380-eliminate-local_declare-macros
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151206/3fb0a7e2/attachment.ksh>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH v2 07/72] ncr5380: Split NCR5380_init() into two functions
[not found] <20151206013126.995379403@telegraphics.com.au>
2015-12-06 1:31 ` [PATCH v2 05/72] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros Finn Thain
@ 2015-12-06 1:31 ` Finn Thain
2015-12-06 1:31 ` [PATCH v2 19/72] ncr5380: Cleanup bogus {request, release}_region() calls Finn Thain
` (5 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: Finn Thain @ 2015-12-06 1:31 UTC (permalink / raw)
To: linux-arm-kernel
An embedded and charset-unspecified text was scrubbed...
Name: ncr5380-bus-wedge
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151206/efc370ac/attachment.ksh>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH v2 19/72] ncr5380: Cleanup bogus {request, release}_region() calls
[not found] <20151206013126.995379403@telegraphics.com.au>
2015-12-06 1:31 ` [PATCH v2 05/72] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros Finn Thain
2015-12-06 1:31 ` [PATCH v2 07/72] ncr5380: Split NCR5380_init() into two functions Finn Thain
@ 2015-12-06 1:31 ` Finn Thain
2015-12-06 1:31 ` [PATCH v2 20/72] ncr5380: Introduce unbound workqueue Finn Thain
` (4 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: Finn Thain @ 2015-12-06 1:31 UTC (permalink / raw)
To: linux-arm-kernel
An embedded and charset-unspecified text was scrubbed...
Name: ncr5380-cleanup-request_region-release_region
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151206/17b05bff/attachment.ksh>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH v2 20/72] ncr5380: Introduce unbound workqueue
[not found] <20151206013126.995379403@telegraphics.com.au>
` (2 preceding siblings ...)
2015-12-06 1:31 ` [PATCH v2 19/72] ncr5380: Cleanup bogus {request, release}_region() calls Finn Thain
@ 2015-12-06 1:31 ` Finn Thain
2015-12-06 1:31 ` [PATCH v2 24/72] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro Finn Thain
` (3 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: Finn Thain @ 2015-12-06 1:31 UTC (permalink / raw)
To: linux-arm-kernel
An embedded and charset-unspecified text was scrubbed...
Name: ncr5380-new-workqueue
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151206/f42585ca/attachment.ksh>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH v2 24/72] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
[not found] <20151206013126.995379403@telegraphics.com.au>
` (3 preceding siblings ...)
2015-12-06 1:31 ` [PATCH v2 20/72] ncr5380: Introduce unbound workqueue Finn Thain
@ 2015-12-06 1:31 ` Finn Thain
2015-12-06 1:32 ` [PATCH v2 45/72] ncr5380: Cleanup #include directives Finn Thain
` (2 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: Finn Thain @ 2015-12-06 1:31 UTC (permalink / raw)
To: linux-arm-kernel
An embedded and charset-unspecified text was scrubbed...
Name: ncr5380-implement-NCR5380_dma_xfer_len
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151206/54bce26d/attachment.ksh>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH v2 45/72] ncr5380: Cleanup #include directives
[not found] <20151206013126.995379403@telegraphics.com.au>
` (4 preceding siblings ...)
2015-12-06 1:31 ` [PATCH v2 24/72] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro Finn Thain
@ 2015-12-06 1:32 ` Finn Thain
2015-12-06 1:32 ` [PATCH v2 51/72] ncr5380: Remove command list debug code Finn Thain
2015-12-06 1:32 ` [PATCH v2 57/72] ncr5380: Use standard list data structure Finn Thain
7 siblings, 0 replies; 8+ messages in thread
From: Finn Thain @ 2015-12-06 1:32 UTC (permalink / raw)
To: linux-arm-kernel
An embedded and charset-unspecified text was scrubbed...
Name: ncr5380-move-core-driver-includes
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151206/fb3ccc98/attachment.ksh>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH v2 51/72] ncr5380: Remove command list debug code
[not found] <20151206013126.995379403@telegraphics.com.au>
` (5 preceding siblings ...)
2015-12-06 1:32 ` [PATCH v2 45/72] ncr5380: Cleanup #include directives Finn Thain
@ 2015-12-06 1:32 ` Finn Thain
2015-12-06 1:32 ` [PATCH v2 57/72] ncr5380: Use standard list data structure Finn Thain
7 siblings, 0 replies; 8+ messages in thread
From: Finn Thain @ 2015-12-06 1:32 UTC (permalink / raw)
To: linux-arm-kernel
An embedded and charset-unspecified text was scrubbed...
Name: ncr5380-remove-cmd-list-debug-code
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151206/9930dca0/attachment.ksh>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH v2 57/72] ncr5380: Use standard list data structure
[not found] <20151206013126.995379403@telegraphics.com.au>
` (6 preceding siblings ...)
2015-12-06 1:32 ` [PATCH v2 51/72] ncr5380: Remove command list debug code Finn Thain
@ 2015-12-06 1:32 ` Finn Thain
7 siblings, 0 replies; 8+ messages in thread
From: Finn Thain @ 2015-12-06 1:32 UTC (permalink / raw)
To: linux-arm-kernel
An embedded and charset-unspecified text was scrubbed...
Name: ncr5380-use-list_head
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151206/48586159/attachment.ksh>
^ permalink raw reply [flat|nested] 8+ messages in thread