1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  3. 464c2ac part: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:01 2024 -0600
  4. 1172e23 part: iso: Use desc instead of dev_desc by Simon Glass · Thu Aug 24 13:55:28 2023 -0600
  5. 37ee2f5 disk: Use Makefile to omit partition drivers by Simon Glass · Thu Aug 11 19:34:44 2022 -0600
  6. 4a5451c cmd/part: correct alignment of partition list by Heinrich Schuchardt · Fri Aug 06 00:51:46 2021 +0200
  7. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  8. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  9. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  11. b10ba90 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · Tue Feb 06 12:43:56 2018 -0600
  12. 6f57a86 iso: Reduce verbosity on test and info calls by Alexander Graf · Fri Oct 06 13:35:07 2017 +0200
  13. dcab284 disk: part: align buffer so it can be used with DMA enabled drivers by Stefan Agner · Wed Aug 23 09:46:17 2017 -0700
  14. 2e790d5 disk: part: refactor generic name creation for DOS and ISO by Petr Kulhavy · Fri Sep 09 10:27:17 2016 +0200
  15. 712257e disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · Fri Sep 09 10:27:15 2016 +0200
  16. 1f09d00 iso: Fix part info command by Alexander Graf · Thu Jul 21 01:31:56 2016 +0200
  17. 90a199e iso: Allow 512 byte sector size by Alexander Graf · Mon Apr 11 16:16:16 2016 +0200
  18. b0c1326 iso: Start with partition 1 by Alexander Graf · Mon Apr 11 16:16:15 2016 +0200
  19. 168c1e8 iso: Make little endian and 64bit safe by Alexander Graf · Mon Apr 11 16:16:14 2016 +0200
  20. a8c6497 part_iso: Drop the customer unaligned access functions by Simon Glass · Wed Mar 16 07:45:34 2016 -0600
  21. 0f1c952 part: Rename test_part_xx() and print_part_xx() by Simon Glass · Mon Feb 29 15:26:04 2016 -0700
  22. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · Mon Feb 29 15:25:52 2016 -0700
  23. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  24. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  25. 83ce563 dm: part: Convert partition API use to linker lists by Simon Glass · Mon Feb 29 15:25:47 2016 -0700
  26. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  27. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · Wed Dec 30 13:05:58 2015 +0000
  28. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  29. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  30. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  31. e7ee028 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · Wed Jun 26 18:11:25 2013 +0200
  32. 9b2ecea disk/iso: Add Support for block sizes > 512 byte to ISO partition support by Egbert Eich · Tue Apr 09 21:11:54 2013 +0000
  33. 8ec730d disk: define HAVE_BLOCK_DEVICE in a common place by Stephen Warren · Thu Feb 28 15:03:46 2013 +0000
  34. 36437bc Block: Remove MG DISK support by Marek Vasut · Sun Mar 04 15:11:32 2012 +0000
  35. 03e5ce4 Partition support: remove newline from partition name by Wolfgang Denk · Tue Jul 28 22:35:39 2009 +0200
  36. f0b1bdd mflash: Initial mflash support by unsik Kim · Wed Feb 25 11:31:24 2009 +0900
  37. 0ea0aa8 disk: convert part_* files to COBJ-$(CONFIG_XXX) style by Mike Frysinger · Thu Jan 29 20:02:07 2009 -0500
  38. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  39. 76596ba ata: add the support for SATA framework by Dave Liu · Wed Mar 26 22:49:44 2008 +0800
  40. f7f54a8 disk/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:22:37 2007 -0500
  41. e6e4e90 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:34 2007 -0500
  42. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  43. acd0536 Cleanup USB and partition defines by wdenk · Thu Feb 24 23:23:29 2005 +0000
  44. f12e396 Fix some missing commands, cleanup header files by wdenk · Sun Jun 29 21:03:46 2003 +0000
  45. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  46. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · Tue Nov 19 11:04:11 2002 +0000
  47. cc1c8a1 Initial revision by wdenk · Sat Nov 02 22:58:18 2002 +0000