Merge Linus' tree to be be to apply submitted patches to newer code than
authorJiri Kosina <jkosina@suse.cz>
Thu, 20 Nov 2014 13:42:02 +0000 (14:42 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 20 Nov 2014 13:42:02 +0000 (14:42 +0100)
current trivial.git base

28 files changed:
Documentation/devicetree/bindings/clock/st/st,flexgen.txt
Documentation/scsi/scsi_eh.txt
Documentation/usb/gadget_configfs.txt
arch/arm/mach-exynos/Kconfig
arch/powerpc/lib/copyuser_power7.S
arch/powerpc/lib/memcpy_power7.S
arch/powerpc/mm/mmu_decl.h
arch/powerpc/platforms/44x/Kconfig
drivers/clk/Kconfig
drivers/gpio/gpio-msm-v1.c
drivers/gpio/gpio-spear-spics.c
drivers/net/ethernet/atheros/atl1c/atl1c_main.c
drivers/pci/pci-driver.c
drivers/pinctrl/spear/pinctrl-plgpio.c
drivers/scsi/aha152x.c
drivers/scsi/isci/task.c
drivers/scsi/mac_scsi.c
drivers/scsi/mpt2sas/mpt2sas_ctl.h
drivers/usb/gadget/legacy/zero.c
drivers/usb/serial/usb-serial-simple.c
drivers/video/fbdev/exynos/exynos_mipi_dsi.c
drivers/video/fbdev/exynos/exynos_mipi_dsi_common.c
include/linux/mod_devicetable.h
include/scsi/scsi_host.h
kernel/time/clocksource.c
kernel/trace/trace.c
mm/zbud.c
mm/zswap.c

index 1d3ace0..b7ee5c7 100644 (file)
@@ -11,7 +11,7 @@ Please find an example below:
 
     Clockgen block diagram
     -------------------------------------------------------------------
-   |                     Flexgen stucture                              |
+   |                     Flexgen structure                             |
    |                  ---------------------------------------------    |
    |                 |    -------       --------       --------    |   |
 clk_sysin            |   |       |     |        |     |        |   |   |
index a0c8511..8638f61 100644 (file)
@@ -172,7 +172,7 @@ ways.
 
  - eh_strategy_handler() callback
        This is one big callback which should perform whole error
-       handling.  As such, it should do all choirs SCSI midlayer
+       handling.  As such, it should do all chores the SCSI midlayer
        performs during recovery.  This will be discussed in [2-2].
 
  Once recovery is complete, SCSI EH resumes normal operation by
@@ -428,7 +428,7 @@ scmd->allowed.
 scsi_unjam_host() and it is responsible for whole recovery process.
 On completion, the handler should have made lower layers forget about
 all failed scmds and either ready for new commands or offline.  Also,
-it should perform SCSI EH maintenance choirs to maintain integrity of
+it should perform SCSI EH maintenance chores to maintain integrity of
 SCSI midlayer.  IOW, of the steps described in [2-1-2], all steps
 except for #1 must be implemented by eh_strategy_handler().
 
index 4cf53e4..635e574 100644 (file)
@@ -376,7 +376,7 @@ functions and binds them. This way the whole gadget is bound.
 configured, so config_groups for particular functions are defined
 in the functions implementation files drivers/usb/gadget/f_*.c.
 
-5. Funciton's code is written in such a way that it uses
+5. Function's code is written in such a way that it uses
 
 usb_get_function_instance(), which, in turn, calls request_module.
 So, provided that modprobe works, modules for particular functions
index 2d0240f..1cdf38b 100644 (file)
@@ -33,7 +33,7 @@ config ARCH_EXYNOS3
        bool "SAMSUNG EXYNOS3"
        select ARM_CPU_SUSPEND if PM
        help
-         Samsung EXYNOS3 (Crotex-A7) SoC based systems
+         Samsung EXYNOS3 (Cortex-A7) SoC based systems
 
 config ARCH_EXYNOS4
        bool "SAMSUNG EXYNOS4"
index c46c876..92ee840 100644 (file)
@@ -718,4 +718,4 @@ err3;       stb     r0,0(r3)
 
 15:    addi    r1,r1,STACKFRAMESIZE
        b       exit_vmx_usercopy       /* tail call optimise */
-#endif /* CONFiG_ALTIVEC */
+#endif /* CONFIG_ALTIVEC */
index 2ff5c14..0830587 100644 (file)
@@ -653,4 +653,4 @@ _GLOBAL(memcpy_power7)
 15:    addi    r1,r1,STACKFRAMESIZE
        ld      r3,-STACKFRAMESIZE+STK_REG(R31)(r1)
        b       exit_vmx_copy           /* tail call optimise */
-#endif /* CONFiG_ALTIVEC */
+#endif /* CONFIG_ALTIVEC */
index 9615d82..78c45f3 100644 (file)
@@ -67,7 +67,7 @@ static inline void _tlbil_va(unsigned long address, unsigned int pid,
 {
        __tlbil_va(address, pid);
 }
-#endif /* CONIFG_8xx */
+#endif /* CONFIG_8xx */
 
 #if defined(CONFIG_PPC_BOOK3E) || defined(CONFIG_PPC_47x)
 extern void _tlbivax_bcast(unsigned long address, unsigned int pid,
index 82f2da2..d2ac1c1 100644 (file)
@@ -220,7 +220,6 @@ config AKEBONO
        select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
        select MMC_SDHCI
        select MMC_SDHCI_PLTFM
-       select MMC_SDHCI_OF_476GTR
        select ATA
        select SATA_AHCI_PLATFORM
        help
index 455fd17..3f44f29 100644 (file)
@@ -28,7 +28,7 @@ config COMMON_CLK_WM831X
        depends on MFD_WM831X
        ---help---
           Supports the clocking subsystem of the WM831x/2x series of
-         PMICs from Wolfson Microlectronics.
+         PMICs from Wolfson Microelectronics.
 
 source "drivers/clk/versatile/Kconfig"
 
index 73b7396..997e61e 100644 (file)
@@ -686,7 +686,7 @@ static int gpio_msm_v1_probe(struct platform_device *pdev)
        irq_set_chained_handler(irq1, msm_gpio_irq_handler);
        irq_set_chained_handler(irq2, msm_gpio_irq_handler);
        irq_set_irq_wake(irq1, 1);
-       irq_set_irq_wake(irq2, 2);
+       irq_set_irq_wake(irq2, 1);
        return 0;
 }
 
index 353263c..506a2ea 100644 (file)
@@ -204,5 +204,5 @@ static int __init spics_gpio_init(void)
 subsys_initcall(spics_gpio_init);
 
 MODULE_AUTHOR("Shiraz Hashim <shiraz.linux.kernel@gmail.com>");
-MODULE_DESCRIPTION("ST Microlectronics SPEAr SPI Chip Select Abstraction");
+MODULE_DESCRIPTION("STMicroelectronics SPEAr SPI Chip Select Abstraction");
 MODULE_LICENSE("GPL");
index 72fb86b..c9946c6 100644 (file)
@@ -48,7 +48,7 @@ MODULE_DEVICE_TABLE(pci, atl1c_pci_tbl);
 
 MODULE_AUTHOR("Jie Yang");
 MODULE_AUTHOR("Qualcomm Atheros Inc., <nic-devel@qualcomm.com>");
-MODULE_DESCRIPTION("Qualcom Atheros 100/1000M Ethernet Network Driver");
+MODULE_DESCRIPTION("Qualcomm Atheros 100/1000M Ethernet Network Driver");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(ATL1C_DRV_VERSION);
 
index 2b3c894..3c6ba62 100644 (file)
@@ -1231,11 +1231,11 @@ static const struct dev_pm_ops pci_dev_pm_ops = {
 
 #define PCI_PM_OPS_PTR (&pci_dev_pm_ops)
 
-#else /* !COMFIG_PM_OPS */
+#else /* !CONFIG_PM */
 
 #define PCI_PM_OPS_PTR NULL
 
-#endif /* !COMFIG_PM_OPS */
+#endif /* !CONFIG_PM */
 
 /**
  * __pci_register_driver - register a new pci driver
index bddb791..ce5f22c 100644 (file)
@@ -724,5 +724,5 @@ static int __init plgpio_init(void)
 subsys_initcall(plgpio_init);
 
 MODULE_AUTHOR("Viresh Kumar <viresh.kumar@linaro.org>");
-MODULE_DESCRIPTION("ST Microlectronics SPEAr PLGPIO driver");
+MODULE_DESCRIPTION("STMicroelectronics SPEAr PLGPIO driver");
 MODULE_LICENSE("GPL");
index e77b72f..ee2407b 100644 (file)
@@ -345,7 +345,7 @@ CMD_INC_RESID(struct scsi_cmnd *cmd, int inc)
 
 enum {
        not_issued      = 0x0001,       /* command not yet issued */
-       selecting       = 0x0002,       /* target is beeing selected */
+       selecting       = 0x0002,       /* target is being selected */
        identified      = 0x0004,       /* IDENTIFY was sent */
        disconnected    = 0x0008,       /* target disconnected */
        completed       = 0x0010,       /* target sent COMMAND COMPLETE */ 
index 5d6fda7..c086c07 100644 (file)
@@ -595,7 +595,7 @@ int isci_task_abort_task(struct sas_task *task)
 
                ret = TMF_RESP_FUNC_COMPLETE;
        } else {
-               /* Fill in the tmf stucture */
+               /* Fill in the tmf structure */
                isci_task_build_abort_task_tmf(&tmf, isci_tmf_ssp_task_abort,
                                               old_request);
 
index 6a039eb..dccce08 100644 (file)
@@ -360,7 +360,7 @@ const char * macscsi_info (struct Scsi_Host *spnt) {
    XXX: Since bus errors in the PDMA routines never happen on my 
    computer, the bus error code is untested. 
    If the code works as intended, a bus error results in Pseudo-DMA 
-   beeing disabled, meaning that the driver switches to slow handshake. 
+   being disabled, meaning that the driver switches to slow handshake.
    If bus errors are NOT extremely rare, this has to be changed. 
 */
 
index fa0567c..7f842c8 100644 (file)
@@ -224,7 +224,7 @@ struct mpt2_ioctl_eventreport {
 };
 
 /**
- * struct mpt2_ioctl_command - generic mpt firmware passthru ioclt
+ * struct mpt2_ioctl_command - generic mpt firmware passthru ioctl
  * @hdr - generic header
  * @timeout - command timeout in seconds. (if zero then use driver default
  *  value).
index ebf09f4..ff97ac9 100644 (file)
@@ -28,7 +28,7 @@
  *
  * Why is *this* driver using two configurations, rather than setting up
  * two interfaces with different functions?  To help verify that multiple
- * configuration infrastucture is working correctly; also, so that it can
+ * configuration infrastructure is working correctly; also, so that it can
  * work with low capability USB controllers without four bulk endpoints.
  */
 
index 7064eb8..8bfc47c 100644 (file)
@@ -64,7 +64,7 @@ DEVICE(vivopay, VIVOPAY_IDS);
 /* Motorola USB Phone driver */
 #define MOTO_IDS()                     \
        { USB_DEVICE(0x05c6, 0x3197) }, /* unknown Motorola phone */    \
-       { USB_DEVICE(0x0c44, 0x0022) }, /* unknown Mororola phone */    \
+       { USB_DEVICE(0x0c44, 0x0022) }, /* unknown Motorola phone */    \
        { USB_DEVICE(0x22b8, 0x2a64) }, /* Motorola KRZR K1m */         \
        { USB_DEVICE(0x22b8, 0x2c84) }, /* Motorola VE240 phone */      \
        { USB_DEVICE(0x22b8, 0x2c64) }  /* Motorola V950 phone */
index cee9602..716bfad 100644 (file)
@@ -570,5 +570,5 @@ static struct platform_driver exynos_mipi_dsi_driver = {
 module_platform_driver(exynos_mipi_dsi_driver);
 
 MODULE_AUTHOR("InKi Dae <inki.dae@samsung.com>");
-MODULE_DESCRIPTION("Samusung SoC MIPI-DSI driver");
+MODULE_DESCRIPTION("Samsung SoC MIPI-DSI driver");
 MODULE_LICENSE("GPL");
index 85edabf..2358a2f 100644 (file)
@@ -876,5 +876,5 @@ int exynos_mipi_dsi_fifo_clear(struct mipi_dsim_device *dsim,
 }
 
 MODULE_AUTHOR("InKi Dae <inki.dae@samsung.com>");
-MODULE_DESCRIPTION("Samusung SoC MIPI-DSI common driver");
+MODULE_DESCRIPTION("Samsung SoC MIPI-DSI common driver");
 MODULE_LICENSE("GPL");
index 44eeef0..745def8 100644 (file)
@@ -69,7 +69,7 @@ struct ieee1394_device_id {
  * @bDeviceClass: Class of device; numbers are assigned
  *     by the USB forum.  Products may choose to implement classes,
  *     or be vendor-specific.  Device classes specify behavior of all
- *     the interfaces on a devices.
+ *     the interfaces on a device.
  * @bDeviceSubClass: Subclass of device; associated with bDeviceClass.
  * @bDeviceProtocol: Protocol of device; associated with bDeviceClass.
  * @bInterfaceClass: Class of interface; numbers are assigned
index 5e36248..00859c2 100644 (file)
@@ -555,7 +555,7 @@ struct Scsi_Host {
         * __devices is protected by the host_lock, but you should
         * usually use scsi_device_lookup / shost_for_each_device
         * to access it and don't care about locking yourself.
-        * In the rare case of beeing in irq context you can use
+        * In the rare case of being in irq context you can use
         * their __ prefixed variants with the lock held. NEVER
         * access this list directly from a driver.
         */
index 2e949cc..b79f39b 100644 (file)
@@ -792,7 +792,7 @@ int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq)
        /* Initialize mult/shift and max_idle_ns */
        __clocksource_updatefreq_scale(cs, scale, freq);
 
-       /* Add clocksource to the clcoksource list */
+       /* Add clocksource to the clocksource list */
        mutex_lock(&clocksource_mutex);
        clocksource_enqueue(cs);
        clocksource_enqueue_watchdog(cs);
index 92f4a6c..0fa2d20 100644 (file)
@@ -2029,7 +2029,7 @@ void trace_printk_init_buffers(void)
        pr_warning("** trace_printk() being used. Allocating extra memory.  **\n");
        pr_warning("**                                                      **\n");
        pr_warning("** This means that this is a DEBUG kernel and it is     **\n");
-       pr_warning("** unsafe for produciton use.                           **\n");
+       pr_warning("** unsafe for production use.                           **\n");
        pr_warning("**                                                      **\n");
        pr_warning("** If you see this message and you are not debugging    **\n");
        pr_warning("** the kernel, report this immediately to your vendor!  **\n");
index ecf1dbe..ec71b37 100644 (file)
--- a/mm/zbud.c
+++ b/mm/zbud.c
@@ -619,5 +619,5 @@ module_init(init_zbud);
 module_exit(exit_zbud);
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Seth Jennings <sjenning@linux.vnet.ibm.com>");
+MODULE_AUTHOR("Seth Jennings <sjennings@variantweb.net>");
 MODULE_DESCRIPTION("Buddy Allocator for Compressed Pages");
index ea064c1..c154306 100644 (file)
@@ -951,5 +951,5 @@ error:
 late_initcall(init_zswap);
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Seth Jennings <sjenning@linux.vnet.ibm.com>");
+MODULE_AUTHOR("Seth Jennings <sjennings@variantweb.net>");
 MODULE_DESCRIPTION("Compressed cache for swap pages");