Show patches with: Submitter = Lee Jones       |    Archived = No       |   2369 patches
« 1 2 ... 15 16 1723 24 »
Patch Series S/W/F Date Submitter Delegate State
[3/8] ARM: ux500: Stop passing Hash DMA channel config information though pdata --- 2013-05-02 Lee Jones Superseded
[2/8] crypto: ux500/hash - Set DMA configuration though dma_slave_config() --- 2013-05-02 Lee Jones Superseded
[1/8] crypto: ux500/hash - Prepare clock before enabling it --- 2013-05-02 Lee Jones Superseded
ARM: ux500: Remove unnecessary attributes from DMA channel request pdata --- 2013-05-02 Lee Jones Superseded
dmaengine: ste_dma40: Correct copy/paste error --- 2013-05-02 Lee Jones Superseded
ARM: ux500: Remove DMA address look-up table --- 2013-05-02 Lee Jones Superseded
dmaengine: ste_dma40: Remove redundant address fetching function --- 2013-05-01 Lee Jones Superseded
dmaengine: ste_dma40: Only use addresses passed as configuration information --- 2013-05-01 Lee Jones Superseded
dmaengine: ste_dma40: Rectify incorrect configuration validation checking --- 2013-05-01 Lee Jones Superseded
[5/5] dmaengine: ste_dma40: Fetch disabled channels from DT --- 2013-04-30 Lee Jones New
[4/5] dmaengine: ste_dma40: Fetch the number of physical channels from DT --- 2013-04-30 Lee Jones New
[3/5] ARM: ux500: Stop passing DMA platform data though AUXDATA --- 2013-04-30 Lee Jones Superseded
[2/5] ARM: ux500: Pass DMA memcpy channels though Device Tree --- 2013-04-30 Lee Jones New
[1/5] dmaengine: ste_dma40: Allow memcpy channels to be configured from DT --- 2013-04-30 Lee Jones New
[6/6] dmaengine: ste_dma40_ll: Replace meaningless register set with comment --- 2013-04-26 Lee Jones Superseded
[5/6] dmaengine: ste_dma40: Convert data_width from register bit format to value --- 2013-04-26 Lee Jones New
[4/6] dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s --- 2013-04-26 Lee Jones New
[3/6] ARM: ux500: Remove recently unused stedma40_xfer_dir enums --- 2013-04-26 Lee Jones Superseded
[2/6] dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generic ones --- 2013-04-26 Lee Jones New
[1/6] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one --- 2013-04-26 Lee Jones Superseded
mmc: mmci: Allow MMCI to request channels with information acquired from DT --- 2013-04-24 Lee Jones Accepted
[10/10] ARM: ux500: Remove empty function u8500_of_init_devices() --- 2013-04-23 Lee Jones Superseded
[09/10] ARM: ux500: Remove ux500-musb platform registation when booting with DT --- 2013-04-23 Lee Jones Superseded
[08/10] ARM: ux500: Populate the ux500-musb Device Tree entry --- 2013-04-23 Lee Jones New
[07/10] ARM: ux500: Add an auxdata entry for MUSB for clock-name look-up --- 2013-04-23 Lee Jones New
[06/10] usb: musb: ux500: add device tree probing support --- 2013-04-23 Lee Jones New
[05/10] usb: musb: ux500: attempt to find channels by name before using pdata --- 2013-04-23 Lee Jones New
[04/10] usb: musb: ux500: harden checks for platform data --- 2013-04-23 Lee Jones New
[03/10] usb: musb: ux500: take the dma_mask from coherent_dma_mask --- 2013-04-23 Lee Jones Superseded
[02/10] usb: musb: ux500: move the MUSB HDRC configuration into the driver --- 2013-04-23 Lee Jones Superseded
[01/10] usb: musb: ux500: move channel number knowledge into the driver --- 2013-04-23 Lee Jones Superseded
[9/9] ARM: ux500: Register Cyrp and Hash platform drivers on Snowball --- 2013-04-18 Lee Jones Superseded
[8/9] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog --- 2013-04-18 Lee Jones Superseded
[7/9] ARM: ux500: Stop passing Cryp DMA channel config information though pdata --- 2013-04-18 Lee Jones Superseded
[6/9] crypto: ux500/cryp - Set DMA configuration though dma_slave_config() --- 2013-04-18 Lee Jones New
[5/9] crypto: ux500/cryp - Fix compile error --- 2013-04-18 Lee Jones New
[4/9] crypto: ux500/cryp - Prepare clock before enabling it --- 2013-04-18 Lee Jones New
[3/9] ARM: ux500: Stop passing Hash DMA channel config information though pdata --- 2013-04-18 Lee Jones Superseded
[2/9] crypto: ux500/hash - Set DMA configuration though dma_slave_config() --- 2013-04-18 Lee Jones Superseded
[1/9] crypto: ux500/hash - Prepare clock before enabling it --- 2013-04-18 Lee Jones New
[32/32] ARM: ux500: Move SDI (MMC) and UART devices under more descriptive heading --- 2013-04-18 Lee Jones New
[31/32] ARM: ux500: Stop passing MMC's platform data for Device Tree boots --- 2013-04-18 Lee Jones Superseded
[30/32] ARM: ux500: Supply MMC DMA configuration via Device Tree --- 2013-04-18 Lee Jones New
[29/32] ARM: ux500: Stop passing UART's platform data for Device Tree boots --- 2013-04-18 Lee Jones Superseded
[28/32] ARM: ux500: Pass remnant platform data though to DMA40 driver --- 2013-04-18 Lee Jones New
[27/32] ARM: ux500: Stop registering DMA40 from platform data when DT is enabled --- 2013-04-18 Lee Jones New
[26/32] ARM: ux500: Supply UART's DMA configuration via Device Tree --- 2013-04-18 Lee Jones New
[25/32] ARM: ux500: Setup the DMA40 driver's DT node using the new DMA API --- 2013-04-18 Lee Jones New
[24/32] dmaengine: ste_dma40: Supply full Device Tree parsing support --- 2013-04-18 Lee Jones New
[23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled --- 2013-04-18 Lee Jones Superseded
[22/32] dmaengine: ste_dma40: Allocate plat_data on declaration --- 2013-04-18 Lee Jones Superseded
[21/32] dmaengine: ste_dma40: Also report the number of logical channels --- 2013-04-18 Lee Jones New
[20/32] dmaengine: ste_dma40: Move rev error-check up to revision acquisition --- 2013-04-18 Lee Jones Superseded
[19/32] dmaengine: ste_dma40: Move more setup into the configuration routines --- 2013-04-18 Lee Jones New
[18/32] dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate --- 2013-04-18 Lee Jones New
[17/32] dmaengine: ste_dma40: Remove redundant argument from d40_phy_cfg() --- 2013-04-18 Lee Jones New
[16/32] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg() --- 2013-04-18 Lee Jones New
[15/32] dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking --- 2013-04-18 Lee Jones New
[14/32] dmaengine: ste_dma40: Remove 'always true' checking --- 2013-04-18 Lee Jones Superseded
[13/32] dmaengine: ste_dma40: Calculate number of logical channels from physical ones --- 2013-04-18 Lee Jones Superseded
[12/32] ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data --- 2013-04-18 Lee Jones Superseded
[11/32] ARM: ux500: Remove unused 'data_width' attributes from UART DMA configs --- 2013-04-18 Lee Jones Superseded
[10/32] ARM: ux500: Remove unused 'data_width' attributes from SSP DMA configs --- 2013-04-18 Lee Jones Superseded
[09/32] ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configs --- 2013-04-18 Lee Jones Superseded
[08/32] dmaengine: ste_dma40: Optimise local MAX() macro --- 2013-04-18 Lee Jones New
[07/32] ARM: ux500: Supply address location names for the DMA40 DMA controller --- 2013-04-18 Lee Jones Superseded
[06/32] ARM: ux500: Strip out duplicate USB DMA configuration --- 2013-04-18 Lee Jones Superseded
[05/32] dmaengine: ste_dma40: Supply macros to resolve 'src' and 'dst' directions --- 2013-04-18 Lee Jones New
[04/32] dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers --- 2013-04-18 Lee Jones New
[03/32] dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s --- 2013-04-18 Lee Jones New
[02/32] dmaengine: ste_dma40: Move default memcpy configs into the driver --- 2013-04-18 Lee Jones Superseded
[01/32] dmaengine: ste_dma40: Assign memcpy channels in the driver --- 2013-04-18 Lee Jones Superseded
[v2] serial: pl011: Add Device Tree support to request DMA channels --- 2013-04-18 Lee Jones New
dw_dmac: Couple of small fixups; use of '_' over '-' and a cell-num typo --- 2013-04-17 Lee Jones New
mmc: mmci: Allow MMCI to request channels with information acquired from DT --- 2013-04-17 Lee Jones New
[8/8] ARM: ux500: Amalgamate DMA source and destination channel numbers --- 2013-04-09 Lee Jones New
[7/8] dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s --- 2013-04-09 Lee Jones New
[6/8] dmaengine: ste_dma40: Move LCPA allocation and real-time config --- 2013-04-09 Lee Jones New
[5/8] dmaengine: ste_dma40: Ensure src and dst registers are configured correctly --- 2013-04-09 Lee Jones New
[4/8] dmaengine: ste_dma40: Do not configure channels during an channel allocation --- 2013-04-09 Lee Jones New
[3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers --- 2013-04-09 Lee Jones New
[2/8] dmaengine: ste_dma40: Move default memcpy configs into the driver --- 2013-04-09 Lee Jones Superseded
[1/8] dmaengine: ste_dma40: Assign memcpy channels in the driver --- 2013-04-09 Lee Jones Superseded
[5/5] dmaengine: ste_dma40: Move LCPA allocation and real-time config --- 2013-04-08 Lee Jones New
[4/5] dmaengine: ste_dma40: Only configure a channel during a configure request --- 2013-04-08 Lee Jones New
[3/5] dmaengine: ste_dma40: Move default memcpy configs into the driver --- 2013-04-08 Lee Jones Superseded
[2/5] dmaengine: ste_dma40: Assign memcpy channels in the driver --- 2013-04-08 Lee Jones New
[1/5] ARM: ux500: Move DMA40 platform data includes file out to include/ --- 2013-04-08 Lee Jones New
[2/2] mfd: db8500-prcmu: Support platform dependant device selection --- 2013-04-04 Lee Jones New
[1/2] mfd: db8500-prcmu: Return early if the TCPM cannot be located --- 2013-04-04 Lee Jones Accepted
[2/2] mfd: db8500-prcmu: Support platform dependant device selection --- 2013-04-04 Lee Jones New
[1/2] mfd: db8500-prcmu: Return early if the TCPM cannot be located --- 2013-04-04 Lee Jones Superseded
[9/9] mfd: db8500-prcmu: Support platform dependant device selection --- 2013-04-02 Lee Jones New
[8/9] mfd: db8500-prcmu: Return early if the TCPM cannot be located --- 2013-04-02 Lee Jones Superseded
[7/9] ARM: ux500: Add a VQMMC (level-shifting) regulator DT node for Snowball --- 2013-04-02 Lee Jones Accepted
[6/9] ARM: ux500: Create a new of_dev_auxdata structure for u8540 enablement --- 2013-04-02 Lee Jones Accepted
[5/9] ARM: ux500: Over-ride TCDM size when booting the DB8540 platform --- 2013-04-02 Lee Jones New
[4/9] ARM: ux500: Move Snowball's thermal DT node into existing PRCMU one --- 2013-04-02 Lee Jones Accepted
[3/9] ARM: ux500: Supply a DTS file for the u8540 platform --- 2013-04-02 Lee Jones Accepted
[2/9] ARM: ux500: Remove incorrect DB9540 PRCMU TCDM base location --- 2013-04-02 Lee Jones Accepted
« 1 2 ... 15 16 1723 24 »