Show patches with: Submitter = Bartosz Golaszewski       |    Archived = No       |   990 patches
« 1 2 ... 7 8 9 10 »
Patch Series S/W/F Date Submitter Delegate State
[v3,07/11] lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc() gpio: implement the configfs testing module --- 2021-03-09 Bartosz Golaszewski Superseded
[v3,06/11] lib: bitmap: order includes alphabetically gpio: implement the configfs testing module --- 2021-03-09 Bartosz Golaszewski Superseded
[v3,05/11] lib: bitmap: remove the 'extern' keyword from function declarations gpio: implement the configfs testing module --- 2021-03-09 Bartosz Golaszewski Superseded
[v3,04/11] samples: configfs: add a committable group gpio: implement the configfs testing module --- 2021-03-09 Bartosz Golaszewski Superseded
[v3,03/11] configfs: implement committable items gpio: implement the configfs testing module --- 2021-03-09 Bartosz Golaszewski Superseded
[v3,02/11] configfs: use (1UL << bit) for internal flags gpio: implement the configfs testing module --- 2021-03-09 Bartosz Golaszewski Superseded
[v3,01/11] configfs: increase the item name length gpio: implement the configfs testing module --- 2021-03-09 Bartosz Golaszewski Superseded
[libgpiod,6/6] core: hide the GPIOD_API symbol treewide: another bunch of cleanups for v2.0 --- 2021-03-09 Bartosz Golaszewski New
[libgpiod,5/6] treewide: kill line updating treewide: another bunch of cleanups for v2.0 --- 2021-03-09 Bartosz Golaszewski New
[libgpiod,4/6] treewide: remove is_requested() and is_free() treewide: another bunch of cleanups for v2.0 --- 2021-03-09 Bartosz Golaszewski New
[libgpiod,3/6] core: switch to reference counting for gpio chip objects treewide: another bunch of cleanups for v2.0 --- 2021-03-09 Bartosz Golaszewski New
[libgpiod,2/6] tests: remove line bulk test cases treewide: another bunch of cleanups for v2.0 --- 2021-03-09 Bartosz Golaszewski New
[libgpiod,1/6] treewide: simplify line lookup treewide: another bunch of cleanups for v2.0 --- 2021-03-09 Bartosz Golaszewski New
[v2,12/12] selftests: gpio: add test cases for gpio-sim gpio: implement the configfs testing module --- 2021-03-04 Bartosz Golaszewski Superseded
[v2,09/12] gpio: sim: new testing module gpio: implement the configfs testing module --- 2021-03-04 Bartosz Golaszewski Superseded
[v2,06/12] lib: bitmap: order includes alphabetically gpio: implement the configfs testing module --- 2021-03-04 Bartosz Golaszewski Superseded
[v2,05/12] lib: bitmap: remove the 'extern' keyword from function declarations gpio: implement the configfs testing module --- 2021-03-04 Bartosz Golaszewski Superseded
[v2,04/12] samples: configfs: add a committable group gpio: implement the configfs testing module --- 2021-03-04 Bartosz Golaszewski Superseded
[v2,02/12] configfs: use (1UL << bit) for internal flags gpio: implement the configfs testing module --- 2021-03-04 Bartosz Golaszewski Superseded
selftests: gpio: update .gitignore selftests: gpio: update .gitignore --- 2021-02-24 Bartosz Golaszewski New
[libgpiod,3/3] licensing: relicense C++ library code under LGPL-3.0-or-later licensing: try to get licensing right --- 2021-02-17 Bartosz Golaszewski New
[libgpiod,2/3] licensing: relicense non-library code under GPL-2.0-or-later licensing: try to get licensing right --- 2021-02-17 Bartosz Golaszewski New
[libgpiod,1/3] licensing: make the project REUSE-compliant licensing: try to get licensing right --- 2021-02-17 Bartosz Golaszewski New
[libgpiod] COPYING: organize the licenses in a separate LICENSES directory [libgpiod] COPYING: organize the licenses in a separate LICENSES directory --- 2021-02-03 Bartosz Golaszewski New
[v4,3/4] configfs: implement committable items configfs: implement committable items and add sample code --- 2021-01-15 Bartosz Golaszewski Superseded
[libgpiod,v2,6/7] bindings: cxx: line: reorder bias mapping entries treewide: remove more cruft and add some improvements --- 2021-01-15 Bartosz Golaszewski New
[libgpiod,v2,2/7] treewide: simplify the active-low line property treewide: remove more cruft and add some improvements --- 2021-01-15 Bartosz Golaszewski New
[libgpiod,v2,1/7] treewide: remove helpers for opening chips by name & number treewide: remove more cruft and add some improvements --- 2021-01-15 Bartosz Golaszewski New
[libgpiod,6/6] core: add the kernel uapi header to the repository treewide: remove more cruft and --- 2021-01-11 Bartosz Golaszewski New
[libgpiod,5/6] bindings: cxx: line: reorder bias mapping entries treewide: remove more cruft and --- 2021-01-11 Bartosz Golaszewski New
[libgpiod,4/6] treewide: make drive settings an enum treewide: remove more cruft and --- 2021-01-11 Bartosz Golaszewski New
[libgpiod,3/6] treewide: rename BIAS_AS_IS to BIAS_NONE treewide: remove more cruft and --- 2021-01-11 Bartosz Golaszewski New
[libgpiod,2/6] treewide: simplify the active-low line property treewide: remove more cruft and --- 2021-01-11 Bartosz Golaszewski Superseded
[libgpiod,1/6] treewide: remove helpers for opening chips by name & number treewide: remove more cruft and --- 2021-01-11 Bartosz Golaszewski Superseded
[libgpiod,14/14] core: kill chip iterators treewide: start shaving off cruft for v2.0 --- 2020-12-10 Bartosz Golaszewski New
[libgpiod,13/14] build: add a configure switch for building examples treewide: start shaving off cruft for v2.0 --- 2020-12-10 Bartosz Golaszewski New
[libgpiod,12/14] core: rework gpiod_chip_find_line() treewide: start shaving off cruft for v2.0 --- 2020-12-10 Bartosz Golaszewski New
[libgpiod,09/14] core: kill gpiod_line_get() treewide: start shaving off cruft for v2.0 --- 2020-12-10 Bartosz Golaszewski New
[libgpiod,06/14] treewide: kill opening chips by label treewide: start shaving off cruft for v2.0 --- 2020-12-10 Bartosz Golaszewski New
[libgpiod,04/14] bulk: drop the limit on the max number of lines treewide: start shaving off cruft for v2.0 --- 2020-12-10 Bartosz Golaszewski New
[libgpiod,01/14] bindings: cxx: check for error from gpiod_line_bulk_new() treewide: start shaving off cruft for v2.0 --- 2020-12-10 Bartosz Golaszewski New
[libgpiod,v2] build: allow building with pre-v5.5 kernel headers [libgpiod,v2] build: allow building with pre-v5.5 kernel headers --- 2020-11-21 Bartosz Golaszewski Superseded
[libgpiod] build: allow building with pre-v5.5 kernel headers [libgpiod] build: allow building with pre-v5.5 kernel headers --- 2020-11-20 Bartosz Golaszewski New
[v5,7/7] gpio: exar: use devm action for freeing the IDA and drop remove() gpio: exar: refactor the driver --- 2020-11-16 Bartosz Golaszewski New
[v5,6/7] gpio: exar: switch to using regmap gpio: exar: refactor the driver --- 2020-11-16 Bartosz Golaszewski New
[v5,5/7] gpio: exar: unduplicate address and offset computation gpio: exar: refactor the driver --- 2020-11-16 Bartosz Golaszewski New
[v5,4/7] gpio: exar: use a helper variable for &pdev->dev gpio: exar: refactor the driver --- 2020-11-16 Bartosz Golaszewski New
[v5,3/7] gpio: exar: switch to a simpler IDA interface gpio: exar: refactor the driver --- 2020-11-16 Bartosz Golaszewski New
[v5,2/7] gpio: exar: include idr.h gpio: exar: refactor the driver --- 2020-11-16 Bartosz Golaszewski New
[v5,1/7] gpio: exar: add a newline after the copyright notice gpio: exar: refactor the driver --- 2020-11-16 Bartosz Golaszewski New
[v4,7/7] gpio: exar: use devm action for freeing the IDA and drop remove() gpio: exar: refactor the driver --- 2020-11-10 Bartosz Golaszewski New
[v4,2/7] gpio: exar: include idr.h gpio: exar: refactor the driver --- 2020-11-10 Bartosz Golaszewski Superseded
[v4,1/7] gpio: exar: add a newline after the copyright notice gpio: exar: refactor the driver --- 2020-11-10 Bartosz Golaszewski Superseded
[v3,6/7] gpio: exar: switch to using regmap [v3,1/7] gpio: exar: add a newline after the copyright notice --- 2020-11-10 Bartosz Golaszewski Superseded
[v3,3/7] gpio: exar: switch to a simpler IDA interface [v3,1/7] gpio: exar: add a newline after the copyright notice --- 2020-11-10 Bartosz Golaszewski Superseded
[v3,2/7] gpio: exar: include idr.h [v3,1/7] gpio: exar: add a newline after the copyright notice --- 2020-11-10 Bartosz Golaszewski Superseded
[v3,1/7] gpio: exar: add a newline after the copyright notice [v3,1/7] gpio: exar: add a newline after the copyright notice --- 2020-11-10 Bartosz Golaszewski Superseded
gpiolib: devres: shrink devm_gpiochip_add_data_with_key() gpiolib: devres: shrink devm_gpiochip_add_data_with_key() --- 2020-11-10 Bartosz Golaszewski New
[v3,7/9] drm: atomic: use krealloc_array() [v3,1/9] mm: slab: clarify krealloc()'s behavior with __GFP_ZERO --- 2020-11-09 Bartosz Golaszewski New
[v3,6/9] edac: ghes: use krealloc_array() [v3,1/9] mm: slab: clarify krealloc()'s behavior with __GFP_ZERO --- 2020-11-09 Bartosz Golaszewski New
[v3,5/9] pinctrl: use krealloc_array() [v3,1/9] mm: slab: clarify krealloc()'s behavior with __GFP_ZERO --- 2020-11-09 Bartosz Golaszewski New
[v3,2/9] mm: slab: provide krealloc_array() [v3,1/9] mm: slab: clarify krealloc()'s behavior with __GFP_ZERO --- 2020-11-09 Bartosz Golaszewski New
[v3,1/9] mm: slab: clarify krealloc()'s behavior with __GFP_ZERO [v3,1/9] mm: slab: clarify krealloc()'s behavior with __GFP_ZERO --- 2020-11-09 Bartosz Golaszewski New
[RFT,v2,7/8] gpio: exar: switch to using regmap [v2,1/8] regmap: provide regmap_assign_bits() --- 2020-11-04 Bartosz Golaszewski New
[RFT,v2,6/8] gpio: exar: unduplicate address and offset computation [v2,1/8] regmap: provide regmap_assign_bits() --- 2020-11-04 Bartosz Golaszewski Superseded
[v2,5/8] gpio: exar: use a helper variable for &pdev->dev [v2,1/8] regmap: provide regmap_assign_bits() --- 2020-11-04 Bartosz Golaszewski Superseded
[v2,1/8] regmap: provide regmap_assign_bits() [v2,1/8] regmap: provide regmap_assign_bits() --- 2020-11-04 Bartosz Golaszewski New
[v2,8/8] dma-buf: use krealloc_array() [v2,1/8] mm: slab: provide krealloc_array() --- 2020-11-02 Bartosz Golaszewski New
[v2,5/8] edac: ghes: use krealloc_array() [v2,1/8] mm: slab: provide krealloc_array() --- 2020-11-02 Bartosz Golaszewski Superseded
[v2,3/8] vhost: vringh: use krealloc_array() [v2,1/8] mm: slab: provide krealloc_array() --- 2020-11-02 Bartosz Golaszewski New
[v2,1/8] mm: slab: provide krealloc_array() [v2,1/8] mm: slab: provide krealloc_array() --- 2020-11-02 Bartosz Golaszewski Superseded
[8/8] dma-buf: use krealloc_array() slab: provide and use krealloc_array() --- 2020-10-27 Bartosz Golaszewski Superseded
[7/8] hwtracing: intel: use krealloc_array() slab: provide and use krealloc_array() --- 2020-10-27 Bartosz Golaszewski New
[6/8] drm: atomic: use krealloc_array() slab: provide and use krealloc_array() --- 2020-10-27 Bartosz Golaszewski Superseded
[5/8] edac: ghes: use krealloc_array() slab: provide and use krealloc_array() --- 2020-10-27 Bartosz Golaszewski Superseded
[4/8] pinctrl: use krealloc_array() slab: provide and use krealloc_array() --- 2020-10-27 Bartosz Golaszewski Superseded
[3/8] vhost: vringh: use krealloc_array() slab: provide and use krealloc_array() --- 2020-10-27 Bartosz Golaszewski Superseded
[2/8] ALSA: pcm: use krealloc_array() slab: provide and use krealloc_array() --- 2020-10-27 Bartosz Golaszewski New
[1/8] mm: slab: provide krealloc_array() slab: provide and use krealloc_array() --- 2020-10-27 Bartosz Golaszewski New
[v2] treewide: rework struct gpiod_line_bulk [v2] treewide: rework struct gpiod_line_bulk --- 2020-10-27 Bartosz Golaszewski New
[RFT,5/7] gpio: exar: unduplicate address and offset computation gpio: exar: refactor the driver --- 2020-10-26 Bartosz Golaszewski Superseded
[4/7] gpio: exar: use a helper variable for &pdev->dev gpio: exar: refactor the driver --- 2020-10-26 Bartosz Golaszewski Superseded
[2/7] gpio: exar: include idr.h gpio: exar: refactor the driver --- 2020-10-26 Bartosz Golaszewski Superseded
[libgpiod] treewide: rework struct gpiod_line_bulk [libgpiod] treewide: rework struct gpiod_line_bulk --- 2020-10-23 Bartosz Golaszewski Superseded
[v3,10/10] gpio: mockup: refactor the module init function gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski Superseded
[v3,09/10] gpio: mockup: use the generic 'gpio-line-names' property gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski New
[v3,08/10] gpio: mockup: pass the chip label as device property gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski Superseded
[v3,07/10] gpio: mockup: increase the number of supported device properties gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski New
[v3,06/10] gpio: mockup: remove unneeded return statement gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski Superseded
[v3,05/10] gpio: mockup: use pr_fmt() gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski Superseded
[v3,04/10] gpio: mockup: use KBUILD_MODNAME gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski Superseded
[v3,03/10] gpio: mockup: drop unneeded includes gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski Superseded
[v3,02/10] Documentation: gpio: add documentation for gpio-mockup gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski Superseded
[v3,01/10] lib: string_helpers: provide kfree_strarray() gpio: mockup: refactoring + documentation --- 2020-09-29 Bartosz Golaszewski Superseded
[v2,9/9] gpio: mockup: refactor the module init function gpio: mockup: refactoring + documentation --- 2020-09-28 Bartosz Golaszewski New
[v2,8/9] gpio: mockup: use the generic 'gpio-line-names' property gpio: mockup: refactoring + documentation --- 2020-09-28 Bartosz Golaszewski Superseded
[v2,7/9] gpio: mockup: pass the chip label as device property gpio: mockup: refactoring + documentation --- 2020-09-28 Bartosz Golaszewski Superseded
[v2,6/9] gpio: mockup: remove unneeded return statement gpio: mockup: refactoring + documentation --- 2020-09-28 Bartosz Golaszewski Superseded
[v2,5/9] gpio: mockup: use pr_fmt() gpio: mockup: refactoring + documentation --- 2020-09-28 Bartosz Golaszewski Superseded
[v2,4/9] gpio: mockup: use KBUILD_MODNAME gpio: mockup: refactoring + documentation --- 2020-09-28 Bartosz Golaszewski New
« 1 2 ... 7 8 9 10 »