summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ARM: pxa: hx4700: use PWM_LOOKUP to initialize struct pwm_lookupAlexandre Belloni2014-05-211-8/+2
| * | | | ARM: shmobile: armadillo: use PWM_LOOKUP to initialize struct pwm_lookupAlexandre Belloni2014-05-211-8/+2
| * | | | ARM: OMAP3: Beagle: use PWM_LOOKUP to initialize struct pwm_lookupAlexandre Belloni2014-05-211-8/+2
| * | | | pwm: modify PWM_LOOKUP to initialize all struct pwm_lookup membersAlexandre Belloni2014-05-212-2/+5
| * | | | ARM: pxa: hx4700: initialize all the struct pwm_lookup membersAlexandre Belloni2014-05-211-1/+8
| * | | | ARM: OMAP3: Beagle: initialize all the struct pwm_lookup membersAlexandre Belloni2014-05-211-1/+8
| * | | | pwm: renesas-tpu: remove unused struct tpu_pwm_platform_dataAlexandre Belloni2014-05-212-32/+3
| * | | | ARM: shmobile: armadillo: initialize all struct pwm_lookup membersAlexandre Belloni2014-05-211-11/+9
| * | | | pwm: add period and polarity to struct pwm_lookupAlexandre Belloni2014-05-212-1/+9
| * | | | pwm: twl: Really disable twl6030 PWMsAxel Lin2014-05-081-8/+0
| * | | | pwm: lpss: Fix const qualifier and sparse warningsThierry Reding2014-05-071-2/+2
| * | | | pwm: spear: fix check on pwmchip_add() return valueBeniamino Galvani2014-05-071-1/+1
| * | | | pwm-backlight: switch to gpiod interfaceAlexandre Courbot2014-05-072-44/+30
| * | | | ARM: SAMSUNG: remove GPIO flags in dev-backlightAlexandre Courbot2014-05-071-2/+0
| * | | | pwm-backlight: Disable backlight on shutdownThierry Reding2014-05-021-0/+9
| * | | | pwm: lpss: Add support for PCI devicesAlan Cox2014-04-281-31/+130
| * | | | pwm: vt8500: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
| * | | | pwm: tiehrpwm: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
| * | | | pwm: pwm-tiecap: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
| * | | | pwm: tegra: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
| * | | | pwm: spear: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
| * | | | pwm: renesas-tpu: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
| * | | | pwm: pxa: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
| * | | | pwm: i.MX: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
| * | | | pwm: ab8500: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
| * | | | pwm: kona: Introduce Kona PWM controller supportTim Kryger2014-04-283-0/+328
| * | | | Documentation: dt: Add Kona PWM bindingTim Kryger2014-04-281-0/+21
| * | | | pwm: Document signal polarity conventionThierry Reding2014-04-281-0/+7
* | | | | Merge tag 'soc2-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-06-118-36/+129
|\ \ \ \ \
| * | | | | ARM: keystone: Drop use of meminfo since its not available anymoreSantosh Shilimkar2014-06-051-3/+3
| * | | | | ARM: orion5x: fix mvebu_mbus_dt_init callArnd Bergmann2014-06-041-1/+1
| * | | | | Merge tag 'keystone-soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2014-05-273-35/+16
| |\ \ \ \ \
| | * | | | | ARM: configs: keystone: enable reset driver supportIvan Khoronzhuk2014-05-271-0/+3
| | * | | | | ARM: dts: keystone: update reset node to work with reset driverIvan Khoronzhuk2014-05-271-1/+13
| | * | | | | ARM: keystone: remove redundant reset stuffIvan Khoronzhuk2014-05-271-34/+0
| * | | | | | Merge tag 'keystone-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssa...Arnd Bergmann2014-05-237-5/+116
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | ARM: keystone: Update the dma offset for non-dt platform devicesSantosh Shilimkar2014-05-081-0/+26
| | * | | | | ARM: keystone: Switch over to coherent memory address spaceSantosh Shilimkar2014-05-083-1/+89
| | * | | | | ARM: configs: keystone: add MTD_SPI_NOR (new dependency for M25P80)Brian Norris2014-05-081-0/+1
| | * | | | | ARM: configs: keystone: drop CONFIG_COMMON_CLK_DEBUGLad Prabhakar2014-05-084-4/+0
| | |/ / / /
| * | | | | Merge branch 'depends/dma-ranges' into next/socArnd Bergmann2014-05-237-9/+218
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2014-05-237-9/+218
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-06-1125-4916/+7052
|\ \ \ \ \ \ \
| * | | | | | | reiserfs: Fix compilation breakage with CONFIG_REISERFS_CHECKJan Kara2014-06-111-1/+1
| * | | | | | | ext3: Fix deadlock in data=journal mode when fs is frozenJan Kara2014-05-221-16/+17
| * | | | | | | reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney2014-05-211-1/+7
| * | | | | | | fs/jbd/revoke.c: replace shift loop by ilog2Fabian Frederick2014-05-211-8/+4
| * | | | | | | reiserfs: remove obsolete __constant_cpu_to_le32Fabian Frederick2014-05-141-4/+4
| * | | | | | | reiserfs: balance_leaf refactor, split up balance_leaf_when_deleteJeff Mahoney2014-05-131-155/+163
| * | | | | | | reiserfs: balance_leaf refactor, format balance_leaf_finish_nodeJeff Mahoney2014-05-131-92/+73
OpenPOWER on IntegriCloud