This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ae3419fbac84 vc_screen: don't clobber return value in vcs_read new 3478c83cf26b ext4: improve xattr consistency checking and error reporting new 11768cfd9813 ext4: use ext4_fc_tl_mem in fast-commit replay path new 934b0de1e9fd ext4: don't show commit interval if it is zero new 240930fb7e6b ext4: dio take shared inode lock when overwriting prealloc [...] new 08abd0466ec9 ext4: remove dead code in updating backup sb new 1e9d62d25281 ext4: optimize ea_inode block expansion new f31173c19901 ext4: refuse to create ea block when umounted new 3f5424790d43 ext4: fix inode tree inconsistency caused by ENOMEM new 7fc51f923ea6 ext4: remove unnecessary variable initialization new d99a55a94a0d ext4: fix function prototype mismatch for ext4_feat_ktype new 5cd740287ae5 ext4: fail ext4_iget if special inode unallocated new 3039d8b86924 ext4: update s_journal_inum if it changes after journal replay new e6b9bd7290d3 jbd2: fix data missing when reusing bh which is ready to b [...] new 0f7bfd6f8164 ext4: fix task hung in ext4_xattr_delete_inode new 172e344e6f82 ext4: init error handle resource before init group descriptors new 0813299c586b ext4: Fix possible corruption when moving a directory new e3645d72f886 ext4: fix incorrect options show of original mount_opt and [...] new b07ce43db665 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm [...] new 334c7b13d383 pwm: sifive: Always let the first pwm_apply_state succeed new b3c650ad9bb8 pwm: Move pwm_capture() dummy to restore order new 3066bc2d58be pwm: stm32-lp: fix the check on arr and cmp registers update new 3e98855ca0cf dt-bindings: pwm: mediatek: Convert pwm-mediatek to DT schema new 2781f8e92036 pwm: lp3943: Drop unused i2c include new 486dd4e84681 pwm: ab8500: Fix calculation of duty and period new 327437884e9a pwm: ab8500: Implement .get_state() new 860793bbdcdf pwm: iqs620a: Replace one remaining instance of regmap_upd [...] new 0f03bf300833 dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw [...] new f7c843d6d7f8 pwm: dwc: Change &pci->dev to dev in probe new a357d1493f0c pwm: dwc: Move memory allocation to own function new cf70d01a62c7 pwm: dwc: Use devm_pwmchip_add() new e492250d5252 Merge tag 'pwm/for-6.3-rc1' of git://git.kernel.org/pub/sc [...]
The 31 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/pwm/mediatek,mt2712-pwm.yaml | 93 +++++++++++ .../devicetree/bindings/pwm/pwm-mediatek.txt | 52 ------- .../bindings/pwm/snps,dw-apb-timers-pwm2.yaml | 68 ++++++++ drivers/pwm/pwm-ab8500.c | 112 ++++++++++++-- drivers/pwm/pwm-dwc.c | 38 +++-- drivers/pwm/pwm-iqs620a.c | 4 +- drivers/pwm/pwm-lp3943.c | 1 - drivers/pwm/pwm-sifive.c | 8 +- drivers/pwm/pwm-stm32-lp.c | 2 +- fs/ext4/ext4.h | 1 + fs/ext4/extents.c | 2 +- fs/ext4/fast_commit.c | 44 +++--- fs/ext4/file.c | 34 ++-- fs/ext4/inode.c | 20 ++- fs/ext4/ioctl.c | 3 - fs/ext4/namei.c | 11 +- fs/ext4/super.c | 56 ++++--- fs/ext4/xattr.c | 172 ++++++++++++++------- fs/jbd2/transaction.c | 50 +++--- include/linux/pwm.h | 14 +- 20 files changed, 549 insertions(+), 236 deletions(-) create mode 100644 Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-mediatek.txt create mode 100644 Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml