summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* backlight: 88pm860x_bl: use devm_backlight_device_register()Jingoo Han2013-11-131-14/+2
* backlight: use dev_get_platdata()Jingoo Han2013-11-1332-46/+44
* backlight: lp8788: staticize 'default_bl_config'Jingoo Han2013-11-131-1/+1
* backlight: lm3639: don't mix different enum typesJingoo Han2013-11-131-4/+7
* backlight: ld9040: Staticize local variable gamma_tableJingoo Han2013-11-131-1/+3
* backlight: lm3630: fix sparse warningDaniel Jeong2013-11-131-2/+2
* drivers/video/backlight/lm3630a_bl.c: potential NULL deref in probe()Dan Carpenter2013-11-131-13/+12
* drivers/video/backlight/lm3630a_bl.c: fix signedness bug in lm3630a_chip_init()Dan Carpenter2013-11-131-1/+1
* backlight: lm3630: apply chip revisionDaniel Jeong2013-11-134-479/+487
* backlight: lp855x_bl: support new LP8555 deviceMilo Kim2013-11-132-4/+17
* errno.h: remove "NFS" from descriptions in commentsEric Sandeen2013-11-131-1/+1
* drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava2013-11-132-4/+30
* drivers/video/acornfb.c: use __free_reserved_page() to simplify the codeXishi Qiu2013-11-131-3/+1
* drivers/iommu/omap-iopgtable.h: remove unneeded cast of void*Jingoo Han2013-11-131-1/+1
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-1286-152/+607
|\
| * powerpc: add missing explicit OF includes for ppcRob Herring2013-11-119-0/+15
| * dt: disable self-tests for !OF_IRQRob Herring2013-11-081-0/+1
| * of: irq: Fix interrupt-map entry matchingTomasz Figa2013-11-071-1/+1
| * Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-07181-1017/+1668
| |\
| | * of/irq: Fix potential buffer overflowGrant Likely2013-11-031-2/+8
| | * of/irq: Fix bug in interrupt parsing refactor.Grant Likely2013-11-031-10/+10
| | * of/irq: create interrupts-extended propertyGrant Likely2013-10-282-5/+81
| | * of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2013-10-242-13/+26
| | * of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-2411-19/+20
| | * of/irq: Rework of_irq_count()Thierry Reding2013-10-241-1/+2
| | * of: Add testcases for interrupt parsingGrant Likely2013-10-241-6/+85
| | * of: Add helper for printing an of_phandle_args structureGrant Likely2013-10-242-3/+12
| | * of/irq: Refactor interrupt-map parsingGrant Likely2013-10-242-53/+62
| | * of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-242-2/+2
| | * of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-243-12/+10
| | * of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-244-22/+22
| | * of/irq: Pass trigger type in IRQ resource flagsTomasz Figa2013-10-151-1/+1
| | * of: Fix dereferencing node name in debug output to be safeGrant Likely2013-10-152-7/+7
| | * of: Fix iteration bug over CPU reg propertiesGrant Likely2013-10-151-2/+2
| | * of: Make cpu node handling more portable.David Miller2013-10-151-17/+28
| * | of: set dma_mask to point to coherent_dma_maskRob Herring2013-11-031-0/+2
| * | of: implement of_node_to_nid as a weak functionRob Herring2013-10-091-0/+7
| * | of: implement pci_address_to_pio as weak functionRob Herring2013-10-092-1/+8
| * | drivers: clean-up prom.h implicit includesRob Herring2013-10-0960-0/+93
| * | microblaze: clean-up prom.h implicit includesRob Herring2013-10-091-0/+1
| * | of: remove unnecessary prom.h includesRob Herring2013-10-092-2/+0
| * | drivers: remove unnecessary prom.h includesRob Herring2013-10-092-4/+0
| * | of: introduce common FDT machine related functionsRob Herring2013-10-091-0/+60
| * | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-3/+6
| * | of: create default early_init_dt_add_memory_archRob Herring2013-10-091-0/+19
| * | of: Introduce common early_init_dt_scanRob Herring2013-10-091-0/+26
| * | of: create unflatten_and_copy_device_treeRob Herring2013-10-091-0/+24
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-11-1212-22/+249
|\ \ \
| * | | leds: lp55xx: handle enable pin in driverSebastian Reichel2013-10-251-12/+13
| * | | leds-gpio: of: led should not be created if its status is disabledJosh Wu2013-10-251-3/+3