summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-rcar.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-19irqchip/gic-v3: Probe device ID space before quirks handlingArd Biesheuvel1-12/+6
2017-10-19irqchip/gic-v3: Add support for Range Selector (RS) featureShanker Donthineni4-9/+55
2017-10-19irqchip/brcmstb-l2: Add support for the BCM7271 L2 controllerDoug Berger2-23/+66
2017-10-19irqchip/brcmstb-l2: Abstract register accessesDoug Berger1-9/+20
2017-10-19irqchip/brcmstb-l2: Remove some processing from the handlerDoug Berger1-24/+48
2017-10-19irqchip/renesas-intc-irqpin: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+3
2017-10-19dt-bindings: irqchip: renesas-irqc: Document R-Car M3-W, V3M, D3 supportGeert Uytterhoeven1-0/+3
2017-10-19irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada1-2/+2
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada2-7/+9
2017-10-16irqchip: Add Kconfig menuRandy Dunlap1-0/+4
2017-10-16irqchip/irq-omap-intc: Do not statically initialize variablesLadislav Michl1-2/+2
2017-10-16irqchip/irq-omap-intc: Remove omap3_init_irq()Ladislav Michl2-14/+0
2017-09-25genirq/matrix: Add tracepointsThomas Gleixner2-0/+216
2017-09-25genirq: Implement bitmap matrix allocatorThomas Gleixner4-0/+454
2017-09-25genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner2-0/+7
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner6-12/+13
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner5-21/+52
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner12-25/+36
2017-09-25genirq: Separate activation and startupThomas Gleixner4-8/+43
2017-09-25genirq: Set managed shut down flag at initThomas Gleixner1-1/+1
2017-09-25genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner2-4/+11
2017-09-25irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner3-1/+9
2017-09-25genirq/msi: Capture device name for debugfsThomas Gleixner4-1/+21
2017-09-25genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2-1/+1
2017-09-25genirq: Check __free_irq() return value for NULLAlexandru Moise1-0/+4
2017-09-25Linux 4.14-rc2v4.14-rc2Linus Torvalds1-1/+1
2017-09-24tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek1-36/+60
2017-09-24tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak5-14/+21
2017-09-24Documentation: tpm: add powered-while-suspended binding documentationEnric Balletbo i Serra1-0/+6
2017-09-24tpm: tpm_crb: constify acpi_device_id.Arvind Yadav1-1/+1
2017-09-24tpm: vtpm: constify vio_device_idArvind Yadav1-1/+1
2017-09-24security: fix description of values returned by cap_inode_need_killprivStefan Berger1-3/+3
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf13-45/+42
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2-17/+32
2017-09-23inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-23net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-23net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-23net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-23MAINTAINERS: update git tree locations for ieee802154 subsystemStefan Schmidt1-2/+2
2017-09-23SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-09-23SMB3: handle new statx fieldsSteve French1-0/+15
2017-09-23arch: remove unused *_segments() macros/functionsTobias Klauser10-51/+0
2017-09-22parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2-2/+3
2017-09-22parisc: Reintroduce option to gzip-compress the kernelHelge Deller2-0/+17
2017-09-22apparmor: fix apparmorfs DAC access permissionsJohn Johansen1-4/+4
2017-09-22apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen1-1/+4
2017-09-22apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen1-1/+1
2017-09-22apparmor: ensure unconfined profiles have dfas initializedJohn Johansen1-0/+2
2017-09-22apparmor: fix race condition in null profile creationJohn Johansen1-3/+11
2017-09-22apparmor: move new_null_profile to after profile lookup fns()John Johansen1-79/+79