Age | Commit message (Expand) | Author | Files | Lines |
2020-12-19 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 7 | -846/+9 |
2020-12-05 | pcmcia: omap: Fix error return code in omap_cf_probe() | Wang ShaoBo | 1 | -2/+6 |
2020-12-05 | pcmcia: Remove NEC VRC4173 CARDU | Sebastian Andrzej Siewior | 4 | -843/+0 |
2020-12-05 | pcmcia: db1xxx_ss: remove unneeded semicolon | Jason Yan | 1 | -1/+1 |
2020-12-05 | pcmcia/electra_cf: Fix some return values in 'electra_cf_probe()' in case of ... | Christophe JAILLET | 1 | -0/+2 |
2020-11-28 | pcmcia: at91_cf: remove platform data support | Alexandre Belloni | 2 | -30/+9 |
2020-11-28 | pcmcia: at91_cf: move definitions locally | Alexandre Belloni | 1 | -1/+11 |
2020-09-25 | dma-mapping: remove DMA_MASK_NONE | Christoph Hellwig | 1 | -1/+1 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -4/+4 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -4/+4 |
2020-06-06 | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -14/+26 |
2020-06-04 | Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2 | -9/+3 |
2020-06-02 | powerpc: add an ioremap_phb helper | Christoph Hellwig | 1 | -29/+16 |
2020-05-21 | pcmcia: Use CardBus window names (PCI_CB_BRIDGE_IO_0_WINDOW etc) when freeing | Krzysztof Wilczynski | 1 | -8/+16 |
2020-05-21 | PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc) | Krzysztof Wilczynski | 1 | -6/+10 |
2020-05-18 | pcmcia: make pccard_loop_tuple() static | Dominik Brodowski | 2 | -9/+3 |
2020-03-31 | pcmcia: remove some unused space characters | Hu Haowen | 1 | -3/+3 |
2020-03-28 | pcmcia: soc_common.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-03-28 | pcmcia: cs_internal.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-03-14 | pcmcia: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 2 | -8/+8 |
2020-03-14 | pcmcia: omap: remove useless cast for driver.name | Corentin Labbe | 1 | -1/+1 |
2019-12-16 | PCMCIA/i82092: remove #if 0 block | Simon Geis | 1 | -20/+0 |
2019-12-16 | PCMCIA/i82092: delete enter/leave macro | Simon Geis | 2 | -60/+6 |
2019-12-16 | PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h> | Simon Geis | 1 | -1/+1 |
2019-12-16 | PCMCIA/i82092: shorten the lines with over 80 characters | Simon Geis | 1 | -26/+53 |
2019-12-16 | PCMCIA/i82092: move assignment out of if condition | Simon Geis | 1 | -2/+5 |
2019-12-16 | PCMCIA/i82092: change code indentation | Simon Geis | 1 | -61/+61 |
2019-12-16 | PCMCIA/i82092: insert blank line after declarations | Simon Geis | 1 | -0/+8 |
2019-12-16 | PCMCIA/i82092: remove braces around single statement blocks | Simon Geis | 1 | -10/+5 |
2019-12-16 | PCMCIA/i82092: add/remove spaces to improve readability | Simon Geis | 1 | -194/+189 |
2019-12-16 | PCMCIA/i82092: use dev_<level> instead of printk | Simon Geis | 1 | -27/+36 |
2019-11-22 | pcmcia: remove unused dprintk definition | Dominik Brodowski | 1 | -2/+0 |
2019-11-22 | pcmcia: include <pcmcia/ds.h> for pcmcia_parse_tuple | Ben Dooks (Codethink) | 1 | -0/+1 |
2019-11-22 | pcmcia: include cs_internal.h for missing declarations | Ben Dooks (Codethink) | 1 | -0/+2 |
2019-11-21 | pcmcia: Use dev_get_drvdata where possible | Chuhong Yuan | 1 | -2/+1 |
2019-11-21 | pcmcia: clean an indentation issues, remove extraneous spaces | Colin Ian King | 1 | -18/+16 |
2019-09-28 | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+5 |
2019-09-04 | pcmcia/i82092: Refactored dprintk macro for dev_dbg(). | Adam Zerella | 1 | -3/+3 |
2019-08-20 | lockdown: Prohibit PCMCIA CIS storage when the kernel is locked down | David Howells | 1 | -0/+5 |
2019-08-10 | pcmcia: db1xxx_ss: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+4 |
2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 28 | -126/+28 |
2019-06-14 | docs: pcmcia: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 256 | Thomas Gleixner | 1 | -2/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2 | -28/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2 | -10/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 5 | -0/+5 |
2019-05-15 | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 1 | -1/+1 |
2019-01-05 | Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 9 | -260/+290 |