aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* ARM: ux500: Register Cryp and Hash platform drivers on SnowballLee Jones2013-05-23
* crypto: ux500/[cryp|hash] - Show successful start-up in the bootlogLee Jones2013-05-23
* ARM: ux500: Stop passing Cryp DMA channel config information though pdataLee Jones2013-05-23
* crypto: ux500/cryp - Set DMA configuration though dma_slave_config()Lee Jones2013-05-23
* crypto: ux500/cryp - Prepare clock before enabling itLee Jones2013-05-23
* ARM: ux500: Stop passing Hash DMA channel config information though pdataLee Jones2013-05-23
* crypto: ux500/hash - Set DMA configuration though dma_slave_config()Lee Jones2013-05-23
* crypto: ux500/hash - Prepare clock before enabling itLee Jones2013-05-23
* ARM: ux500: Remove unnecessary attributes from DMA channel request pdataLee Jones2013-05-23
* dmaengine: ste_dma40: Correct copy/paste errorLee Jones2013-05-23
* ARM: ux500: Remove DMA address look-up tableLee Jones2013-05-23
* dmaengine: ste_dma40: Remove redundant address fetching functionLee Jones2013-05-23
* dmaengine: ste_dma40: Only use addresses passed as configuration informationLee Jones2013-05-23
* ARM: ux500: Stop passing UART's platform data for Device Tree bootsLee Jones2013-05-23
* dmaengine: ste_dma40: Don't configure runtime configurable setup during allocateLee Jones2013-05-23
* dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()Lee Jones2013-05-23
* dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmaskingLee Jones2013-05-23
* ARM: ux500: Pass remnant platform data though to DMA40 driverLee Jones2013-05-23
* dmaengine: ste_dma40: Supply full Device Tree parsing supportLee Jones2013-05-23
* dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabledLee Jones2013-05-23
* dmaengine: ste_dma40: Allocate plat_data on declarationLee Jones2013-05-23
* dmaengine: ste_dma40: Also report the number of logical channelsLee Jones2013-05-23
* dmaengine: ste_dma40: Move rev error-check up to revision acquisitionLee Jones2013-05-23
* dmaengine: ste_dma40: Remove 'always true' checkingLee Jones2013-05-23
* dmaengine: ste_dma40: Calculate number of logical channels from physical onesLee Jones2013-05-23
* ARM: ux500: Remove superfluous 'psize' attribute from Audio platform dataLee Jones2013-05-23
* ARM: ux500: Remove unused 'data_width' attributes from UART DMA configsLee Jones2013-05-23
* ARM: ux500: Remove unused 'data_width' attributes from SSP DMA configsLee Jones2013-05-23
* ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configsLee Jones2013-05-23
* dmaengine: ste_dma40: Remove home-brew MAX() macroLee Jones2013-05-23
* ARM: ux500: Strip out duplicate USB DMA configurationLee Jones2013-05-23
* dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbersLee Jones2013-05-23
* dmaengine: ste_dma40: Rectify incorrect configuration validation checkingLee Jones2013-05-23
* dmaengine: ste_dma40: Move default memcpy configs into the driverLee Jones2013-05-23
* dmaengine: ste_dma40: Fix up static memcpy event linesLinus Walleij2013-05-23
* dmaengine: ste_dma40: Assign memcpy channels in the driverLee Jones2013-05-23
* Linux 3.10-rc1Linus Torvalds2013-05-11
* Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-11
|\
| * tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-09
| * tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-09
| * tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-09
| * tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-09
| * tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-09
| * ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-09
| * ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-09
| * ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-09
| * tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-09
| * tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-09
| * tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu2013-05-09
| * tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu2013-05-09