summaryrefslogtreecommitdiffstats
path: root/fs/minix/itree_common.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-04dmaengine: ste_dma40: Allow memcpy channels to be configured from DTLee Jones3-8/+36
2013-06-04dmaengine: ste_dma40_ll: Replace meaningless register set with commentLee Jones1-2/+4
2013-06-04dmaengine: ste_dma40: Convert data_width from register bit format to valueLee Jones4-65/+60
2013-06-04dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'sLee Jones1-22/+22
2013-06-04ARM: ux500: Remove recently unused stedma40_xfer_dir enumsLee Jones1-9/+1
2013-06-04dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generi...Lee Jones2-40/+40
2013-06-04ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generi...Lee Jones4-27/+27
2013-06-04dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'sLee Jones1-10/+10
2013-06-04ARM: ux500: Remove empty function u8500_of_init_devices()Lee Jones1-13/+1
2013-06-04ARM: ux500: Remove ux500-musb platform registation when booting with DTLee Jones1-2/+0
2013-06-04usb: musb: ux500: add device tree probing supportLee Jones2-0/+101
2013-06-04usb: musb: ux500: attempt to find channels by name before using pdataLee Jones1-3/+17
2013-06-04usb: musb: ux500: harden checks for platform dataLee Jones1-3/+8
2013-06-04usb: musb: ux500: take the dma_mask from coherent_dma_maskLee Jones2-4/+1
2013-06-04usb: musb: ux500: move the MUSB HDRC configuration into the driverLee Jones2-8/+8
2013-06-04usb: musb: ux500: move channel number knowledge into the driverLee Jones3-33/+16
2013-05-23ARM: ux500: Register Cryp and Hash platform drivers on SnowballLee Jones1-0/+2
2013-05-23crypto: ux500/[cryp|hash] - Show successful start-up in the bootlogLee Jones2-1/+3
2013-05-23ARM: ux500: Stop passing Cryp DMA channel config information though pdataLee Jones1-8/+0
2013-05-23crypto: ux500/cryp - Set DMA configuration though dma_slave_config()Lee Jones2-1/+23
2013-05-23crypto: ux500/cryp - Prepare clock before enabling itLee Jones1-1/+11
2013-05-23ARM: ux500: Stop passing Hash DMA channel config information though pdataLee Jones1-4/+0
2013-05-23crypto: ux500/hash - Set DMA configuration though dma_slave_config()Lee Jones2-1/+14
2013-05-23crypto: ux500/hash - Prepare clock before enabling itLee Jones1-1/+11
2013-05-23ARM: ux500: Remove unnecessary attributes from DMA channel request pdataLee Jones1-8/+0
2013-05-23dmaengine: ste_dma40: Correct copy/paste errorLee Jones1-1/+1
2013-05-23ARM: ux500: Remove DMA address look-up tableLee Jones2-82/+0
2013-05-23dmaengine: ste_dma40: Remove redundant address fetching functionLee Jones1-18/+0
2013-05-23dmaengine: ste_dma40: Only use addresses passed as configuration informationLee Jones1-40/+11
2013-05-23ARM: ux500: Stop passing UART's platform data for Device Tree bootsLee Jones1-3/+3
2013-05-23dmaengine: ste_dma40: Don't configure runtime configurable setup during allocateLee Jones1-3/+3
2013-05-23dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()Lee Jones3-60/+58
2013-05-23dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmaskingLee Jones2-5/+4
2013-05-23ARM: ux500: Pass remnant platform data though to DMA40 driverLee Jones3-11/+5
2013-05-23dmaengine: ste_dma40: Supply full Device Tree parsing supportLee Jones2-0/+114
2013-05-23dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabledLee Jones1-2/+44
2013-05-23dmaengine: ste_dma40: Allocate plat_data on declarationLee Jones1-3/+1
2013-05-23dmaengine: ste_dma40: Also report the number of logical channelsLee Jones1-2/+3
2013-05-23dmaengine: ste_dma40: Move rev error-check up to revision acquisitionLee Jones1-6/+4
2013-05-23dmaengine: ste_dma40: Remove 'always true' checkingLee Jones1-11/+5
2013-05-23dmaengine: ste_dma40: Calculate number of logical channels from physical onesLee Jones3-13/+6
2013-05-23ARM: ux500: Remove superfluous 'psize' attribute from Audio platform dataLee Jones1-38/+0
2013-05-23ARM: ux500: Remove unused 'data_width' attributes from UART DMA configsLee Jones1-12/+0
2013-05-23ARM: ux500: Remove unused 'data_width' attributes from SSP DMA configsLee Jones1-4/+0
2013-05-23ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configsLee Jones1-16/+0
2013-05-23dmaengine: ste_dma40: Remove home-brew MAX() macroLee Jones1-3/+4
2013-05-23ARM: ux500: Strip out duplicate USB DMA configurationLee Jones1-14/+3
2013-05-23dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbersLee Jones10-326/+207
2013-05-23dmaengine: ste_dma40: Rectify incorrect configuration validation checkingLee Jones1-4/+4
2013-05-23dmaengine: ste_dma40: Move default memcpy configs into the driverLee Jones3-34/+30