Current Team Memberships

Show patches with: Archived = No       |   162 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[1/2] mmc: core: clarify how to use post_req in case of errors --- 2011-08-29 Per Forlin Accepted
[1/2] sdio: add function to enable and disable sdio_single_irq optimization --- 2011-05-31 Per Forlin New
[1/3] fault-inject: export setup_fault_attr() --- 2011-09-13 Per Forlin Superseded
[1/4] dmaengine/ste_dma40: add missing kernel doc for pending_queue --- 2011-08-29 Per Forlin Accepted
[2/2] mmc: mmci: simplify err check in mmci_post_request --- 2011-08-29 Per Forlin Accepted
[2/2] sdio: report error if pending IRQ but none function bits --- 2011-05-31 Per Forlin New
[2/3] mmc: add module param to set fault injection attributes --- 2011-09-13 Per Forlin Accepted
[2/4] dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free(). --- 2011-08-29 Per Forlin Accepted
[3/3] fault-injection: update documenation with the mmc module param --- 2011-09-13 Per Forlin Superseded
[3/4] dmaengine/ste_dma40: fix Oops due to double free of client descriptor --- 2011-08-29 Per Forlin Accepted
[4/4] dmaengine/ste_dma40: fix memory leak due to prepared descriptors --- 2011-08-29 Per Forlin Accepted
mmc: documentation of mmc non-blocking request usage and design. --- 2011-07-05 Per Forlin Accepted
mmc: omap_hsmmc: DMA unmap only once in case of MMC error --- 2011-08-28 Per Forlin Accepted
[--mmotm,v5,1/3] fault-inject: export fault injection functions --- 2011-08-08 Per Forlin Superseded
[--mmotm,v5,2/3] mmc: core: add random fault injection --- 2011-08-08 Per Forlin New
[--mmotm,v5,3/3] fault injection: add documentation on MMC IO fault injection --- 2011-08-08 Per Forlin New
[--mmotm,v6,1/3] fault-inject: export fault injection functions --- 2011-08-09 Per Forlin Superseded
[--mmotm,v6,2/3] mmc: core: add random fault injection --- 2011-08-09 Per Forlin New
[--mmotm,v6,3/3] fault injection: add documentation on MMC IO fault injection --- 2011-08-09 Per Forlin New
[--mmotm,v7,1/3] fault-inject: export fault injection functions --- 2011-08-09 Per Forlin Superseded
[--mmotm,v7,2/3] mmc: core: add random fault injection --- 2011-08-09 Per Forlin New
[--mmotm,v7,3/3] fault injection: add documentation on MMC IO fault injection --- 2011-08-09 Per Forlin New
[--mmotm,v8,1/3] fault-inject: export fault injection functions --- 2011-08-09 Per Forlin Accepted
[--mmotm,v8,2/3] mmc: core: add random fault injection --- 2011-08-09 Per Forlin New
[--mmotm,v8,3/3] fault injection: add documentation on MMC IO fault injection --- 2011-08-09 Per Forlin Accepted
[RESEND] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-06-17 Per Forlin Superseded
[resend] sdio: optimized SDIO IRQ handling for single function --- 2011-05-03 Per Forlin New
sdio: optimized SDIO IRQ handling for single function --- 2011-05-03 Per Forlin New
usb: gadget: storage_common: make FSG_NUM_BUFFERS variable size --- 2011-08-08 Per Forlin New
usb: musb: cppi: fix build errors due to DBG and missing musb variable --- 2011-08-03 Per Forlin Accepted
usb: musb: ux500: optimize DMA callback routine --- 2011-08-08 Per Forlin Accepted
usb: musb: ux500: replace missing DBG with dev_dbg --- 2011-08-03 Per Forlin Accepted
[v2,01/12] mmc: add none blocking mmc request function --- 2011-04-06 Per Forlin New
[v2,02/12] mmc: mmc_test: add debugfs file to list all tests --- 2011-04-06 Per Forlin New
[v2,03/12] mmc: mmc_test: add test for none blocking transfers --- 2011-04-06 Per Forlin New
[v2,04/12] mmc: add member in mmc queue struct to hold request data --- 2011-04-06 Per Forlin New
[v2,05/12] mmc: add a block request prepare function --- 2011-04-06 Per Forlin New
[v2,06/12] mmc: move error code in mmc_block_issue_rw_rq to a separate function. --- 2011-04-06 Per Forlin New
[v2,07/12] mmc: add a second mmc queue request member --- 2011-04-06 Per Forlin New
[v2,08/12] mmc: add handling for two parallel block requests in issue_rw_rq --- 2011-04-06 Per Forlin New
[v2,09/12] mmc: test: add random fault injection in core.c --- 2011-04-06 Per Forlin New
[v2,10/12] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-04-06 Per Forlin Superseded
[v2,11/12] omap_hsmmc: add support for pre_req and post_req --- 2011-04-06 Per Forlin Superseded
[v2,12/12] mmci: implement pre_req() and post_req() --- 2011-04-06 Per Forlin New
[v2,1/2] sdio: add quirk to handle pending IRQ in case of none CCCR_INTx bits --- 2011-06-01 Per Forlin New
[v2,1/3] fault-inject: export setup_fault_attr() --- 2011-09-14 Per Forlin Superseded
[v2,1/3] fault-inject: make fault injection available for modules --- 2011-07-19 Per Forlin New
[v2,2/2] sdio: report error if pending IRQ but none CCCR_INTx bits --- 2011-06-01 Per Forlin New
[v2,2/3] mmc: add module param to set fault injection attributes --- 2011-09-14 Per Forlin New
[v2,2/3] mmc: core: add random fault injection --- 2011-07-19 Per Forlin New
[v2,3/3] fault injection: add documentation on MMC IO fault injection --- 2011-07-19 Per Forlin New
[v2,3/3] fault-injection: update documentation with the mmc module param --- 2011-09-14 Per Forlin Superseded
[v2] mmc: documentation of mmc non-blocking request usage and design. --- 2011-07-05 Per Forlin New
[v2] sdio: optimized SDIO IRQ handling for single irq --- 2011-05-04 Per Forlin New
[v2] usb: gadget: storage_common: make FSG_NUM_BUFFERS variable size --- 2011-08-08 Per Forlin New
[v2] usb: musb: ux500: optimize DMA callback routine --- 2011-08-08 Per Forlin New
[v3,01/12] mmc: add none blocking mmc request function --- 2011-05-07 Per Forlin New
[v3,02/12] mmc: mmc_test: add debugfs file to list all tests --- 2011-05-07 Per Forlin New
[v3,03/12] mmc: mmc_test: add test for none blocking transfers --- 2011-05-07 Per Forlin New
[v3,04/12] mmc: add member in mmc queue struct to hold request data --- 2011-05-07 Per Forlin New
[v3,05/12] mmc: add a block request prepare function --- 2011-05-07 Per Forlin New
[v3,06/12] mmc: move error code in mmc_block_issue_rw_rq to a separate function. --- 2011-05-07 Per Forlin New
[v3,07/12] mmc: add a second mmc queue request member --- 2011-05-07 Per Forlin New
[v3,08/12] mmc: add handling for two parallel block requests in issue_rw_rq --- 2011-05-07 Per Forlin New
[v3,09/12] mmc: test: add random fault injection in core.c --- 2011-05-07 Per Forlin New
[v3,10/12] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-05-07 Per Forlin Superseded
[v3,11/12] omap_hsmmc: add support for pre_req and post_req --- 2011-05-07 Per Forlin Superseded
[v3,12/12] mmci: implement pre_req() and post_req() --- 2011-05-07 Per Forlin New
[v3,1/3] fault-inject: export setup_fault_attr() --- 2011-09-14 Per Forlin Accepted
[v3,1/3] fault-inject: make fault injection available for modules --- 2011-07-20 Per Forlin New
[v3,2/3] mmc: add module param to set fault injection attributes --- 2011-09-14 Per Forlin New
[v3,2/3] mmc: core: add random fault injection --- 2011-07-20 Per Forlin New
[v3,3/3] fault injection: add documentation on MMC IO fault injection --- 2011-07-20 Per Forlin New
[v3,3/3] fault-injection: update documentation with the mmc module param --- 2011-09-14 Per Forlin Accepted
[v3] mmc: documentation of mmc non-blocking request usage and design. --- 2011-07-05 Per Forlin New
[v3] sdio: optimized SDIO IRQ handling for single irq --- 2011-05-05 Per Forlin Superseded
[v3] usb: gadget: storage_common: make FSG_NUM_BUFFERS variable size --- 2011-08-08 Per Forlin New
[v3] usb: musb: ux500: optimize DMA callback routine --- 2011-08-17 Per Forlin New
[v4,01/12] mmc: add none blocking mmc request function --- 2011-05-25 Per Forlin New
[v4,02/12] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-05-25 Per Forlin Superseded
[v4,03/12] omap_hsmmc: add support for pre_req and post_req --- 2011-05-25 Per Forlin Superseded
[v4,04/12] mmci: implement pre_req() and post_req() --- 2011-05-25 Per Forlin New
[v4,05/12] mmc: mmc_test: add debugfs file to list all tests --- 2011-05-25 Per Forlin Superseded
[v4,06/12] mmc: mmc_test: add test for none blocking transfers --- 2011-05-25 Per Forlin New
[v4,07/12] mmc: add member in mmc queue struct to hold request data --- 2011-05-25 Per Forlin New
[v4,08/12] mmc: add a block request prepare function --- 2011-05-25 Per Forlin New
[v4,09/12] mmc: move error code in mmc_block_issue_rw_rq to a separate function. --- 2011-05-25 Per Forlin New
[v4,10/12] mmc: add a second mmc queue request member --- 2011-05-25 Per Forlin New
[v4,11/12] mmc: test: add random fault injection in core.c --- 2011-05-25 Per Forlin New
[v4,12/12] mmc: add handling for two parallel block requests in issue_rw_rq --- 2011-05-25 Per Forlin New
[v4,1/3] fault-inject: make fault injection available for modules --- 2011-07-26 Per Forlin New
[v4,2/3] mmc: core: add random fault injection --- 2011-07-26 Per Forlin New
[v4,3/3] fault injection: add documentation on MMC IO fault injection --- 2011-07-26 Per Forlin New
[v4] mmc: documentation of mmc non-blocking request usage and design. --- 2011-07-05 Per Forlin New
[v4] sdio: optimized SDIO IRQ handling for single irq --- 2011-05-11 Per Forlin Accepted
[v4] usb: gadget: storage_common: make FSG_NUM_BUFFERS variable size --- 2011-08-18 Per Forlin New
[v5,01/12] mmc: add none blocking mmc request function --- 2011-06-18 Per Forlin New
[v5,02/12] omap_hsmmc: use original sg_len for dma_unmap_sg --- 2011-06-18 Per Forlin Accepted
[v5,03/12] omap_hsmmc: add support for pre_req and post_req --- 2011-06-18 Per Forlin Superseded
[v5,04/12] mmci: implement pre_req() and post_req() --- 2011-06-18 Per Forlin New
« 1 2 »

Bundling

Create bundle: