Age | Commit message (Expand) | Author | Files | Lines |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
2018-03-27 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-28 | drivers/fmc: carrier can program FPGA on registration | Federico Vaga | 2 | -3/+39 |
2017-08-28 | drivers/fmc: change registration prototype | Federico Vaga | 1 | -1/+14 |
2017-08-28 | drivers/fmc: The only way to dump the SDB is from debugfs | Federico Vaga | 6 | -138/+192 |
2017-08-28 | drivers/fmc: hide fmc operations behind helpers | Federico Vaga | 5 | -19/+69 |
2017-08-28 | drivers/fmc: remove unused variable | Federico Vaga | 1 | -2/+1 |
2014-03-02 | Merge 3.14-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
2014-02-28 | FMC: show_sdb_tree: dump synthesis/commit ID info | Alessandro Rubini | 1 | -4/+30 |
2014-02-28 | FMC: make eeprom attribute writable | Alessandro Rubini | 1 | -1/+14 |
2014-02-25 | drivers/fmc/fmc-write-eeprom.c: fix decimal permissions | Joe Perches | 1 | -1/+1 |
2014-02-15 | FMC: show_sdb_tree: fix offset calculation | Alessandro Rubini | 1 | -5/+2 |
2014-02-15 | FMC: support carriers with no mezzanine | Alessandro Rubini | 1 | -6/+1 |
2013-10-14 | treewide: Fix typo in Kconfig | Masanari Iida | 1 | -1/+1 |
2013-08-12 | FMC: Staticize local symbols | Jingoo Han | 1 | -2/+2 |
2013-07-24 | FMC: fix locking in sample chardev driver | Alessandro Rubini | 1 | -5/+4 |
2013-06-24 | FMC: fix error handling in probe() function | Dan Carpenter | 1 | -6/+11 |
2013-06-19 | fmc: avoid readl/writel namespace conflict | Arnd Bergmann | 1 | -2/+2 |
2013-06-19 | FMC: NULL dereference on allocation failure | Dan Carpenter | 1 | -5/+6 |
2013-06-18 | FMC: add a char-device mezzanine driver | Alessandro Rubini | 3 | -0/+206 |
2013-06-18 | FMC: add a driver to write mezzanine EEPROM | Alessandro Rubini | 3 | -0/+185 |
2013-06-18 | FMC: add a software mezzanine driver | Alessandro Rubini | 3 | -0/+115 |
2013-06-18 | FMC: add a software carrier driver | Alessandro Rubini | 3 | -0/+368 |
2013-06-18 | FMC: add core bus driver | Alessandro Rubini | 6 | -1/+838 |
2013-06-17 | FMC: create drivers/fmc and toplevel Kconfig question | Alessandro Rubini | 3 | -0/+45 |