19 Jun, 2019

1 commit

  • Based on 2 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation #

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 4122 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Enrico Weigelt
    Reviewed-by: Kate Stewart
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

08 Feb, 2019

1 commit


07 Jul, 2018

1 commit

  • At over 4000 #includes, is the 9th most
    #included header file in the Linux kernel. It does not need
    , so drop that header and explicitly add
    to source files that need it.

    4146 #include

    After this patch, there are 225 files that use ,
    for a reduction of around 3900 times that
    does not have to be read & parsed.

    225 #include

    This patch was build-tested on 20 different arch-es.

    It also makes these drivers SubmitChecklist#1 compliant.

    Signed-off-by: Randy Dunlap
    Reported-by: kbuild test robot # drivers/media/platform/vimc/
    Reported-by: kbuild test robot # drivers/pinctrl/pinctrl-u300.c
    Signed-off-by: Greg Kroah-Hartman

    Randy Dunlap
     

18 Feb, 2018

1 commit


30 May, 2017

1 commit


11 Jan, 2017

1 commit


25 Sep, 2015

1 commit


03 May, 2015

1 commit


20 Oct, 2014

1 commit


17 Aug, 2014

1 commit


30 Jun, 2014

1 commit


10 Jun, 2014

1 commit

  • Pull libata updates from Tejun Heo:
    "Nothing too interesting - another ahci platform driver variant,
    additional controller support, minor fixes and cleanups"

    * 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata:
    ahci: Add Device ID for HighPoint RocketRaid 642L
    ata: ep93xx: use dmaengine_prep_slave_sg api instead of internal callback
    ahci: add PCI ID for Marvell 88SE91A0 SATA Controller
    sata_fsl: remove check for CONFIG_MPC8315_DS
    ahci: add support for Hisilicon sata
    libahci_platform: add host_flags parameter in ahci_platform_init_host()
    ata: ahci: append new hflag AHCI_HFLAG_NO_FBS
    ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
    ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfaces
    Documentation: dt-bindings: reformat and order list of ahci-platform compatibles
    libata-sff: remove dead code
    ata: SATL compliance for Inquiry Product Revision
    pata_octeon_cf: use devm_kzalloc() to allocate cf_port

    Linus Torvalds
     

10 May, 2014

1 commit

  • This patch fixes host drivers to use CONFIG_PM_SLEEP instead of CONFIG_PM
    where applicable. Benefits of this change:

    * unused code is not being compiled in for CONFIG_PM=y, CONFIG_PM_SLEEP=n
    and CONFIG_PM_RUNTIME=y configurations

    * easier transition to use struct dev_pm_ops and SIMPLE_DEV_PM_OPS() in
    the future

    * more consistent code (there are host drivers which are using the correct
    CONFIG_PM_SLEEP checks already)

    The patch leaves the core libata code and ->port_[suspend,resume] support
    in sata_[inic162x,nv,sil24].c alone for now.

    Signed-off-by: Bartlomiej Zolnierkiewicz
    Signed-off-by: Tejun Heo

    Bartlomiej Zolnierkiewicz
     

15 Apr, 2014

1 commit


12 Jan, 2014

1 commit


02 Jan, 2014

2 commits


31 Dec, 2013

1 commit


09 Aug, 2013

1 commit

  • Added missing __iomem annotation and staticized local symbol
    in order to fix the following sparse warnings:

    drivers/ata/pata_samsung_cf.c:244:14: warning: symbol 'pata_s3c_data_xfer' was not declared. Should it be static?
    drivers/ata/pata_samsung_cf.c:423:20: warning: incorrect type in argument 1 (different address spaces)
    drivers/ata/pata_samsung_cf.c:423:20: expected void const volatile [noderef] *addr
    drivers/ata/pata_samsung_cf.c:423:20: got void *
    drivers/ata/pata_samsung_cf.c:425:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/ata/pata_samsung_cf.c:425:9: expected void volatile [noderef] *addr
    drivers/ata/pata_samsung_cf.c:425:9: got void *
    drivers/ata/pata_samsung_cf.c:448:37: warning: incorrect type in argument 1 (different address spaces)
    drivers/ata/pata_samsung_cf.c:448:37: expected void *s3c_ide_regbase
    drivers/ata/pata_samsung_cf.c:448:37: got void [noderef] *ide_addr
    drivers/ata/pata_samsung_cf.c:463:37: warning: incorrect type in argument 1 (different address spaces)
    drivers/ata/pata_samsung_cf.c:463:37: expected void *s3c_ide_regbase
    drivers/ata/pata_samsung_cf.c:463:37: got void [noderef] *ide_addr

    Signed-off-by: Jingoo Han
    Signed-off-by: Tejun Heo

    Jingoo Han
     

30 Jul, 2013

1 commit


05 Mar, 2013

1 commit


15 Jan, 2013

1 commit


19 Sep, 2012

1 commit

  • Platform data for device drivers should be defined in
    include/linux/platform_data/*.h, not in the architecture
    and platform specific directories.

    This moves such data out of the samsung include directories

    Signed-off-by: Arnd Bergmann
    Acked-by: Mark Brown
    Acked-by: Greg Kroah-Hartman
    Acked-by: Nicolas Pitre
    Acked-by: Mauro Carvalho Chehab
    Cc: Kukjin Kim
    Cc: Kyungmin Park
    Cc: Ben Dooks
    Cc: Jeff Garzik
    Cc: Guenter Roeck
    Cc: "Wolfram Sang (embedded platforms)"
    Cc: Dmitry Torokhov
    Cc: Bryan Wu
    Cc: Richard Purdie
    Cc: Sylwester Nawrocki
    Cc: Chris Ball
    Cc: David Woodhouse
    Cc: Grant Likely
    Cc: Felipe Balbi
    Cc: Alan Stern
    Cc: Sangbeom Kim
    Cc: Liam Girdwood
    Cc: linux-samsung-soc@vger.kernel.org

    Arnd Bergmann
     

24 Jul, 2011

1 commit

  • Saves text by removing nearly duplicated text format strings by
    creating ata__printk functions and printf extension %pV.

    ata defconfig size shrinks ~5% (~8KB), allyesconfig ~2.5% (~13KB)

    Format string duplication comes from:

    #define ata_link_printk(link, lv, fmt, args...) do { \
    if (sata_pmp_attached((link)->ap) || (link)->ap->slave_link) \
    printk("%sata%u.%02u: "fmt, lv, (link)->ap->print_id, \
    (link)->pmp , ##args); \
    else \
    printk("%sata%u: "fmt, lv, (link)->ap->print_id , ##args); \
    } while(0)

    Coalesce long formats.

    $ size drivers/ata/built-in.*
    text data bss dec hex filename
    544969 73893 116584 735446 b38d6 drivers/ata/built-in.allyesconfig.ata.o
    558429 73893 117864 750186 b726a drivers/ata/built-in.allyesconfig.dev_level.o
    141328 14689 4220 160237 271ed drivers/ata/built-in.defconfig.ata.o
    149567 14689 4220 168476 2921c drivers/ata/built-in.defconfig.dev_level.o

    Signed-off-by: Joe Perches
    Signed-off-by: Jeff Garzik

    Joe Perches
     

02 Mar, 2011

1 commit

  • Commit 0d5ff566779f894ca9937231a181eb31e4adff0e (libata: convert to iomap)
    removed all checks of ATA_FLAG_MMIO but neglected to remove the flag itself.
    Do it now, at last...

    Signed-off-by: Sergei Shtylyov
    Signed-off-by: Jeff Garzik

    Sergei Shtylyov
     

22 Oct, 2010

1 commit


02 Aug, 2010

1 commit