summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29gpio: nomadik: request dynamic ID allocationThéo Lebrun
2024-02-29gpio: nomadik: use devres version of clk_get*()Théo Lebrun
2024-02-29gpio: nomadik: use devm_platform_ioremap_resource() helperThéo Lebrun
2024-02-29gpio: nomadik: replace of_property_read_*() by device_property_read_*()Théo Lebrun
2024-02-29gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()Théo Lebrun
2024-02-29gpio: nomadik: add #include <linux/slab.h>Théo Lebrun
2024-02-29pinctrl: nomadik: follow conditional kernel coding conventionsThéo Lebrun
2024-02-29pinctrl: nomadik: follow whitespace kernel coding conventionsThéo Lebrun
2024-02-29pinctrl: nomadik: follow type-system kernel coding conventionsThéo Lebrun
2024-02-29pinctrl: nomadik: minimise indentation in probeThéo Lebrun
2024-02-29pinctrl: nomadik: fix build warning (-Wpointer-to-int-cast)Théo Lebrun
2024-02-29pinctrl: nomadik: fix build warning (-Wformat)Théo Lebrun
2024-02-29pinctrl: nomadik: Kconfig: allow building with COMPILE_TESTThéo Lebrun
2024-02-29gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Théo Lebrun
2024-02-29gpio: nomadik: fix offset bug in nmk_pmx_set()Théo Lebrun
2024-02-29dt-bindings: gpio: nomadik: add optional reset propertyThéo Lebrun
2024-02-29dt-bindings: gpio: nomadik: add mobileye,eyeq5-gpio compatibleThéo Lebrun
2024-02-29dt-bindings: gpio: nomadik: add optional ngpios propertyThéo Lebrun
2024-02-29dt-bindings: gpio: nomadik: convert into yaml formatThéo Lebrun
2024-01-21Linux 6.8-rc1v6.8-rc1Linus Torvalds
2024-01-21Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-01-21Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet
2024-01-21bcachefs: logged_ops_format.hKent Overstreet
2024-01-21bcachefs: reflink_format.hKent Overstreet
2024-01-21bcachefs; extents_format.hKent Overstreet
2024-01-21bcachefs: ec_format.hKent Overstreet
2024-01-21bcachefs: subvolume_format.hKent Overstreet
2024-01-21bcachefs: snapshot_format.hKent Overstreet
2024-01-21bcachefs: alloc_background_format.hKent Overstreet
2024-01-21bcachefs: xattr_format.hKent Overstreet
2024-01-21bcachefs: dirent_format.hKent Overstreet
2024-01-21bcachefs: inode_format.hKent Overstreet
2024-01-21bcachefs; quota_format.hKent Overstreet
2024-01-21bcachefs: sb-counters_format.hKent Overstreet
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet
2024-01-21bcachefs: comment bch_subvolumeKent Overstreet
2024-01-21bcachefs: bch_snapshot::btimeKent Overstreet
2024-01-21bcachefs: add missing __GFP_NOWARNKent Overstreet
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue
2024-01-21bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue
2024-01-21bcachefs: bios must be 512 byte alginedKent Overstreet
2024-01-21bcachefs: remove redundant variable tmpColin Ian King
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet
2024-01-21bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet
2024-01-21bcachefs: extents_to_bp_stateKent Overstreet
2024-01-21bcachefs: bkey_and_val_eq()Kent Overstreet