summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: fsl_upm: Get rid of the legacy interface implementationBoris Brezillon2020-06-261-133/+0
* mtd: rawnand: fsl_upm: Implement exec_op()Boris Brezillon2020-06-261-0/+86
* mtd: rawnand: fsl_upm: Inherit from nand_controllerBoris Brezillon2020-06-261-0/+3
* mtd: rawnand: fsl_upm: Use gpio descriptorsBoris Brezillon2020-06-261-34/+10
* mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()Boris Brezillon2020-06-261-16/+7
* mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD nameBoris Brezillon2020-06-261-5/+3
* mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()Boris Brezillon2020-06-261-12/+6
* mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts fieldBoris Brezillon2020-06-261-1/+0
* mtd: rawnand: fsl_upm: Remove unused mtd varBoris Brezillon2020-06-261-1/+0
* mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal2020-06-263-32/+59
* mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal2020-06-261-15/+4
* mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4Rickard x Andersson2020-06-262-0/+41
* mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BCMiquel Raynal2020-06-262-1/+15
* mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3EMiquel Raynal2020-06-262-2/+21
* mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00Miquel Raynal2020-06-261-1/+11
* mtd: rawnand: Add the ->choose_interface_config() hookMiquel Raynal2020-06-261-6/+11
* mtd: rawnand: Introduce nand_choose_best_sdr_timings()Miquel Raynal2020-06-262-36/+61
* mtd: rawnand: timings: Make onfi_fill_interface_config() a void helperMiquel Raynal2020-06-263-18/+14
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-2621-122/+123
* mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal2020-06-267-28/+34
* mtd: rawnand: timings: Use default values for tPROG_max and tBERS_maxMiquel Raynal2020-06-261-12/+19
* mtd: rawnand: timings: Avoid redefining tR_max and tCCS_minMiquel Raynal2020-06-261-3/+0
* mtd: rawnand: timings: Add a helper to find the closest ONFI modeMiquel Raynal2020-06-262-0/+49
* mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsignedMiquel Raynal2020-06-262-3/+3
* mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interfaceMiquel Raynal2020-06-263-4/+7
* mtd: rawnand: timings: Update onfi_fill_data_interface() kernel docMiquel Raynal2020-06-261-3/+4
* mtd: rawnand: Rename nand_init_data_interface()Miquel Raynal2020-06-261-4/+4
* mtd: rawnand: Fix nand_setup_data_interface() descriptionMiquel Raynal2020-06-261-5/+2
* mtd: rawnand: Rename nand_has_setup_data_iface()Miquel Raynal2020-06-263-5/+5
* mtd: rawnand: Use the data interface mode entry when relevantMiquel Raynal2020-06-261-5/+4
* mtd: rawnand: Compare the actual timing valuesMiquel Raynal2020-06-261-1/+2
* mtd: rawnand: Rename the manufacturer structureMiquel Raynal2020-06-263-18/+18
* mtd: rawnand: Create a nand_chip operations structureMiquel Raynal2020-06-264-17/+17
* mtd: nand: Drop useless 'depends on' in KconfigMiquel Raynal2020-06-262-2/+0
* mtd: nand: Add an extra level in the Kconfig hierarchyMiquel Raynal2020-06-261-0/+5
* mtd: rawnand: tango: Convert the driver to exec_op()Boris Brezillon2020-06-261-46/+79
* mtd: rawnand: mtk: Convert the driver to exec_op()Boris Brezillon2020-06-151-45/+71
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-1434-234/+459
|\
| * net: ethernet: ti: ale: fix allmulti for nu type aleGrygorii Strashko2020-06-141-9/+40
| * net: ethernet: ti: am65-cpsw-nuss: fix ale parameters initGrygorii Strashko2020-06-141-1/+1
| * ibmvnic: Flush existing work items before device removalThomas Falcon2020-06-121-0/+3
| * net: ipa: header pad field only valid for AP->modem endpointAlex Elder2020-06-121-4/+15
| * net: ipa: program upper nibbles of sequencer typeAlex Elder2020-06-122-2/+6
| * net: ipa: fix modem LAN RX endpoint idAlex Elder2020-06-121-1/+1
| * net: ipa: program metadata mask differentlyAlex Elder2020-06-121-33/+39
| * ionic: add pcie_print_link_statusShannon Nelson2020-06-121-0/+1
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-06-125-63/+177
| |\
| | * iavf: increase reset complete wait timePaul Greenwalt2020-06-122-7/+9
| | * iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley2020-06-123-6/+24
| | * iavf: use appropriate enum for comparisonAleksandr Loktionov2020-06-114-29/+24