1. adbbc3b mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition by Boris Brezillon · 9 years ago
  2. 06af3b0 mtd: docg3: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  3. eb8c2be mtd: onenand: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  4. 70d105e mtd: nand: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  5. f6a6da1 mtd: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  6. 036d654 mtd: add mtd_set_ecclayout() helper function by Boris Brezillon · 9 years ago
  7. d30aae6 mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  8. aa02fcf mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 8 years ago
  9. 8cfc1e8b mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  10. b9c0f65 mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  11. 191a829 mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  12. 9ed92dd mtd: nand: fsl_ifc: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  13. 78d28e8 mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  14. 846031d mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  15. c2b7845 mtd: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  16. 75eb2ce mtd: add mtd_ooblayout_xxx() helper functions by Boris Brezillon · 9 years ago
  17. c4f3ef2 mtd: nand: sunxi: make cur_off parameter optional in extra oob helpers by Boris Brezillon · 9 years ago
  18. 828dec1 mtd: nand: sunxi: make OOB retrieval optional by Boris Brezillon · 9 years ago
  19. cc6822f mtd: nand: sunxi: move some ECC related operations to their own functions by Boris Brezillon · 9 years ago
  20. c0c9dfa mtd: nand: sunxi: poll for events instead of using interrupts by Boris Brezillon · 9 years ago
  21. 166f08c mtd: nand: sunxi: make use of readl_poll_timeout() by Boris Brezillon · 9 years ago
  22. a9a416f mtd: nand: sunxi: fix ->dev_ready() implementation by Boris Brezillon · 9 years ago
  23. 336de7b mtd: nand: enable ECC pipelining by Boris Brezillon · 9 years ago
  24. dd26a45 mtd: nand: sunxi: disable clks on device removal by Boris Brezillon · 9 years ago
  25. 68ffbf7 mtd: nand: sunxi: fix NFC_CTL setting by Boris Brezillon · 9 years ago
  26. f8b0474 mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macro by Boris Brezillon · 9 years ago
  27. ece03cfd mtd: nand: sunxi: let the NAND controller control the CE line by Boris Brezillon · 9 years ago
  28. e9aa671 mtd: nand: sunxi: improve ->cmd_ctrl() function by Boris Brezillon · 9 years ago
  29. fe82cce mtd: nand: sunxi: implement ->read_subpage() by Boris Brezillon · 9 years ago
  30. 1c1bdd6 mtd: nand: sunxi: implement ->read_oob()/->write_oob() by Boris Brezillon · 9 years ago
  31. 9d02fc2 mtd: nand: export default read/write oob functions by Boris Brezillon · 9 years ago
  32. 5abcd95 mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timings by Boris Brezillon · 9 years ago
  33. 2d43457 mtd: nand: sunxi: fix EDO mode selection by Boris Brezillon · 9 years ago
  34. 2f9992e mtd: nand: sunxi: fix clk rate calculation by Boris Brezillon · 9 years ago
  35. 9edb470 mtd: nand: sunxi: fix call order in sunxi_nand_chip_init() by Boris Brezillon · 9 years ago
  36. 44ccb64 mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 8 years ago
  37. 4f3cab9 mtd: nand: atmel: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 8 years ago
  38. ff05fdb mtd: nand: pasemi: switch to dev_* printing functions by Rafał Miłecki · 8 years ago
  39. ce111af mtd: nand: socrates: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  40. 41ccb49 mtd: nand: plat: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  41. a9670a9 mtd: nand: pasemi: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  42. ac7efcb mtd: nand: orion: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  43. 37afb20 mtd: nand: nuc900: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  44. c1c7040 mtd: nand: mxc: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  45. 050658c mtd: nand: gpio: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  46. e58dd3c mtd: nand: ams-delta: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  47. 541e3c8 mtd: nand: brcm: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 8 years ago
  48. f679888 mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 8 years ago
  49. 24d990e mtd: nand: remove unneeded of_mtd.h inclusions by Boris Brezillon · 8 years ago
  50. 03a9755 mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data() by Zhaoxiu Zeng · 8 years ago
  51. 7a65417 mtd/ifc: Add support for IFC controller version 2.0 by Raghav Dogra · 9 years ago
  52. 11eaf6d mtd: nand: Remove BUG() abuse in nand_scan_tail by Ezequiel García · 8 years ago
  53. 2cd395d mtd: gpmi: fix raw_buffer pointer double free issue by Han Xu · 8 years ago
  54. 269ecf0 mtd: brcmnand: Add support for v6.2 controllers by Florian Fainelli · 8 years ago
  55. 2d472ab mtd: nand: document the NAND controller/NAND chip DT representation by Boris Brezillon · 8 years ago
  56. ce8716e mtd: nand: jz4780: fixup, device structure assigned at probe by Jorge Ramirez-Ortiz · 8 years ago
  57. ff6ee10 mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCs by Boris Brezillon · 9 years ago
  58. 8ae6bcd mtd: nand: nandsim: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  59. 7908245 mtd: nand: set ECC algorithm in nand_dt_init by Rafał Miłecki · 8 years ago
  60. dd2dcc0 of: mtd: prepare helper reading NAND ECC algo from DT by Rafał Miłecki · 8 years ago
  61. b0fcd8a mtd: nand: add new enum for storing ECC algorithm by Rafał Miłecki · 8 years ago
  62. aaa3ca8 intel_th: pci: Add Broxton-M SOC support by Alexander Shishkin · 8 years ago
  63. 8de5348 Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds into nand/next by Boris Brezillon · 8 years ago
  64. 4217ff3 Merge branch 'for-v4.7/gpmc-mtd-common' of github.com:rogerq/linux into nand/next by Boris Brezillon · 8 years ago
  65. 2b4e628 clk: rockchip: drop unnecessary header comment by Heiko Stuebner · 8 years ago
  66. 995d3fd clk: rockchip: reign in some overly long lines in the rk3399 controller by Heiko Stuebner · 8 years ago
  67. dc2c571 iio: gyro: bmg160: use regmap to retrieve struct device by Alison Schofield · 8 years ago
  68. 0ef4c31 iio: accel: bmc150: use regmap to retrieve struct device by Alison Schofield · 8 years ago
  69. dfd2ab8 iio: Add Vishay VEML6070 UV A light sensor driver by Peter Meerwald-Stadler · 8 years ago
  70. e21a294 iio: Add resource managed APIs devm_iio_channel_{get,release) in devres by Laxman Dewangan · 8 years ago
  71. efc2c01 iio: core: Add devm_ APIs for iio_channel_{get,release}_all by Laxman Dewangan · 8 years ago
  72. 8bf872d iio: core: Add devm_ APIs for iio_channel_{get,release} by Laxman Dewangan · 8 years ago
  73. 5f991a9 iio: tools: generic_buffer: auto-enable channels by Linus Walleij · 8 years ago
  74. 0e6f687 iio: st_sensors: support open drain mode by Linus Walleij · 8 years ago
  75. 97865fe iio: st_sensors: verify interrupt event to status by Linus Walleij · 8 years ago
  76. 6436db3 iio: st_sensors: read each channel individually by Linus Walleij · 8 years ago
  77. 850c25c iio: mxs-lradc: move STMP reset out of ADC init by Stefan Wahren · 8 years ago
  78. 9cf6fcc iio: mxs-lradc: move TS config into suitable function by Stefan Wahren · 8 years ago
  79. bc5ce15 ARM: 8557/1: specify install, zinstall, and uinstall as PHONY targets by Masahiro Yamada · 8 years ago
  80. 6e8ac72 ARM: 8562/1: suppress "include/generated/mach-types.h is up to date." by Masahiro Yamada · 8 years ago
  81. ac36a88 ARM: 8564/1: fix cpu feature extracting helper by Vladimir Murzin · 8 years ago
  82. 03f1217 ARM: 8563/1: fix demoting HWCAP_SWP by Vladimir Murzin · 8 years ago
  83. 1840284 net: Align IFLA_STATS64 attributes properly on architectures that need it. by David S. Miller · 8 years ago
  84. a163f2cb netfilter: conntrack: don't acquire lock during seq_printf by Florian Westphal · 8 years ago
  85. 041f9d3 ASoC: tlv320aic32x4: Add 96k sample rate by Jeremy McDermond · 8 years ago
  86. f5cc177 ASoC: tlv320aix31xx: Add ACPI match for Lenovo 100S by Bastien Nocera · 8 years ago
  87. fb137ba ASoC: da7219: Disallow unsupported 32KHz clock setting in set_dai_sysclk() by Adam Thomson · 8 years ago
  88. 63a450a ASoC: da7219: Update PLL ranges and dividers to improve locking by Adam Thomson · 8 years ago
  89. 5f7fb6f Input: twl6040-vibra - ignore return value of schedule_work by H. Nikolaus Schaller · 8 years ago
  90. 52dee2c Input: twl6040-vibra - fix NULL pointer dereference by removing workqueue by H. Nikolaus Schaller · 8 years ago
  91. 69a0200 tracing: Add hist trigger support for stacktraces as keys by Tom Zanussi · 9 years ago
  92. 3169619 tracing: Add hist trigger 'syscall' modifier by Tom Zanussi · 9 years ago
  93. 6b4827a tracing: Add hist trigger 'execname' modifier by Tom Zanussi · 9 years ago
  94. c6afad4 tracing: Add hist trigger 'sym' and 'sym-offset' modifiers by Tom Zanussi · 9 years ago
  95. 0c4a6b4 tracing: Add hist trigger 'hex' modifier for displaying numeric fields by Tom Zanussi · 9 years ago
  96. e86ae9b tracing: Add hist trigger support for clearing a trace by Tom Zanussi · 9 years ago
  97. 83e9991 tracing: Add hist trigger support for pausing and continuing a trace by Tom Zanussi · 9 years ago
  98. e62347d tracing: Add hist trigger support for user-defined sorting ('sort=' param) by Tom Zanussi · 9 years ago
  99. 76a3b0c tracing: Add hist trigger support for compound keys by Tom Zanussi · 9 years ago
  100. f260683 tracing: Add hist trigger support for multiple values ('vals=' param) by Tom Zanussi · 9 years ago