| Commit message (Expand) | Author | Age | Files | Lines |
* | bus: omap_l3_noc: Fix connID for OMAP4 | Nishanth Menon | 2014-09-11 | 1 | -25/+25 |
* | bus: arm-ccn: Move event cleanup routine | Pawel Moll | 2014-09-05 | 1 | -26/+25 |
* | bus: arm-ccn: Fix warning message | Pawel Moll | 2014-08-24 | 1 | -1/+1 |
* | Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-08 | 3 | -1/+1402 |
|\ |
|
| * | bus: arm-ccn: Fix error handling at event allocation | Pawel Moll | 2014-08-01 | 1 | -4/+5 |
| * | bus: ARM CCN: add PERF_EVENTS dependency | Arnd Bergmann | 2014-07-24 | 1 | -0/+1 |
| * | bus: ARM CCN PMU driver | Pawel Moll | 2014-07-23 | 3 | -1/+1400 |
* | | Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2014-08-08 | 1 | -1/+3 |
|\ \ |
|
| * | | bus: imx-weim: populate devices on a simple bus | Liu Ying | 2014-07-18 | 1 | -1/+3 |
| |/ |
|
* | | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-08 | 1 | -1/+2 |
|\ \ |
|
| * | | drivers: CCI: Correct use of ! and & | Himangi Saraogi | 2014-07-31 | 1 | -1/+2 |
| |/ |
|
* | | Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-... | Greg Kroah-Hartman | 2014-07-03 | 1 | -1/+1 |
|\| |
|
| * | bus/arm-cci: add dependency on OF && CPU_V7 | Arnd Bergmann | 2014-06-17 | 1 | -1/+1 |
* | | devres: remove devm_request_and_ioremap() | Jingoo Han | 2014-06-20 | 1 | -3/+3 |
|/ |
|
* | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-03 | 5 | -300/+949 |
|\ |
|
| * | Merge tag 'omap-for-v3.16/l3-noc-signed' of git://git.kernel.org/pub/scm/linu... | Olof Johansson | 2014-05-26 | 2 | -300/+651 |
| |\ |
|
| | * | bus: omap_l3_noc: Add AM4372 interconnect error data | Afzal Mohammed | 2014-05-05 | 2 | -0/+92 |
| | * | bus: omap_l3_noc: Add DRA7 interconnect error data | Rajendra Nayak | 2014-05-05 | 2 | -0/+152 |
| | * | bus: omap_l3_noc: introduce concept of submodule | Nishanth Menon | 2014-05-05 | 2 | -6/+17 |
| | * | bus: omap_l3_noc: Add information about the context of operation | Nishanth Menon | 2014-05-05 | 2 | -4/+16 |
| | * | bus: omap_l3_noc: add information about the type of operation | Nishanth Menon | 2014-05-05 | 2 | -1/+21 |
| | * | bus: omap_l3_noc: ignore masked out unclearable targets | Afzal Mohammed | 2014-05-05 | 2 | -0/+13 |
| | * | bus: omap_l3_noc: improve readability by using helper for slave event parsing | Nishanth Menon | 2014-05-05 | 1 | -98/+113 |
| | * | bus: omap_l3_noc: make error reporting and handling common | Nishanth Menon | 2014-05-05 | 2 | -28/+47 |
| | * | bus: omap_l3_noc: fix masterid detection | Nishanth Menon | 2014-05-05 | 2 | -1/+9 |
| | * | bus: omap_l3_noc: convert flagmux information into a structure | Nishanth Menon | 2014-05-05 | 2 | -30/+56 |
| | * | bus: omap_l3_noc: use of_match_data to pick up SoC information | Sricharan R | 2014-05-05 | 2 | -43/+84 |
| | * | bus: omap_l3_noc: Add support for discountinous flag mux input numbers | Rajendra Nayak | 2014-05-05 | 2 | -3/+39 |
| | * | bus: omap_l3_noc: convert target information into a structure | Nishanth Menon | 2014-05-05 | 2 | -84/+54 |
| | * | bus: omap_l3_noc: move L3 master data structure out | Nishanth Menon | 2014-05-05 | 1 | -4/+11 |
| | * | bus: omap_l3_noc: un-obfuscate l3_targ address computation | Nishanth Menon | 2014-05-05 | 1 | -1/+1 |
| | * | bus: omap_l3_noc: switch over to relaxed variants of readl/writel | Nishanth Menon | 2014-05-05 | 1 | -12/+14 |
| | * | bus: omap_l3_noc: populate l3->dev and use it | Nishanth Menon | 2014-05-05 | 1 | -5/+6 |
| | * | bus: omap_l3_noc: remove iclk from omap_l3 struct | Nishanth Menon | 2014-05-05 | 1 | -1/+0 |
| | * | bus: omap_l3_noc: rename functions and data to omap_l3 | Sricharan R | 2014-05-05 | 2 | -17/+18 |
| | * | bus: omap_l3_noc: Fix copyright information | Nishanth Menon | 2014-05-05 | 2 | -24/+12 |
| | * | drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request fails | Peter Ujfalusi | 2014-05-05 | 1 | -4/+3 |
| | * | drivers: bus: omap_l3: Remove the platform driver's remove function | Peter Ujfalusi | 2014-05-05 | 1 | -6/+0 |
| | * | drivers: bus: omap_l3: Convert to use devm_request_irq() | Peter Ujfalusi | 2014-05-05 | 1 | -18/+5 |
| | * | drivers: bus: omap_l3: Convert to use devm_ioremap_resource() | Peter Ujfalusi | 2014-05-05 | 1 | -48/+11 |
| | * | drivers: bus: omap_l3: Convert to use devm_kzalloc | Peter Ujfalusi | 2014-05-05 | 1 | -8/+3 |
| * | | bus: add Broadcom GISB bus arbiter timeout/error handler | Florian Fainelli | 2014-05-24 | 3 | -0/+298 |
* | | | Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2014-06-03 | 1 | -8/+3 |
|\ \ \ |
|
| * | | | bus: mvebu: pass the coherency availability information at init time | Thomas Petazzoni | 2014-04-24 | 1 | -8/+3 |
| |/ / |
|
* | | | Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-03 | 3 | -0/+214 |
|\ \ \ |
|
| * | | | ARM: vexpress: refine dependencies for new code | Arnd Bergmann | 2014-05-26 | 2 | -1/+2 |
| * | | | mfd: vexpress: Convert custom func API to regmap | Pawel Moll | 2014-05-15 | 3 | -0/+213 |
| |/ / |
|
* | | | bus: mvebu-mbus: allow several windows with the same target/attribute | Thomas Petazzoni | 2014-04-24 | 1 | -6/+0 |
* | | | bus: mvebu-mbus: Avoid setting an undefined window size | Jason Gunthorpe | 2014-04-24 | 1 | -0/+16 |
|/ / |
|
* | | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2014-04-06 | 2 | -13/+14 |
|\ \ |
|