]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/I2cHost.h
MdePkg, MdeModulePkg: Remove EFI_ABORTED from I2C protocols per PI spec 1.4.
[mirror_edk2.git] / MdePkg / Include / Protocol / I2cHost.h
index 12e77a4cce03f7dfc6b423d4b70aebaee0445066..df04aeb7984cb91b96ad8f3c575783feccafa357 100644 (file)
@@ -4,7 +4,7 @@
   This protocol provides callers with the ability to do I/O transactions \r
   to all of the devices on the I2C bus.\r
 \r
-  Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -72,12 +72,6 @@ typedef struct _EFI_I2C_HOST_PROTOCOL EFI_I2C_HOST_PROTOCOL;
   the I2C host protocol calls the I2C master protocol to start the\r
   I2C transaction.\r
 \r
-  If the I2C host protocol has pending I2C transactions queued when\r
-  the driver binding Stop() routine is called then the I2C host\r
-  protocol completes all of the pending I2C transactions by returning\r
-  EFI_ABORTED status.  This notifies the upper layers allowing them\r
-  to take corrective action or prepare to stop.\r
-\r
   When Event is NULL, QueueRequest() operates synchronously and\r
   returns the I2C completion status as its return value.\r
 \r
@@ -107,8 +101,6 @@ typedef struct _EFI_I2C_HOST_PROTOCOL EFI_I2C_HOST_PROTOCOL;
                                 queued when Event is not NULL.\r
   @retval EFI_SUCCESS           The transaction completed successfully when\r
                                 Event is NULL.\r
-  @retval EFI_ABORTED           The request did not complete because the\r
-                                driver binding Stop() routine was called.\r
   @retval EFI_BAD_BUFFER_SIZE   The RequestPacket->LengthInBytes value is\r
                                 too large.\r
   @retval EFI_DEVICE_ERROR      There was an I2C error (NACK) during the\r